mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-03 22:04:23 -04:00
code cleanup: fix broken link in kubectl completion
Kubernetes-commit: 84df3a213fcb6a91f8b72e66dc610ce399807d10
This commit is contained in:
parent
ac49920c0c
commit
031e3ab456
1 changed files with 9 additions and 1 deletions
|
|
@ -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`))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue