We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cec836 commit 9a026ffCopy full SHA for 9a026ff
kata-deploy/action/test-kata.sh
@@ -90,7 +90,7 @@ function test_kata() {
90
# remove kata (yeah, we are about to destroy, but good to test this flow as well):
91
kubectl delete -f kata-deploy.yaml
92
kubectl apply -f kata-cleanup.yaml
93
- kubectl -n kube-system wait --timeout-5m --for=delete -l name=kata-deploy pod
+ kubectl -n kube-system wait --timeout=5m --for=delete -l name=kata-deploy pod
94
kubectl -n kube-system wait --timeout=5m --for=condition=Ready -l name=kubelet-kata-cleanup pod
95
96
kubectl get pods --all-namespaces --show-labels
0 commit comments