mirror of https://github.com/CrimsonTome/tldr.git
kubectl: add explain command example (#3052)
parent
7b08d96633
commit
811b273f51
|
@ -29,3 +29,7 @@
|
||||||
- Print the address of the master and cluster services:
|
- Print the address of the master and cluster services:
|
||||||
|
|
||||||
`kubectl cluster-info`
|
`kubectl cluster-info`
|
||||||
|
|
||||||
|
- Display an explanation of the specific field:
|
||||||
|
|
||||||
|
`kubectl explain pods.spec.containers`
|
||||||
|
|
Loading…
Reference in New Issue