code cleanup: fix broken link in kubectl completion

This commit is contained in:
卢振兴10069964 2021-04-19 14:15:48 +08:00
parent 6cc27991e9
commit 84df3a213f

View File

@ -51,7 +51,15 @@ var (
the .bash_profile. the .bash_profile.
Detailed instructions on how to do this are available here: 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`)) Note for zsh users: [1] zsh completions are only supported in versions of zsh >= 5.2`))