From 4e96d91674d1c883b1cbce9dc65a8edc49ae6087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 2 Oct 2019 21:02:07 +0200 Subject: [PATCH] do not deploy knative by default --- cluster-deploy | 8 -------- deploy/install_knative.sh | 6 ++---- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/cluster-deploy b/cluster-deploy index 6429be3..47876ee 100644 --- a/cluster-deploy +++ b/cluster-deploy @@ -168,11 +168,3 @@ for WORKERNAME in ${WORKER[@]}; do echo "[worker:$WORKERNAME] Deployment is completed." done - -#Deploy Knative -cd deploy -./install_helm.sh -./install_knative.sh - -#Deploy Riff -./install_riff.sh diff --git a/deploy/install_knative.sh b/deploy/install_knative.sh index ec1bce6..5f2421c 100644 --- a/deploy/install_knative.sh +++ b/deploy/install_knative.sh @@ -37,9 +37,7 @@ cd.. #Install Knative kubectl apply --selector knative.dev/crd-install=true \ --filename https://github.com/knative/serving/releases/download/v0.9.0/serving.yaml \ ---filename https://github.com/knative/eventing/releases/download/v0.9.0/release.yaml \ ---filename https://github.com/knative/serving/releases/download/v0.9.0/monitoring.yaml +--filename https://github.com/knative/eventing/releases/download/v0.9.0/release.yaml kubectl apply --filename https://github.com/knative/serving/releases/download/v0.9.0/serving.yaml \ ---filename https://github.com/knative/eventing/releases/download/v0.9.0/release.yaml \ ---filename https://github.com/knative/serving/releases/download/v0.9.0/monitoring.yaml +--filename https://github.com/knative/eventing/releases/download/v0.9.0/release.yaml