mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
kubectl: add explain command example (#3052)
This commit is contained in:
parent
7b08d96633
commit
811b273f51
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue