You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contour occasionally gets stuck in a non-ready state and fails to start the XDS server. This issue is uncommon and occurs only under the following conditions:
--watch-namespaces flag is set to monitor a single namespace.
That namespace has only "unrelated" secrets that Contour does not process.
The stuck Contour instance is the follower (not leader).
Verify that one Contour instance remains stuck in a non-ready state:
$ kubectl -n projectcontour get pod -l app=contour
NAME READY STATUS RESTARTS AGE
contour-db59b775d-9k4wl 1/1 Running 0 4m17s
contour-db59b775d-tnqxm 0/1 Running 0 4m17s
The problem is a race condition, and its likelihood decreases if more resources (or no resources) are created in the watched namespace.
The text was updated successfully, but these errors were encountered:
Contour occasionally gets stuck in a non-ready state and fails to start the XDS server. This issue is uncommon and occurs only under the following conditions:
--watch-namespaces
flag is set to monitor a single namespace.To reproduce this issue, follow these steps:
The problem is a race condition, and its likelihood decreases if more resources (or no resources) are created in the watched namespace.
The text was updated successfully, but these errors were encountered: