okd-project / okd

The self-managing, auto-upgrading, Kubernetes distribution for everyone
https://okd.io
Apache License 2.0
1.72k stars 295 forks source link

console prestart check #2038

Open evangraudins opened 7 hours ago

evangraudins commented 7 hours ago

Describe the bug The openshift console pod is running a prehealth check that is using the pods ip instead of localhost and curl which isn't processing the no_proxy environment variable pod ip CIDR. The pod is failing prestart check due to the curl connecting to proxy.

Version Client Version: 4.8.11 Server Version: 4.16.10 Kubernetes Version: v1.29.7+4510e9c

How reproducible 100% create okd cluster behind proxy openshift console pod fails to come up

evangraudins commented 6 hours ago

Every time I remove the proxy from the console deployment something in OpenShift just adds them back. How can I edit this permanently.