Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Last active May 28, 2018 03:32
Show Gist options
  • Save salrashid123/77bbb3303cfa41f795174f96db907d84 to your computer and use it in GitHub Desktop.
Save salrashid123/77bbb3303cfa41f795174f96db907d84 to your computer and use it in GitHub Desktop.
istio060 install
wget https://github.com/istio/istio/releases/download/0.7.0/istio-0.7.0-linux.tar.gz
tar xvf istio-0.7.0-linux.tar.gz
cd istio-0.7.0/
kubectl create -f install/kubernetes/istio.yaml
./install/kubernetes/webhook-create-signed-cert.sh \
--service istio-sidecar-injector \
--namespace istio-system \
--secret sidecar-injector-certs
kubectl apply -f install/kubernetes/istio-sidecar-injector-configmap-release.yaml
cat install/kubernetes/istio-sidecar-injector.yaml | \
./install/kubernetes/webhook-patch-ca-bundle.sh > \
install/kubernetes/istio-sidecar-injector-with-ca-bundle.yaml
kubectl apply --filename=install/kubernetes/istio-sidecar-injector-with-ca-bundle.yaml
kubectl -n istio-system get deployment -listio=sidecar-injector
kubectl label namespace default istio-injection=enabled
kubectl get namespace -L istio-injection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment