Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected documentation for kubectl tab completion on Mac #14617

Merged
merged 3 commits into from
May 30, 2019

Commits on May 29, 2019

  1. Corrects procedure to get tab completion on Mac

    Tab completion only requires the installation of bash-completion and sourcing the bash_completion script. 
    
    Installing bash-completion@2 doesn't work and source <(kubectl completion bash) is no longer necessary in the .bash_profile.
    atif1996 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    fc4e359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db388b7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Update install-kubectl.md

    tengqm committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e5d0756 View commit details
    Browse the repository at this point in the history