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
isvaultrunning=$(kubectl get pods -n vault --field-selector=status.phase=Running)
53
53
while [[ $isvaultrunning!=*"vault-0"* ]];doecho"waiting for Vault1"&& sleep 2 && isvaultrunning=$(kubectl get pods -n vault --field-selector=status.phase=Running);done
isvaultrunning=$(kubectl get pods -n vault --field-selector=status.phase=Running)
13
13
while [[ $isvaultrunning!=*"vault-0"* ]];doecho"waiting for Vault0"&& sleep 2 && isvaultrunning=$(kubectl get pods -n vault --field-selector=status.phase=Running);done
0 commit comments