We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0232fc9 commit 684e28eCopy full SHA for 684e28e
.github/workflows/minikube-k8s-test.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
eval $(minikube docker-env)
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
35
kubectl logs deployments/wrongsecrets-balancer -f >> pod.log &
36
echo "port forwarding"
0 commit comments