We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140c1c3 commit 78d7fd9Copy full SHA for 78d7fd9
note1
@@ -107,4 +107,5 @@ https://ngrok.com/product
107
kubectl api-resources --verbs=list --namespaced -o name \
108
| xargs -n 1 kubectl get --show-kind --ignore-not-found -n stackstorm-ha
109
110
-
+#### remove stucked pods
111
+kubectl delete pod <PODNAME> --grace-period=0 --force --namespace <NAMESPACE>
0 commit comments