Switching from get to use kubectl api-resources

This commit is contained in:
Bridget Kromhout
2018-07-16 13:38:28 -07:00
parent 8ba5d6d736
commit 8e9991a860

View File

@@ -83,7 +83,7 @@
- `kubectl` has pretty good introspection facilities
- We can list all available resource types by running `kubectl get`
- We can list all available resource types by running `kubectl api-resources` (this used to be `kubectl get`)
- We can view details about a resource with:
```bash