create istio namespace later

This commit is contained in:
Torma Kristóf 2019-10-02 20:11:48 +02:00
parent 57198b29a8
commit d6f480a251
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ cd istio-${ISTIO_VERSION}
#Install istio CRDs
for i in install/kubernetes/helm/istio-init/files/crd*yaml; do kubectl apply -f $i; done
kubectl apply -f ../istio-namespace.yml
helm template --namespace=istio-system \
--set prometheus.enabled=false \
--set mixer.enabled=false \
@ -30,6 +32,8 @@ helm template --namespace=istio-system \
kubectl apply -f istio-lean.yaml
cd..
#Install Knative
kubectl apply --selector knative.dev/crd-install=true \
--filename https://github.com/knative/serving/releases/download/v0.9.0/serving.yaml \