7,707 questions
0
votes
0
answers
20
views
Unable to configure additional scrape config on my prometheus operator that is also a part of COO ( STF deployment )
I have two environments ( Openstack and Openshift ) . We have deployed STF framework that collects data from agents like collectd and celiometer from the openstack environment and send them via AMQ ...
1
vote
0
answers
20
views
OpenShift IPI Installation on VSphere with static IPs does not set the correct Hostnames, have anyone clues about this issue?
i have created a install-config.yaml file with this parameters:
apiVersion: v1
baseDomain: test.dev
metadata:
name: ocp4
compute:
- architecture: amd64
name: worker
hyperthreading: Enabled
...
0
votes
0
answers
16
views
Openshift Local via CRC for Apple Silicon
I want to setup OpenShift Local in my M1 pro macbook pro 2021.
I did install the pkg and was able to setup crc VM instance but openshift appears to be unreachable.
Logs
time="2025-04-03T12:08:35+...
-1
votes
1
answer
44
views
Server not found in Kerberos database **remaining name 'DC=mydomain,DC=com'**
I am facing this error when i change the url in server.xml for the ldapserver
GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos ...
0
votes
0
answers
19
views
create a gateway with multiple gateway ip to snat egress ip mappings for Openshifts AdminPolicyBasedExternalRoute
The functionality, I try to achieve, is to give selected namespaces on Openshift a specific egress ip address. Example;
namespace bar gets 10.20.30.1
namespace cafe gets 10.20.30.2
On Openshift I can ...
0
votes
0
answers
26
views
Cannot make host keys available in OpenShift
I want to make SSH available in OpenShift. This is my dockerfile:
FROM ubuntu:latest
RUN apt-get update && apt-get install -y openssh-server
RUN useradd myuser
RUN chpasswd myuser:pw
RUN ...
1
vote
1
answer
44
views
route.yaml to reach the admin page of a wildfly container deployed in openshift local (CRC)
I have an Openshift Local (CRC) installed on my Windows Notebook
I would like to deploy a simple wildfly server to openshift. The goal is provide two routes to the application port 8080 and the admin ...
0
votes
0
answers
44
views
openshift work https://console-openshift-console.apps but not https://oauth-openshift.apps
i'm getting crazy since 2 weeks.
when i try login this url works
https://console-openshift-console.apps.mydomain.com
but not this
https://oauth-openshift.apps.mydomain.com
i get 503 and a page with &...
0
votes
0
answers
20
views
Is there a limit to the value of scrape_samples_scraped in Openshift
I use Openshift 4.14 and the Alertmanager shows the alert "ApproachingEnforcedSamplesLimit". The current scrape_samples_scraped that is configured in the user-workload-monitoring-config ...
0
votes
1
answer
26
views
How to restart Tibco EMS subscription
I am using startupprobe in openshift to start subscription on service start:
startupProbe:
httpGet:
path: api/subscribe
port: port
scheme: HTTPS
timeoutSeconds: 5
periodSeconds: 10
...
0
votes
1
answer
25
views
How to Configure Alerts in Kibana After Integrating Logs with Vector and Elasticsearch on OpenShift 4?
I have installed Vector, Elasticsearch, and Kibana on an OpenShift 4 cluster. Logs are successfully collected and visualized in Kibana.
However, I cannot find how to configure an alerting system to ...
0
votes
0
answers
121
views
Connecting to several IBMMQ queues in one .Net application - problem with certificates
I'm trying to connect to 2 IBMMQ queues in one .Net (managed) application.
I have a problem because when I try to connect, one certificate is always selected even though I set ...
0
votes
0
answers
44
views
User login attempts not found in the OpenShift 4 audit log files
I have failed logins via Openshift (v 4.14) web console, saying "incorrect login or password" message.
I have tried fetching data through logs :
$ oc adm node-logs <node_name> --path=...
0
votes
0
answers
32
views
Containerized NodeJs app exits unexpectedly when downloading large files
I have the following code which makes a call to a remote service and then sends the response to the client. This app is running on a docker container on OpenShift platform.
const url = XXX, jwt = YYY;
...
1
vote
1
answer
102
views
How to count how many pods were started by namespace each day in PromQL?
I'm trying to answer a question of how many pods were started/scheduled/whatever per namespace per day. I have not found any useful counter-type metric that would be counting that, just related gauges ...