From 6029f3cc8d8a41cb10252f2d3483ce4c7bac0dd8 Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Wed, 26 Jun 2019 08:57:02 -0700 Subject: [PATCH] There is no longer a eventing-sources release. --- docs/install/Knative-custom-install.md | 13 +++++-------- docs/install/Knative-with-AKS.md | 2 -- docs/install/Knative-with-GKE.md | 2 -- docs/install/Knative-with-Gardener.md | 2 -- docs/install/Knative-with-ICP.md | 12 ------------ docs/install/Knative-with-IKS.md | 2 -- docs/install/Knative-with-Minikube.md | 2 -- docs/install/Knative-with-PKS.md | 2 -- docs/install/Knative-with-any-k8s.md | 2 -- 9 files changed, 5 insertions(+), 34 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 275b82de916..40d10d9bd37 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -85,7 +85,7 @@ The following Knative installation files are available: - https://github.com/knative/eventing/releases/download/v0.7.0/in-memory-channel.yaml - https://github.com/knative/eventing/releases/download/v0.7.0/kafka.yaml - **Eventing sources**: - - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/github.yaml - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/camel.yaml - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/kafka.yaml @@ -121,7 +121,7 @@ files from the Knative repositories: | [`natss.yaml`][4.5] | Installs only the NATSS channel provisioner. | Eventing component | | [`gcp-pubsub.yaml`][4.6] | Installs only the GCP PubSub channel provisioner. | Eventing component | | **knative/eventing-contrib** | | | -| [`eventing-sources.yaml`][5.1]† | Installs the [GitHub][6.1] source. | Eventing component | +| [`github.yaml`][5.1]† | Installs the [GitHub][6.1] source. | Eventing component | | [`camel.yaml`][5.4] | Installs the Apache Camel source. | Eventing component | | [`gcppubsub.yaml`][5.2] | Installs the [GCP PubSub source][6.3] | Eventing component | | [`kafka.yaml`][5.5] | Installs the Apache Kafka source. | Eventing component | @@ -172,7 +172,7 @@ for details about installing the various supported observability plugins. https://github.com/knative/eventing/releases/download/v0.7.0/gcp-pubsub.yaml [5]: https://github.com/knative/eventing-contrib/releases/tag/v0.7.0 [5.1]: - https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/github.yaml [5.2]: https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml [5.3]: @@ -256,7 +256,6 @@ commands below. - `https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager` - `https://github.com/knative/build/releases/download/v0.7.0/build.yaml` - `https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml` - - `https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml` - `https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml` **Note**: By default, the Knative Serving component installation @@ -303,8 +302,7 @@ commands below. kubectl apply --selector knative.dev/crd-install=true \ --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml + --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml ``` 1. Remove the `--selector knative.dev/crd-install=true` flag and the run @@ -314,8 +312,7 @@ commands below. ```bash kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml + --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml ``` 1. Depending on what you chose to install, view the status of your installation diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index e19e5b77cf4..68601c5dbf6 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -184,7 +184,6 @@ your Knative installation, see --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -197,7 +196,6 @@ your Knative installation, see kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index caef38b1d3a..58533cdd027 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -163,7 +163,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -175,7 +174,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index 44aad758266..ddeaf9c0faf 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -118,7 +118,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -130,7 +129,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index 24430b25ad3..f8f0d81ebc6 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -188,12 +188,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). | kubectl apply --filename - ``` - ```shell - curl -L https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ - | sed 's/LoadBalancer/NodePort/' \ - | kubectl apply --filename - - ``` - ```shell curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \ | sed 's/LoadBalancer/NodePort/' \ @@ -274,12 +268,6 @@ curl -L https://github.com/knative/eventing/releases/download/v0.7.0/release.yam | kubectl delete --filename - ``` -```shell -curl -L https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ - | sed 's/LoadBalancer/NodePort/' \ - | kubectl delete --filename - -``` - ```shell curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \ | sed 's/LoadBalancer/NodePort/' \ diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index 5ab06b05b88..bb314197a84 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -202,7 +202,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -214,7 +213,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 50898b72b2f..533a7308a99 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -124,7 +124,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -136,7 +135,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index 2864e58fc65..69ab03c5bc6 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -104,7 +104,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -116,7 +115,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index 9f687860266..ca4efbf8e3b 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -71,7 +71,6 @@ your Knative installation, see --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` @@ -83,7 +82,6 @@ your Knative installation, see kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ```