Merge pull request #494 from bridgetkromhout/fix-typo

Fix typo
This commit is contained in:
Bridget Kromhout
2019-07-11 13:58:03 -05:00
committed by GitHub

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
```
]