How to deal with readiness probes while using Authorization Policy? #57891
-
Hi, I need help with understanding how to deal with readiness probes while using Authorization Policy I'm using Istio 1.24.6 in ambient mode I want allow access to service onfly from:
so I ended with below Authorization Policy
but now Liveness and Readiness Probes are failing:
ztunnel logs:
What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
These probes shouldn't go through ztunnel. It likely means you have a configuration error which isn't allowing istio-cni to function correctly. https://ambientmesh.io/docs/operations/troubleshooting/#readiness-probes-fail-with-ztunnel has some good information around this. |
Beta Was this translation helpful? Give feedback.
These probes shouldn't go through ztunnel. It likely means you have a configuration error which isn't allowing istio-cni to function correctly.
https://ambientmesh.io/docs/operations/troubleshooting/#readiness-probes-fail-with-ztunnel has some good information around this.