Skip to content

Instantly share code, notes, and snippets.

@jacob-delgado
Created March 31, 2020 16:01

Revisions

  1. jacob-delgado created this gist Mar 31, 2020.
    11 changes: 11 additions & 0 deletions helm3_istio_master_install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    #!/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