mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #79844 from oke-py/remove-extra-hyphen
removed extra hyphen in kubectl book
This commit is contained in:
commit
14344b57e5
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ kubectl get deployments -l app=nginx
|
|||
By default Get and Describe will fetch resource in the default namespace or the namespace specified
|
||||
with `--namespace`.
|
||||
|
||||
The `---all-namespaces` flag will **fetch Resources from all namespaces**.
|
||||
The `--all-namespaces` flag will **fetch Resources from all namespaces**.
|
||||
|
||||
{% sample lang="yaml" %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue