From 1ab134bf8a4760d4efbd622f080c647f991ae1fc Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Wed, 27 Feb 2019 12:32:26 -0800 Subject: [PATCH] undo adding explicit install command for in-memory channel provisioner --- install/Knative-with-GKE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 1886a90be2c..4e99e3729ce 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -182,7 +182,6 @@ see [Performing a Custom Knative Installation](Knative-custom-install.md). ```bash kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.4.0/in-memory-channel.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml \ --filename https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \