@@ -66,9 +66,7 @@ The following Knative installation files are available:
6666 - https://github.com/knative/serving/releases/download/{{ < version >}}/monitoring-tracing-zipkin.yaml
6767 - https://github.com/knative/serving/releases/download/{{ < version >}}/monitoring-tracing-zipkin-in-mem.yaml
6868- ** Eventing Component** :
69- - https://github.com/knative/eventing/releases/download/{{ < version >}}/release.yaml
7069 - https://github.com/knative/eventing/releases/download/{{ < version >}}/eventing.yaml
71- - https://github.com/knative/eventing/releases/download/{{ < version >}}/in-memory-channel.yaml
7270- ** Eventing Resources** :
7371 - https://github.com/knative/eventing-contrib/releases/download/{{ < version >}}/github.yaml
7472 - https://github.com/knative/eventing-contrib/releases/download/{{ < version >}}/camel.yaml
@@ -200,7 +198,7 @@ commands below.
200198
201199 ` ` ` bash
202200 https://github.com/knative/serving/releases/download/{{< version > }}/serving.yaml
203- https://github.com/knative/eventing/releases/download/{{< version > }}/release .yaml
201+ https://github.com/knative/eventing/releases/download/{{< version > }}/eventing .yaml
204202 https://github.com/knative/serving/releases/download/{{< version > }}/monitoring.yaml
205203 ` ` `
206204
@@ -246,14 +244,14 @@ commands below.
246244 ` ` ` bash
247245 kubectl apply --selector knative.dev/crd-install=true \
248246 --filename https://github.com/knative/serving/releases/download/{{< version > }}/serving.yaml \
249- --filename https://github.com/knative/eventing/releases/download/{{< version > }}/release .yaml
247+ --filename https://github.com/knative/eventing/releases/download/{{< version > }}/eventing .yaml
250248 ` ` `
251249
252250 1. Remove the ` --selector knative.dev/crd-install=true` flag
253251 to install all the Knative components and the Eventing resources:
254252 ` ` ` bash
255253 kubectl apply --filename https://github.com/knative/serving/releases/download/{{< version > }}/serving.yaml \
256- --filename https://github.com/knative/eventing/releases/download/{{< version > }}/release .yaml
254+ --filename https://github.com/knative/eventing/releases/download/{{< version > }}/eventing .yaml
257255 ` ` `
258256
2592571. Run one or more of the following commands to ensure that your component or plugin was
0 commit comments