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
while [[ $(kubectl --namespace=default get pods -l "app.kubernetes.io/component=mic" -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}')!="True True" ]];doecho"waiting for component=mic"&& sleep 2;done
97
100
while [[ $(kubectl --namespace=default get pods -l "app.kubernetes.io/component=nmi" -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}')!="True" ]];doecho"waiting for component=nmi"&& sleep 2;done
98
101
102
+
103
+
99
104
source ../scripts/apply-and-portforward.sh
100
105
101
106
echo"Run terraform destroy to clean everything up."
0 commit comments