@@ -85,7 +85,7 @@ The following Knative installation files are available:
8585 - https://github.com/knative/eventing/releases/download/v0.7.0/in-memory-channel.yaml
8686 - https://github.com/knative/eventing/releases/download/v0.7.0/kafka.yaml
8787- ** Eventing sources** :
88- - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources .yaml
88+ - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/github .yaml
8989 - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/camel.yaml
9090 - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml
9191 - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/kafka.yaml
@@ -121,7 +121,7 @@ files from the Knative repositories:
121121| [ ` natss.yaml ` ] [ 4.5 ] | Installs only the NATSS channel provisioner. | Eventing component |
122122| [ ` gcp-pubsub.yaml ` ] [ 4.6 ] | Installs only the GCP PubSub channel provisioner. | Eventing component |
123123| ** knative/eventing-contrib** | | |
124- | [ ` eventing-sources .yaml` ] [ 5.1 ] † | Installs the [ GitHub] [ 6.1 ] source. | Eventing component |
124+ | [ ` github .yaml` ] [ 5.1 ] † | Installs the [ GitHub] [ 6.1 ] source. | Eventing component |
125125| [ ` camel.yaml ` ] [ 5.4 ] | Installs the Apache Camel source. | Eventing component |
126126| [ ` gcppubsub.yaml ` ] [ 5.2 ] | Installs the [ GCP PubSub source] [ 6.3 ] | Eventing component |
127127| [ ` kafka.yaml ` ] [ 5.5 ] | Installs the Apache Kafka source. | Eventing component |
@@ -172,7 +172,7 @@ for details about installing the various supported observability plugins.
172172 https://github.com/knative/eventing/releases/download/v0.7.0/gcp-pubsub.yaml
173173[ 5 ] : https://github.com/knative/eventing-contrib/releases/tag/v0.7.0
174174[ 5.1] :
175- https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources .yaml
175+ https://github.com/knative/eventing-contrib/releases/download/v0.7.0/github .yaml
176176[ 5.2] :
177177 https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml
178178[ 5.3] :
@@ -256,7 +256,6 @@ commands below.
256256 - ` https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider! =cert-manager`
257257 - ` https://github.com/knative/build/releases/download/v0.7.0/build.yaml`
258258 - ` https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml`
259- - ` https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml`
260259 - ` https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml`
261260
262261 ** Note** : By default, the Knative Serving component installation
@@ -303,8 +302,7 @@ commands below.
303302 kubectl apply --selector knative.dev/crd-install=true \
304303 --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
305304 --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
306- --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
307- --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml
305+ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml
308306 ` ` `
309307
310308 1. Remove the ` --selector knative.dev/crd-install=true` flag and the run
@@ -314,8 +312,7 @@ commands below.
314312 ` ` ` bash
315313 kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
316314 --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
317- --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
318- --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml
315+ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml
319316 ` ` `
320317
3213181. Depending on what you chose to install, view the status of your installation
0 commit comments