kubectl -bash: _init_completion: command not found kubectl -bash: _init_completion: command not found kubernetes kubernetes

kubectl -bash: _init_completion: command not found


A patch was provided to fix the issue with bash completion for kubectl. You'll need to use the patch for now if you are on osx until the PR is merged and source the bash completion again, you will also need to install bash-completion as described in the question above.

kubectl patch

kubernetes pull request

Edit: this was now merged into master