Created
November 23, 2019 09:52
-
-
Save bfgits/60bc4a68f230fe2c840aaf97d9f1b099 to your computer and use it in GitHub Desktop.
install istioctl and add _istioctl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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