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
When trying to install open source gloo edge 1.16.3, helm times out (5 minutes) waiting for the gloo deployment. No pods fail to start, no jobs error. Looking at the logs for one of the two gloo replicas it has the message:
1 leaderelection.go:250] attempting to acquire leader lease gloo-system/gloo...
The other gloo replica indicates successful leader election with message:
successfully acquired lease gloo-system/gloo.
Here are the value where each deployment has multiple replicas. There doesn't seem to be errors in the gloo replicas other than these messages and no errors around the rollout job. Could this attempting to acquire leader lease gloo-system/gloo... be causing the deployment to fail if helm is waiting for success indicators? Are there logs of specific jobs or pods that should be looked to understand why helm is actually timing out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to install open source gloo edge 1.16.3, helm times out (5 minutes) waiting for the gloo deployment. No pods fail to start, no jobs error. Looking at the logs for one of the two gloo replicas it has the message:
The other gloo replica indicates successful leader election with message:
Here are the value where each deployment has multiple replicas. There doesn't seem to be errors in the gloo replicas other than these messages and no errors around the rollout job. Could this
attempting to acquire leader lease gloo-system/gloo...
be causing the deployment to fail if helm is waiting for success indicators? Are there logs of specific jobs or pods that should be looked to understand why helm is actually timing out?Beta Was this translation helpful? Give feedback.
All reactions