parent
a1ac9587e3
commit
573994d0e7
|
@ -693,6 +693,7 @@ Kill all pods:
|
||||||
```shell
|
```shell
|
||||||
for i in `kubectl get pods | awk '{print $1}'`; do kubectl delete pod $i; done
|
for i in `kubectl get pods | awk '{print $1}'`; do kubectl delete pod $i; done
|
||||||
```
|
```
|
||||||
|
|
||||||
## Support Level
|
## Support Level
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue