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