Skip to content

Instantly share code, notes, and snippets.

@jacob-delgado
Created March 31, 2020 16:01
Show Gist options
  • Save jacob-delgado/08ad65aeb762ccba6e5b6caff08a6cfd to your computer and use it in GitHub Desktop.
Save jacob-delgado/08ad65aeb762ccba6e5b6caff08a6cfd to your computer and use it in GitHub Desktop.
#!/bin/sh
#Tested with istio master SHA: 9875a1e76d32a000ff56a6741eed2730224c4431
kubectl create namespace istio-system
helm install istio-base --namespace istio-system istio/manifests/base
helm install istio-control --namespace istio-system \
istio/manifests/istio-control/istio-discovery \
-f istio/manifests/global.yaml \
--set global.jwtPolicy=first-party-jwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment