kubectl: add explain command example (#3052)

This commit is contained in:
Shashank Pachava
2019-05-26 12:57:16 -04:00
committed by Starbeamrainbowlabs
parent 7b08d96633
commit 811b273f51

View File

@@ -29,3 +29,7 @@
- Print the address of the master and cluster services:
`kubectl cluster-info`
- Display an explanation of the specific field:
`kubectl explain pods.spec.containers`