` Warning Unhealthy Liveness probe failed: Get http://172.30.30.28:3007/: dial tcp 172.30.30.28:3007: getsockopt: connection refused `
We figured that since the probe originates from the kubelet, its a node - > pod communication that is being intercepted by the envoy and hence failing. We tried the to set the passthrough argument for the envoy while deploying, but its still failing.
Reference : https://github.com/istio/pilot/pull/510.
This is how I have the probe setup :
livenessProbe:
httpGet:
port: 3007
initialDelaySeconds: 15
periodSeconds: 20
I'm sure we are missing something here. Has anybody else faced this issue with the probes.
Thanks!!
--
You received this message because you are subscribed to the Google Groups "envoy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users+unsubscribe@googlegroups.com.
To post to this group, send email to envoy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/a7bc0b42-ff83-4af8-814d-56a05aa0d4d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.