File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ kubectl apply -f $ROOT/configs/metallb/metallb-configmap.yaml
4343
4444# istio
4545cd $ROOT
46- ISTIO_VERSION=1.7.8 # Make sure that Zipkin manifest is for the same major version (e.g., 1.7) of Istio
46+ ISTIO_VERSION=1.7.1 # Make sure that Zipkin manifest is for the same major version (e.g., 1.7) of Istio
4747curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VERSION} TARGET_ARCH=x86_64 sh -
4848export PATH=$PATH :$ROOT /istio-${ISTIO_VERION} /bin
4949sudo sh -c " echo 'export PATH=\$ PATH:$ROOT /istio-${ISTIO_VERSION} /bin' >> /etc/profile"
@@ -82,3 +82,5 @@ kubectl apply --filename https://github.com/knative/eventing/releases/download/$
8282kubectl apply --filename https://github.com/knative/eventing/releases/download/$KNATIVE_VERSION /mt-channel-broker.yaml
8383
8484kubectl --namespace istio-system get service istio-ingressgateway
85+ sleep 2m
86+ kubectl label namespace default istio-injection=enabled
You can’t perform that action at this time.
0 commit comments