remove references to in-memory-channel-* (#1888)

* remove references to in-memory-channel-*

* missed one provisioner reference
This commit is contained in:
Ville Aikas 2019-10-11 12:17:31 -07:00 committed by Knative Prow Robot
parent 44bb37f109
commit 1acf133068
1 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@ To complete this guide, you will need the following installed and running:
- [`kubectl` CLI tool](https://kubernetes.io/docs/reference/kubectl/overview/) within a minor version of your Kubernetes cluster. - [`kubectl` CLI tool](https://kubernetes.io/docs/reference/kubectl/overview/) within a minor version of your Kubernetes cluster.
- [curl v7.65 or higher](https://curl.haxx.se/download.html) - [curl v7.65 or higher](https://curl.haxx.se/download.html)
- Knative Eventing Component - Knative Eventing Component
- Knative Eventing In-memory channel Provisioner - Knative Eventing In-memory channel
### Installing Knative Eventing ### Installing Knative Eventing
@ -30,7 +30,7 @@ If you previously [created a Knative cluster](../install), you might already hav
kubectl get pods --namespace knative-eventing kubectl get pods --namespace knative-eventing
``` ```
If the `knative-eventing` namespace or the `in-memory-channel-controller-*` does not exist, use the following steps to install Knative Eventing with the in-memory channel provisioner: If the `knative-eventing` namespace or the `imc-controller-*` does not exist, use the following steps to install Knative Eventing with the in-memory channel:
1. Make sure that you have a functioning Kubernetes cluster. See the [Comprehensive Install guide](../install) for more information. 1. Make sure that you have a functioning Kubernetes cluster. See the [Comprehensive Install guide](../install) for more information.
- Old versions of Knative Serving doesn't necessarily work well with latest Knative Eventing, so try to install the latest version of Knative Serving. - Old versions of Knative Serving doesn't necessarily work well with latest Knative Eventing, so try to install the latest version of Knative Serving.
@ -61,8 +61,6 @@ If the `knative-eventing` namespace or the `in-memory-channel-controller-*` does
eventing-webhook-6c4f6699d8-qclbx 1/1 Running 0 29m eventing-webhook-6c4f6699d8-qclbx 1/1 Running 0 29m
imc-controller-85cdb4946b-h2msj 1/1 Running 0 13m imc-controller-85cdb4946b-h2msj 1/1 Running 0 13m
imc-dispatcher-5f4689d868-fspt6 1/1 Running 0 13m imc-dispatcher-5f4689d868-fspt6 1/1 Running 0 13m
in-memory-channel-controller-d9db9d879-f2jw6 1/1 Running 0 13m
in-memory-channel-dispatcher-79bc7f46cd-4mvj6 1/1 Running 0 13m
sources-controller-5847564f4f-z59xc 1/1 Running 0 29m sources-controller-5847564f4f-z59xc 1/1 Running 0 29m
``` ```