ridehaa.blogg.se

Docker for mac autocomplete
Docker for mac autocomplete










Now, after restarting the terminal you will be able to use the kubectl autocomplete with the TAB button. usr/local/share/bash-completion/bash_completion

  • Add the following content in the bash_profile (vim ~/.bash_proofile).
  • docker for mac autocomplete

    Kubectl completion bash > ~/.kube/kubectl_autocompletion Set to the installed shell to the current user.

    docker for mac autocomplete docker for mac autocomplete

    # It will not work with versions /etc/shells

  • Install the latest version of bash and bash-completion.
  • Install kubectl, if you do not have it already.
  • Then, follow the steps in order to make it works well.

    docker for mac autocomplete

    If you try to follow the steps in the k8s docs for a MaOS environment you will see that it will not work as expected.












    Docker for mac autocomplete