mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Fix md generation for kubectl docs
Display usage string, not long help, as code, remove angle brackets from output (.md interprets as tags and hides).
This commit is contained in:
@@ -4,14 +4,15 @@ SUPERCEDED: Set and view the current Kubernetes namespace
|
||||
|
||||
### Synopsis
|
||||
|
||||
```
|
||||
|
||||
SUPERCEDED: Set and view the current Kubernetes namespace scope for command line requests.
|
||||
|
||||
namespace has been superceded by the context.namespace field of .kubeconfig files. See 'kubectl config set-context --help' for more details.
|
||||
|
||||
```
|
||||
|
||||
kubectl namespace [<namespace>]
|
||||
```
|
||||
kubectl namespace [namespace]
|
||||
```
|
||||
|
||||
### Options inherrited from parent commands
|
||||
|
||||
|
Reference in New Issue
Block a user