This commit is contained in:
Bridget Kromhout
2019-07-11 13:56:28 -05:00
parent 45ac1768a3
commit 0d4b7d6c7e

View File

@@ -59,7 +59,7 @@ If it shows our nodes and their CPU and memory load, we're good!
- Show resource usage across all containers:
```bash
kuebectl top pods --containers --all-namespaces
kubectl top pods --containers --all-namespaces
```
]