We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When in values set bindIp: true
bindIp: true
Liveness probe failed, because it goes to IP addr port (node IP actually). Simple example:
I have 3 pods with IPs 10.184.0.7 10.184.0.21 10.184.0.13
and liveness probe try to check http://10.184.0.7:8080/health, but needs to check on addr http://169.254.20.10:8080/health
by default, i cannot change addr for check, then i get error
[INFO] SIGTERM: Shutting down servers then terminating
Can you please add possibility to modify host parameter in livenessProbe.http Get
https://github.com/deliveryhero/helm-charts/blob/master/stable/node-local-dns/templates/daemonset.yaml#L95
or maybe i do something wrong. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When in values set
bindIp: true
Liveness probe failed, because it goes to IP addr port (node IP actually).
Simple example:
I have 3 pods with IPs
10.184.0.7
10.184.0.21
10.184.0.13
and liveness probe try to check http://10.184.0.7:8080/health, but needs to check on addr http://169.254.20.10:8080/health
by default, i cannot change addr for check, then i get error
[INFO] SIGTERM: Shutting down servers then terminating
Can you please add possibility to modify host parameter in livenessProbe.http Get
https://github.com/deliveryhero/helm-charts/blob/master/stable/node-local-dns/templates/daemonset.yaml#L95
or maybe i do something wrong. Thanks
The text was updated successfully, but these errors were encountered: