From 57198b29a88f09628958cc65eeaf3dbced18e265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 2 Oct 2019 19:48:59 +0200 Subject: [PATCH] should not create istio namespace manualy --- deploy/install_knative.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/install_knative.sh b/deploy/install_knative.sh index dd7ed07..fcc9ec2 100644 --- a/deploy/install_knative.sh +++ b/deploy/install_knative.sh @@ -1,8 +1,5 @@ #!/bin/bash -#Create istio namespace -kubectl apply -f ./istio-namespace.yml - #Download and unpack istio ISTIO_VERSION=1.3.1 curl -L https://git.io/getLatestIstio | sh -