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
echo "Sleeping for 300 seconds, give time for the helm chart to create the pods" && sleep 300
41
+
kubectl get pods -A -o wide
42
+
kubectl get pods -A -o wide | grep hub-frontend | awk '{print $3}' | grep -q '1/1' && echo "hub-frontend pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)
echo "Sleeping for 300 seconds, give time for the helm chart to create the pods" && sleep 300
42
+
kubectl get pods -A -o wide
43
+
kubectl get pods -A -o wide | grep hub-frontend | awk '{print $3}' | grep -q '1/1' && echo "hub-frontend pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)
0 commit comments