File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
eval $(minikube docker-env)
32
32
./build-an-deploy.sh
33
- kubectl get pods -l app=wrongsecrets-balancer -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}'
34
- while [[ $(kubectl get pods -l app=wrongsecrets-balancer -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True True True True" ]]; do echo "waiting for wrongsecrets-balancer" && sleep 2; done
33
+ while [[ $(kubectl get pods -l app=wrongsecrets-balancer -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != *"True"* ]]; do echo "waiting for wrongsecrets-balancer" && sleep 2; done
35
34
kubectl logs deployments/wrongsecrets-balancer -f >> pod.log &
36
35
echo "port forwarding"
37
36
kubectl port-forward service/wrongsecrets-balancer 3000:3000 &
You can’t perform that action at this time.
0 commit comments