Help with a engress/ingress pod failing to connect to istiod service issue #53872
eric-england
started this conversation in
General
Replies: 1 comment 3 replies
-
Everytime I have seen this, its caused by an issue with the underlying kubernetes network. Typically a firewall or networkpolicy. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installation error -
✘ Egress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
Deployment/istio-system/istio-egressgateway (containers with unready status: [istio-proxy])
Error: failed to install manifests: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
Deployment/istio-system/istio-egressgateway (containers with unready status: [istio-proxy])
The error from the egress pod -
2024-11-12T17:53:37.506749Z error citadelclient failed to sign CSR: create certificate: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 10.106.47.232:15012: i/o timeout"
2024-11-12T17:53:37.507903Z info citadelclient recreated connection
2024-11-12T17:53:37.508017Z error cache resource:default failed to sign: create certificate: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 10.106.47.232:15012: i/o timeout"
2024-11-12T17:53:37.508060Z warn sds failed to warm certificate: failed to generate workload certificate: create certificate: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 10.106.47.232:15012: i/o timeout"
Thanks
Beta Was this translation helpful? Give feedback.
All reactions