Skip to content

Commit

Permalink
sleep a bit to give the command time to output the result
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Jun 9, 2024
1 parent a60028a commit 00d8599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Delete everything:

```bash
kubectl delete -f manifest.yml
kill %1 # kill the kubectl port-forward background command execution.
kill %1 && sleep 1 # kill the kubectl port-forward background command execution.
# NB the pvc will not be automatically deleted because it has the
# kubernetes.io/pvc-protection finalizer (set by the statefulset, due to
# having persistentVolumeClaimRetentionPolicy set to Retain), which prevents
Expand Down

0 comments on commit 00d8599

Please sign in to comment.