modified: README.md
This commit is contained in:
@@ -93,6 +93,12 @@ kubectl delete pod -n kube-system -l app=local-path-provisioner
|
|||||||
kubectl get events --all-namespaces | grep -i "OOMKilled"
|
kubectl get events --all-namespaces | grep -i "OOMKilled"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
kubectl get pods --all-namespaces \
|
||||||
|
-o jsonpath='{range .items[*]}{.metadata.namespace}{" "}{.metadata.name}{" "}{.status.containerStatuses[*].lastState.terminated.reason}{"\n"}{end}' \
|
||||||
|
| grep OOMKilled
|
||||||
|
```
|
||||||
|
|
||||||
### Rollout
|
### Rollout
|
||||||
|
|
||||||
**rollout coredns:**
|
**rollout coredns:**
|
||||||
|
|||||||
Reference in New Issue
Block a user