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
+5 -5
View File
@@ -50,11 +50,11 @@ kubectl rollout undo deployment/abc
### SEE ALSO
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
* [kubectl rollout history](kubectl_rollout_history/) - view rollout history
* [kubectl rollout pause](kubectl_rollout_pause/) - Mark the provided resource as paused
* [kubectl rollout resume](kubectl_rollout_resume/) - Resume a paused resource
* [kubectl rollout undo](kubectl_rollout_undo/) - undoes a previous rollout
* [kubectl](/docs/user-guide/kubectl/kubectl/) - kubectl controls the Kubernetes cluster manager
* [kubectl rollout history](/docs/user-guide/kubectl/kubectl_rollout_history/) - view rollout history
* [kubectl rollout pause](/docs/user-guide/kubectl/kubectl_rollout_pause/) - Mark the provided resource as paused
* [kubectl rollout resume](/docs/user-guide/kubectl/kubectl_rollout_resume/) - Resume a paused resource
* [kubectl rollout undo](/docs/user-guide/kubectl/kubectl_rollout_undo/) - undoes a previous rollout
###### Auto generated by spf13/cobra on 2-Mar-2016