Switching from get to use kubectl api-resources

This commit is contained in:
Bridget Kromhout
2018-07-16 13:38:28 -07:00
committed by Jerome Petazzoni
parent 065310901f
commit 96bf00c59b

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