Skip to content

Commit 4c2efa4

Browse files
committed
enabled Istio sidecar injection
Signed-off-by: Dmitrii Ustiugov <[email protected]>
1 parent cb678da commit 4c2efa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cluster/setup_master_node.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kubectl apply -f $ROOT/configs/metallb/metallb-configmap.yaml
4343

4444
# istio
4545
cd $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
4747
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VERSION} TARGET_ARCH=x86_64 sh -
4848
export PATH=$PATH:$ROOT/istio-${ISTIO_VERION}/bin
4949
sudo sh -c "echo 'export PATH=\$PATH:$ROOT/istio-${ISTIO_VERSION}/bin' >> /etc/profile"
@@ -82,3 +82,4 @@ kubectl apply --filename https://github.com/knative/eventing/releases/download/$
8282
kubectl apply --filename https://github.com/knative/eventing/releases/download/$KNATIVE_VERSION/mt-channel-broker.yaml
8383

8484
kubectl --namespace istio-system get service istio-ingressgateway
85+
kubectl label namespace default istio-injection=enabled

0 commit comments

Comments
 (0)