Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 23, 2024
1 parent 45d7610 commit 7983c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workloads-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail


## test that the workload pods can be terminated
kubectl delete pod -l app=wasm-spin --timeout 20s || true
kubectl delete pod -l app=wasm-spin --timeout 50s || true
kubectl describe pod -l app=wasm-spin

NODE=`kubectl get pod $(kubectl get pod -l app=wasm-spin --no-headers | grep -i Terminating | awk '{print $1}') --no-headers -o custom-columns=":spec.nodeName"`
Expand Down

0 comments on commit 7983c78

Please sign in to comment.