Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ismailyenigul/11fde3c44c51f0556b890ba176589236 to your computer and use it in GitHub Desktop.
Save ismailyenigul/11fde3c44c51f0556b890ba176589236 to your computer and use it in GitHub Desktop.
kubectl bash auto completion on MacOS

on Bash

$ brew install bash-completion
$ kubectl completion ~/.kubectl-bash
$ echo ". /usr/local/etc/profile.d/bash_completion.sh" >> ~/.bash_profile
$ echo ". ~/.kubectl-bash"  >> ~/.bash_profile
$ source  ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment