mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
Switching from get to use kubectl api-resources
This commit is contained in:
committed by
Jerome Petazzoni
parent
065310901f
commit
96bf00c59b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user