Skip to content

Commit 78d7fd9

Browse files
authored
Update note1
1 parent 140c1c3 commit 78d7fd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

note1

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ https://ngrok.com/product
107107
kubectl api-resources --verbs=list --namespaced -o name \
108108
| xargs -n 1 kubectl get --show-kind --ignore-not-found -n stackstorm-ha
109109

110-
110+
#### remove stucked pods
111+
kubectl delete pod <PODNAME> --grace-period=0 --force --namespace <NAMESPACE>

0 commit comments

Comments
 (0)