Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Created February 26, 2024 08:31
Show Gist options
  • Save dameyerdave/e2bd23613545a4d674d24aa88bf499ae to your computer and use it in GitHub Desktop.
Save dameyerdave/e2bd23613545a4d674d24aa88bf499ae to your computer and use it in GitHub Desktop.
Kubernetes Bash Completion
source <(kubectl completion bash)
alias k=kubectl
complete -o default -F __start_kubectl k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment