fixed a typo in kubectl book
Kubernetes-commit: f258af3af3dabc56297bae499f0412b7fb132489
This commit is contained in:
parent
2fc5905786
commit
e4a7ef81bc
|
@ -9,7 +9,7 @@ use cases, imperative porcelain commands may be helpful for development or debug
|
|||
issues. These commands are particularly helpful for learning about Kubernetes when coming
|
||||
from an imperative system.
|
||||
|
||||
**Note:** Some imperative commands can by run with `--dry-run -o yaml` to display the declarative
|
||||
**Note:** Some imperative commands can be run with `--dry-run -o yaml` to display the declarative
|
||||
form.
|
||||
|
||||
This section describes imperative commands that will generate or patch Resource Config.
|
||||
|
|
Loading…
Reference in New Issue