Fixes for kubectl links

This commit is contained in:
johndmulhausen
2016-03-28 12:34:56 -07:00
parent d3cd373942
commit 5789c87428
51 changed files with 99 additions and 99 deletions
+9 -9
View File
@@ -54,15 +54,15 @@ kubectl config SUBCOMMAND
### SEE ALSO
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
* [kubectl config current-context](kubectl_config_current-context/) - Displays the current-context
* [kubectl config set](kubectl_config_set/) - Sets an individual value in a kubeconfig file
* [kubectl config set-cluster](kubectl_config_set-cluster/) - Sets a cluster entry in kubeconfig
* [kubectl config set-context](kubectl_config_set-context/) - Sets a context entry in kubeconfig
* [kubectl config set-credentials](kubectl_config_set-credentials/) - Sets a user entry in kubeconfig
* [kubectl config unset](kubectl_config_unset/) - Unsets an individual value in a kubeconfig file
* [kubectl config use-context](kubectl_config_use-context/) - Sets the current-context in a kubeconfig file
* [kubectl config view](kubectl_config_view/)
* [kubectl](/docs/user-guide/kubectl/kubectl/) - kubectl controls the Kubernetes cluster manager
* [kubectl config current-context](/docs/user-guide/kubectl/kubectl_config_current-context/) - Displays the current-context
* [kubectl config set](/docs/user-guide/kubectl/kubectl_config_set/) - Sets an individual value in a kubeconfig file
* [kubectl config set-cluster](/docs/user-guide/kubectl/kubectl_config_set-cluster/) - Sets a cluster entry in kubeconfig
* [kubectl config set-context](/docs/user-guide/kubectl/kubectl_config_set-context/) - Sets a context entry in kubeconfig
* [kubectl config set-credentials](/docs/user-guide/kubectl/kubectl_config_set-credentials/) - Sets a user entry in kubeconfig
* [kubectl config unset](/docs/user-guide/kubectl/kubectl_config_unset/) - Unsets an individual value in a kubeconfig file
* [kubectl config use-context](/docs/user-guide/kubectl/kubectl_config_use-context/) - Sets the current-context in a kubeconfig file
* [kubectl config view](/docs/user-guide/kubectl/kubectl_config_view/)
- Displays merged kubeconfig settings or a specified kubeconfig file.
###### Auto generated by spf13/cobra on 2-Mar-2016