dotly
dotly copied to clipboard
Kubectl completion doesn't work on macOS
The autocompletion for kubectl is not working on macOS. I've tried some different approaches to configure it, but it's not working 😞
-
Add the autocompletion script directly in .zshrc:
-
Create a file called
_kubectl
inside the completions folder in the .dotfiles folder with the autocompletion script content
Have you tried to do a dot zsh reload_completions
(requires to restart the terminal) after adding?
Yes @gtrabanco! I did dot shell zsh reload_completions
and it didn't work