Skip to content

Instantly share code, notes, and snippets.

@bfgits
Created November 23, 2019 09:52
Show Gist options
  • Save bfgits/60bc4a68f230fe2c840aaf97d9f1b099 to your computer and use it in GitHub Desktop.
Save bfgits/60bc4a68f230fe2c840aaf97d9f1b099 to your computer and use it in GitHub Desktop.
install istioctl and add _istioctl
#https://istio.io/docs/ops/diagnostic-tools/istioctl/
#https://github.com/istio/istio/issues/12607
curl -sL https://istio.io/downloadIstioctl | sh -
export PATH=$PATH:$HOME/.istioctl/bin
#generate the bash completion file
istioctl collateral --bash
source istioctl.bash
#generate the zsh completion file
#istioctl collateral --zsh
#source _istioctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment