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
until [ "`kubectl --namespace=${POD_NAMESPACE} get pods -o yaml ${META_NAME}| grep "phase: "| awk {'print $2'}`"=="Running" ];do
Is very prone to race conditions. If the builder pod either never makes it to Running or transitions through Running to Terminated we might hang forever.
The text was updated successfully, but these errors were encountered:
builder/rootfs/etc/confd/templates/builder
Line 139 in daac4b8
Is very prone to race conditions. If the builder pod either never makes it to
Running
or transitions throughRunning
toTerminated
we might hang forever.The text was updated successfully, but these errors were encountered: