-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Kourier TLS runtime suite fails sporadically #15697
Comments
This was proven to be an issue with how pod target is resolved in the activator. Once on a while the cluster IP of the private service is used by the url targeting the pod but activator wrongly assumes that this is always 8112. The actual port for the private service is 443 that maps to 8112. I debugged this here and here is the output:
10.96.2.212 is a cluster IP not a pod IP and so 8112 is not directly accesible. |
Hey curious - do you have any logging why the activator switched from Pod IP to cluster IP? |
For the other services I see:
ClusterIP never gets ready before the pod. For the faulty one:
I guess clusterIP passed first. In the logic we have this is legitimate. See here. |
Actual Behavior
Probe tests fail. See #15695 (comment) for more.
The text was updated successfully, but these errors were encountered: