Open
Description
Describe the bug a clear and concise description of what the bug is.
When enabling kubeRBACProxy
, the node-exporter container fails its liveness and readiness probes.
Liveness probe errored and resulted in unknown state: strconv.Atoi: parsing "http": invalid syntax
Readiness probe errored and resulted in unknown state: strconv.Atoi: parsing "http": invalid syntax
Looking at the pod description, the liveness probe looks like this:
Liveness: http-get http://127.0.0.1:http/ delay=0s timeout=1s period=10s #success=1 #failure=3
I guess that is because the port names are only defined when kubeRBACProxy
is disabled:
helm-charts/charts/prometheus-node-exporter/templates/daemonset.yaml
Lines 88 to 93 in 7aaecb8
This was introduced in #5845
What's your helm version?
v3.18.3
What's your kubectl version?
v1.33.2
Which chart?
prometheus-node-exporter
What's the chart version?
4.47.1
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
N/A
Anything else we need to know?
No response