You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this may be because the healthcheck extension is binding to localhost and not 0.0.0.0 or the pod's IP address which would prevent it from responding. There's other documentation for this somewhere, but it's recommended to set it to the pod's own IP like is done in the helm chart here
This has actually solved the issue! Thanks for pointing me there ❤
Does it make sense to automatically add this configuration by the operator to ensure that it works? If not, I'll just close the issue
Component(s)
collector
What happened?
Description
Upgrading the operator I have noticed that since v0.104.0, the extension
health_check
doesn't work because the probes fail all the timeSteps to Reproduce
Expected Result
The collector starts
Actual Result
The collector doesn't start because the probes return 502
Kubernetes Version
1.29 and 1.31
Operator version
0.104.0
Collector version
0.104.0
Environment information
No response
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: