code cleanup: fix broken link in kubectl completion

Kubernetes-commit: 84df3a213fcb6a91f8b72e66dc610ce399807d10
This commit is contained in:
卢振兴10069964 2021-04-19 14:15:48 +08:00 committed by Kubernetes Publisher
parent ac49920c0c
commit 031e3ab456

View file

@ -51,7 +51,15 @@ var (
the .bash_profile.
Detailed instructions on how to do this are available here:
https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion
for macOS:
https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/#enable-shell-autocompletion
for linux:
https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#enable-shell-autocompletion
for windows:
https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/#enable-shell-autocompletion
Note for zsh users: [1] zsh completions are only supported in versions of zsh >= 5.2`))