Merge branch 'master' into oscon2019

This commit is contained in:
Bridget Kromhout
2019-07-11 13:58:40 -05:00

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