do not deploy knative by default
This commit is contained in:
		@@ -168,11 +168,3 @@ for WORKERNAME in ${WORKER[@]}; do
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	echo "[worker:$WORKERNAME] Deployment is completed."
 | 
						echo "[worker:$WORKERNAME] Deployment is completed."
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					 | 
				
			||||||
#Deploy Knative
 | 
					 | 
				
			||||||
cd deploy
 | 
					 | 
				
			||||||
./install_helm.sh
 | 
					 | 
				
			||||||
./install_knative.sh
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#Deploy Riff
 | 
					 | 
				
			||||||
./install_riff.sh
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,9 +37,7 @@ cd..
 | 
				
			|||||||
#Install Knative
 | 
					#Install Knative
 | 
				
			||||||
kubectl apply --selector knative.dev/crd-install=true \
 | 
					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/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/eventing/releases/download/v0.9.0/release.yaml
 | 
				
			||||||
--filename https://github.com/knative/serving/releases/download/v0.9.0/monitoring.yaml
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.9.0/serving.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/eventing/releases/download/v0.9.0/release.yaml
 | 
				
			||||||
--filename https://github.com/knative/serving/releases/download/v0.9.0/monitoring.yaml
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user