Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -91,7 +91,7 @@ kubectl
|
||||
* [kubectl get](kubectl_get.md) - Display one or many resources
|
||||
* [kubectl label](kubectl_label.md) - Update the labels on a resource
|
||||
* [kubectl logs](kubectl_logs.md) - Print the logs for a container in a pod.
|
||||
* [kubectl namespace](kubectl_namespace.md) - SUPERCEDED: Set and view the current Kubernetes namespace
|
||||
* [kubectl namespace](kubectl_namespace.md) - SUPERSEDED: Set and view the current Kubernetes namespace
|
||||
* [kubectl patch](kubectl_patch.md) - Update field(s) of a resource by stdin.
|
||||
* [kubectl port-forward](kubectl_port-forward.md) - Forward one or more local ports to a pod.
|
||||
* [kubectl proxy](kubectl_proxy.md) - Run a proxy to the Kubernetes API server
|
||||
|
@@ -33,14 +33,14 @@ Documentation for other releases can be found at
|
||||
|
||||
## kubectl namespace
|
||||
|
||||
SUPERCEDED: Set and view the current Kubernetes namespace
|
||||
SUPERSEDED: Set and view the current Kubernetes namespace
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
SUPERCEDED: Set and view the current Kubernetes namespace scope for command line requests.
|
||||
SUPERSEDED: 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.
|
||||
namespace has been superseded by the context.namespace field of .kubeconfig files. See 'kubectl config set-context --help' for more details.
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user