mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
add --all-namespaces flag to request across all namespaces
This commit is contained in:
@@ -42,6 +42,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||
### Options
|
||||
|
||||
```
|
||||
--all-namespaces=false: If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
|
||||
-h, --help=false: help for get
|
||||
--no-headers=false: When using the default output, don't print headers.
|
||||
-o, --output="": Output format. One of: json|yaml|template|templatefile.
|
||||
@@ -84,6 +85,6 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||
### SEE ALSO
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-05-20 23:52:21.968486735 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-05-22 14:24:30.17132893 +0000 UTC
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user