From 71fd8a6056dcb59556d3a953955ff25e2b872e1a Mon Sep 17 00:00:00 2001 From: Sam O'Dell Date: Tue, 25 Jun 2019 13:42:37 -0700 Subject: [PATCH 1/5] Update git clone commands in samples --- docs/eventing/samples/container-source/README.md | 2 +- docs/serving/samples/autoscale-go/README.md | 2 +- docs/serving/samples/gitwebhook-go/README.md | 2 +- docs/serving/samples/grpc-ping-go/README.md | 2 +- docs/serving/samples/hello-world/helloworld-csharp/README.md | 2 +- docs/serving/samples/hello-world/helloworld-go/README.md | 2 +- .../samples/hello-world/helloworld-java-spring/README.md | 2 +- docs/serving/samples/hello-world/helloworld-kotlin/README.md | 2 +- docs/serving/samples/hello-world/helloworld-nodejs/README.md | 2 +- docs/serving/samples/hello-world/helloworld-php/README.md | 2 +- docs/serving/samples/hello-world/helloworld-python/README.md | 2 +- docs/serving/samples/hello-world/helloworld-ruby/README.md | 2 +- docs/serving/samples/hello-world/helloworld-scala/README.md | 2 +- docs/serving/samples/hello-world/helloworld-shell/README.md | 2 +- docs/serving/samples/rest-api-go/README.md | 2 +- docs/serving/samples/secrets-go/README.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/eventing/samples/container-source/README.md b/docs/eventing/samples/container-source/README.md index 375735cd4f5..c9b6160e116 100644 --- a/docs/eventing/samples/container-source/README.md +++ b/docs/eventing/samples/container-source/README.md @@ -17,7 +17,7 @@ Knative [event-sources](https://github.com/knative/eventing-contrib) has a sample of heartbeats event source. You could clone the source codes by ``` -git clone -b "release-0.6" https://github.com/knative/eventing-contrib.git +git clone -b "release-0.7" https://github.com/knative/eventing-contrib.git ``` And then build a heartbeats image and publish to your image repo with diff --git a/docs/serving/samples/autoscale-go/README.md b/docs/serving/samples/autoscale-go/README.md index 4b43866ad3b..ab2f9b2f7cf 100644 --- a/docs/serving/samples/autoscale-go/README.md +++ b/docs/serving/samples/autoscale-go/README.md @@ -10,7 +10,7 @@ A demonstration of the autoscaling capabilities of a Knative Serving Revision. 1. Clone this repository, and move into the sample directory: ```shell - git clone -b "release-0.6" https://github.com/knative/docs knative-docs + git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs ``` diff --git a/docs/serving/samples/gitwebhook-go/README.md b/docs/serving/samples/gitwebhook-go/README.md index 4d71e3bb8d1..4f3624bd6fc 100644 --- a/docs/serving/samples/gitwebhook-go/README.md +++ b/docs/serving/samples/gitwebhook-go/README.md @@ -26,7 +26,7 @@ You must meet the following requirements to run this sample: 1. Download a copy of the code: ```shell - git clone -b "release-0.6" https://github.com/knative/docs knative-docs + git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/gitwebhook-go ``` diff --git a/docs/serving/samples/grpc-ping-go/README.md b/docs/serving/samples/grpc-ping-go/README.md index a03676e4e44..9020c4316b8 100644 --- a/docs/serving/samples/grpc-ping-go/README.md +++ b/docs/serving/samples/grpc-ping-go/README.md @@ -9,7 +9,7 @@ A simple gRPC server written in Go that you can use for testing. - Download a copy of the code: ```shell - git clone -b "release-0.6" https://github.com/knative/docs knative-docs + git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/docs/serving/samples/grpc-ping-go ``` diff --git a/docs/serving/samples/hello-world/helloworld-csharp/README.md b/docs/serving/samples/hello-world/helloworld-csharp/README.md index 4fbd64d46ba..503fef301af 100644 --- a/docs/serving/samples/hello-world/helloworld-csharp/README.md +++ b/docs/serving/samples/hello-world/helloworld-csharp/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-csharp ``` diff --git a/docs/serving/samples/hello-world/helloworld-go/README.md b/docs/serving/samples/hello-world/helloworld-go/README.md index 4b516b9bc72..d58f3ba9103 100644 --- a/docs/serving/samples/hello-world/helloworld-go/README.md +++ b/docs/serving/samples/hello-world/helloworld-go/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/docs/serving/samples/hello-world/helloworld-go ``` diff --git a/docs/serving/samples/hello-world/helloworld-java-spring/README.md b/docs/serving/samples/hello-world/helloworld-java-spring/README.md index 64dc00c85ef..1e76902c59e 100644 --- a/docs/serving/samples/hello-world/helloworld-java-spring/README.md +++ b/docs/serving/samples/hello-world/helloworld-java-spring/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs cd +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-java-spring ``` diff --git a/docs/serving/samples/hello-world/helloworld-kotlin/README.md b/docs/serving/samples/hello-world/helloworld-kotlin/README.md index f43448f1001..15b78c56c79 100644 --- a/docs/serving/samples/hello-world/helloworld-kotlin/README.md +++ b/docs/serving/samples/hello-world/helloworld-kotlin/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-kotlin ``` diff --git a/docs/serving/samples/hello-world/helloworld-nodejs/README.md b/docs/serving/samples/hello-world/helloworld-nodejs/README.md index 06e80f14595..558791b366d 100644 --- a/docs/serving/samples/hello-world/helloworld-nodejs/README.md +++ b/docs/serving/samples/hello-world/helloworld-nodejs/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-nodejs ``` diff --git a/docs/serving/samples/hello-world/helloworld-php/README.md b/docs/serving/samples/hello-world/helloworld-php/README.md index 70509cbc8d1..92da1ec8501 100644 --- a/docs/serving/samples/hello-world/helloworld-php/README.md +++ b/docs/serving/samples/hello-world/helloworld-php/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-php ``` diff --git a/docs/serving/samples/hello-world/helloworld-python/README.md b/docs/serving/samples/hello-world/helloworld-python/README.md index 535f653dec4..933d57f00be 100644 --- a/docs/serving/samples/hello-world/helloworld-python/README.md +++ b/docs/serving/samples/hello-world/helloworld-python/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-python ``` diff --git a/docs/serving/samples/hello-world/helloworld-ruby/README.md b/docs/serving/samples/hello-world/helloworld-ruby/README.md index bf25b2ec303..ce450db779c 100644 --- a/docs/serving/samples/hello-world/helloworld-ruby/README.md +++ b/docs/serving/samples/hello-world/helloworld-ruby/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-ruby ``` diff --git a/docs/serving/samples/hello-world/helloworld-scala/README.md b/docs/serving/samples/hello-world/helloworld-scala/README.md index 573e3e5b492..38d9e488ebe 100644 --- a/docs/serving/samples/hello-world/helloworld-scala/README.md +++ b/docs/serving/samples/hello-world/helloworld-scala/README.md @@ -9,7 +9,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-scala ``` diff --git a/docs/serving/samples/hello-world/helloworld-shell/README.md b/docs/serving/samples/hello-world/helloworld-shell/README.md index 8539a6389ed..53e8c38c458 100644 --- a/docs/serving/samples/hello-world/helloworld-shell/README.md +++ b/docs/serving/samples/hello-world/helloworld-shell/README.md @@ -7,7 +7,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/hello-world/helloworld-shell ``` diff --git a/docs/serving/samples/rest-api-go/README.md b/docs/serving/samples/rest-api-go/README.md index ad3cfd13e7e..36e2b52b2cb 100644 --- a/docs/serving/samples/rest-api-go/README.md +++ b/docs/serving/samples/rest-api-go/README.md @@ -17,7 +17,7 @@ like `AAPL`,`AMZN`, `GOOG`, `MSFT`, etc. 1. Download a copy of the code: ```shell - git clone -b "release-0.6" https://github.com/knative/docs knative-docs + git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/rest-api-go ``` diff --git a/docs/serving/samples/secrets-go/README.md b/docs/serving/samples/secrets-go/README.md index 7945e0856ac..4b2bc3de3b4 100644 --- a/docs/serving/samples/secrets-go/README.md +++ b/docs/serving/samples/secrets-go/README.md @@ -8,7 +8,7 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "release-0.6" https://github.com/knative/docs knative-docs +git clone -b "release-0.7" https://github.com/knative/docs knative-docs cd knative-docs/serving/samples/secrets-go ``` From bc720b1a550e78698e5ae3811bc98bb5b7830680 Mon Sep 17 00:00:00 2001 From: Sam O'Dell Date: Tue, 25 Jun 2019 13:48:06 -0700 Subject: [PATCH 2/5] Update release for eventing, eventing-contrib, and serving (skip build) --- docs/install/Knative-custom-install.md | 100 ++++++++++++------------- docs/install/Knative-with-AKS.md | 16 ++-- docs/install/Knative-with-GKE.md | 16 ++-- docs/install/Knative-with-Gardener.md | 16 ++-- docs/install/Knative-with-ICP.md | 16 ++-- docs/install/Knative-with-IKS.md | 16 ++-- docs/install/Knative-with-Minikube.md | 16 ++-- docs/install/Knative-with-PKS.md | 16 ++-- docs/install/Knative-with-any-k8s.md | 16 ++-- 9 files changed, 114 insertions(+), 114 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 65b73683328..818f9d331bc 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -69,26 +69,26 @@ with Knative. The following Knative installation files are available: - **Serving Component and Observability Plugins**: - - https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml - - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-logs-elasticsearch.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-metrics-prometheus.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger-in-mem.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin.yaml + - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin-in-mem.yaml - **Build Component**: - https://github.com/knative/build/releases/download/v0.6.0/build.yaml - **Eventing Component**: - - https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml - - https://github.com/knative/eventing/releases/download/v0.6.0/eventing.yaml - - https://github.com/knative/eventing/releases/download/v0.6.0/in-memory-channel.yaml - - https://github.com/knative/eventing/releases/download/v0.6.0/kafka.yaml + - https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml + - https://github.com/knative/eventing/releases/download/v0.7.0/eventing.yaml + - 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.6.0/eventing-sources.yaml - - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/camel.yaml - - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml - - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/kafka.yaml + - 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/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 - **Cluster roles**: - https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml @@ -141,21 +141,21 @@ for details about installing the various supported observability plugins. [1]: https://github.com/knative/serving/releases/tag/v0.6.0 -[1.1]: https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml +[1.1]: https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml [1.2]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml [1.3]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-logs-elasticsearch.yaml [1.4]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-metrics-prometheus.yaml [1.5]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger.yaml [1.6]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger-in-mem.yaml [1.7]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin.yaml [1.8]: - https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml + https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin-in-mem.yaml [2]: https://www.elastic.co/elk-stack [2.1]: https://prometheus.io [2.2]: https://grafana.com @@ -165,28 +165,28 @@ for details about installing the various supported observability plugins. [3]: https://github.com/knative/build/releases/tag/v0.6.0 [3.1]: https://github.com/knative/build/releases/download/v0.6.0/build.yaml [4]: https://github.com/knative/eventing/releases/tag/v0.6.0 -[4.1]: https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml +[4.1]: https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml [4.2]: - https://github.com/knative/eventing/releases/download/v0.6.0/eventing.yaml + https://github.com/knative/eventing/releases/download/v0.7.0/eventing.yaml [4.3]: - https://github.com/knative/eventing/releases/download/v0.6.0/in-memory-channel.yaml -[4.4]: https://github.com/knative/eventing/releases/download/v0.6.0/kafka.yaml -[4.5]: https://github.com/knative/eventing/releases/download/v0.6.0/natss.yaml + https://github.com/knative/eventing/releases/download/v0.7.0/in-memory-channel.yaml +[4.4]: https://github.com/knative/eventing/releases/download/v0.7.0/kafka.yaml +[4.5]: https://github.com/knative/eventing/releases/download/v0.7.0/natss.yaml [4.6]: - https://github.com/knative/eventing/releases/download/v0.6.0/gcp-pubsub.yaml + https://github.com/knative/eventing/releases/download/v0.7.0/gcp-pubsub.yaml [5]: https://github.com/knative/eventing-contrib/releases/tag/v0.6.0 [5.1]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml [5.2]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml [5.3]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/event-display.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/event-display.yaml [5.4]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/camel.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/camel.yaml [5.5]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/kafka.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/kafka.yaml [5.6]: - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/awssqs.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.7.0/awssqs.yaml [6]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#event-v1-core [6.1]: https://developer.github.com/v3/activity/events/types/ @@ -259,11 +259,11 @@ commands below. `[FILE_URL]`Examples: - - `https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager` + - `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.6.0/build.yaml` - - `https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml` - - `https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml` - - `https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 (`serving.yaml`) includes a controller for @@ -284,16 +284,16 @@ commands below. ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml + --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/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. Remove the `--selector knative.dev/crd-install=true` flag and the run the command to install the Serving component and observability plugins: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml + 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/serving/releases/download/v0.7.0/monitoring.yaml ``` - To install all three Knative components and the set of Eventing sources @@ -307,10 +307,10 @@ commands below. ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.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://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -319,10 +319,10 @@ commands below. Eventing sources and auto certificate controller: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.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://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index 301452652b4..b8f1e7e07d5 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -181,11 +181,11 @@ your Knative installation, see ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -195,11 +195,11 @@ your Knative installation, see Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 11afece1c57..e4484fb19e2 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -160,11 +160,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -173,11 +173,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). complete the install of Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index 576b69e7173..8817e655f83 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -115,11 +115,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -128,11 +128,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). complete the install of Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index f1e740b0523..aefdda6267c 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -161,7 +161,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). 1. Run the following commands to install Knative: ```shell - curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --selector networking.knative.dev/certificate-provider!=cert-manager --filename - ``` @@ -183,19 +183,19 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ``` ```shell - curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ + curl -L https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` ```shell - curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ + 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.6.0/monitoring.yaml \ + curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` @@ -267,7 +267,7 @@ To remove Knative from your IBM Cloud Private cluster, run the following commands: ```shell -curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` @@ -279,19 +279,19 @@ curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ ``` ```shell -curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ +curl -L https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` ```shell -curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ +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.6.0/monitoring.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index a9665bbe25d..9df0ccf736f 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -199,11 +199,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -212,11 +212,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). complete the install of Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 354c401b34e..d234cae185b 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -121,11 +121,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```shell kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -134,11 +134,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). complete the install of Knative and its dependencies: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index d90ba241a12..ca2f47feab2 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -101,11 +101,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -114,11 +114,11 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). complete the install of Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index fb158b57800..42bab4662cc 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -68,11 +68,11 @@ your Knative installation, see ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ + --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -81,11 +81,11 @@ your Knative installation, see complete the install of Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ + 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.6.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ - --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.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 \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` From b0e080418bdaf91adee6ace1eb9e7f3dc57af5e3 Mon Sep 17 00:00:00 2001 From: Sam O'Dell Date: Tue, 25 Jun 2019 13:54:52 -0700 Subject: [PATCH 3/5] Update release for eventing, eventing-contrib, and serving (skip build) --- .../eventing/samples/gcp-pubsub-source/README.md | 2 +- docs/eventing/samples/iot-core/README.md | 4 ++-- docs/install/Knative-custom-install.md | 16 ++++++++-------- docs/install/Knative-with-AKS.md | 4 ++-- docs/install/Knative-with-Docker-for-Mac.md | 2 +- docs/install/Knative-with-GKE.md | 4 ++-- docs/install/Knative-with-Gardener.md | 4 ++-- docs/install/Knative-with-ICP.md | 2 +- docs/install/Knative-with-IKS.md | 4 ++-- docs/install/Knative-with-Minikube.md | 4 ++-- docs/install/Knative-with-PKS.md | 4 ++-- docs/install/Knative-with-any-k8s.md | 4 ++-- .../serving/installing-logging-metrics-traces.md | 12 ++++++------ 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/eventing/samples/gcp-pubsub-source/README.md b/docs/eventing/samples/gcp-pubsub-source/README.md index 4a477669ee8..125d498c8d8 100644 --- a/docs/eventing/samples/gcp-pubsub-source/README.md +++ b/docs/eventing/samples/gcp-pubsub-source/README.md @@ -20,7 +20,7 @@ source is most useful as a bridge from other GCP services, such as PubSub event source from `release-gcppubsub.yaml`: ```shell - kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml ``` 1. Enable the `Cloud Pub/Sub API` on your project: diff --git a/docs/eventing/samples/iot-core/README.md b/docs/eventing/samples/iot-core/README.md index e687edcd6ee..64f126d2f1c 100644 --- a/docs/eventing/samples/iot-core/README.md +++ b/docs/eventing/samples/iot-core/README.md @@ -80,7 +80,7 @@ export IOTCORE_TOPIC_DEVICE="iot-demo-device-pubsub-topic" controller. ```shell - kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml ``` ### Deploying @@ -207,5 +207,5 @@ To cleanup the knative resources: 1. Remove the `GcpPubSubSource` controller: ```shell - kubectl delete --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml + kubectl delete --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml ``` diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 818f9d331bc..c4aaf43c876 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -90,7 +90,7 @@ The following Knative installation files are available: - 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 - **Cluster roles**: - - https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + - https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml #### Install details and options @@ -140,7 +140,7 @@ for details about installing the various supported observability plugins. -[1]: https://github.com/knative/serving/releases/tag/v0.6.0 +[1]: https://github.com/knative/serving/releases/tag/v0.7.0 [1.1]: https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml [1.2]: https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml @@ -162,9 +162,9 @@ for details about installing the various supported observability plugins. [2.3]: https://zipkin.io/ [2.4]: https://jaegertracing.io/ [2.5]: https://github.com/jaegertracing/jaeger-operator#installing-the-operator -[3]: https://github.com/knative/build/releases/tag/v0.6.0 +[3]: https://github.com/knative/build/releases/tag/v0.7.0 [3.1]: https://github.com/knative/build/releases/download/v0.6.0/build.yaml -[4]: https://github.com/knative/eventing/releases/tag/v0.6.0 +[4]: https://github.com/knative/eventing/releases/tag/v0.7.0 [4.1]: https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml [4.2]: https://github.com/knative/eventing/releases/download/v0.7.0/eventing.yaml @@ -174,7 +174,7 @@ for details about installing the various supported observability plugins. [4.5]: https://github.com/knative/eventing/releases/download/v0.7.0/natss.yaml [4.6]: https://github.com/knative/eventing/releases/download/v0.7.0/gcp-pubsub.yaml -[5]: https://github.com/knative/eventing-contrib/releases/tag/v0.6.0 +[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 [5.2]: @@ -194,7 +194,7 @@ for details about installing the various supported observability plugins. https://github.com/knative/eventing-contrib/blob/master/samples/cronjob-source/README.md [6.3]: https://cloud.google.com/pubsub/ [7]: - https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ### Installing Knative @@ -311,7 +311,7 @@ commands below. --filename https://github.com/knative/build/releases/download/v0.6.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://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. Remove the `--selector knative.dev/crd-install=true` flag and the run @@ -323,7 +323,7 @@ commands below. --filename https://github.com/knative/build/releases/download/v0.6.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://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.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 b8f1e7e07d5..9ea85cd9cc7 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -186,7 +186,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -200,7 +200,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-Docker-for-Mac.md b/docs/install/Knative-with-Docker-for-Mac.md index 9da20fdec1f..97657b6acaa 100644 --- a/docs/install/Knative-with-Docker-for-Mac.md +++ b/docs/install/Knative-with-Docker-for-Mac.md @@ -68,7 +68,7 @@ Because you have limited resources available, use the which installs only Knative Serving: ```shell -curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --selector networking.knative.dev/certificate-provider!=cert-manager --filename - ``` diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index e4484fb19e2..fa8df28ac6d 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -165,7 +165,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -178,7 +178,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index 8817e655f83..301a214f92c 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -120,7 +120,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -133,7 +133,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index aefdda6267c..bf007e12775 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -201,7 +201,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ``` ```shell - curl -L https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml \ + curl -L https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index 9df0ccf736f..d01627b1988 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -204,7 +204,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -217,7 +217,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index d234cae185b..94b56865ae6 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -126,7 +126,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -139,7 +139,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index ca2f47feab2..6d58b1665a5 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -106,7 +106,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -119,7 +119,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index 42bab4662cc..0b5cbc23b8c 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -73,7 +73,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -86,7 +86,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml + --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ``` > **Notes**: diff --git a/docs/serving/installing-logging-metrics-traces.md b/docs/serving/installing-logging-metrics-traces.md index fea7900c546..ea5c436f188 100644 --- a/docs/serving/installing-logging-metrics-traces.md +++ b/docs/serving/installing-logging-metrics-traces.md @@ -20,7 +20,7 @@ sections to do so now. 1. Run the following command to install Prometheus and Grafana: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-metrics-prometheus.yaml ``` 1. Ensure that the `grafana-*`, `kibana-logging-*`, `kube-state-metrics-*`, @@ -64,7 +64,7 @@ install: 1. Run the following command to install an ELK stack: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-logs-elasticsearch.yaml ``` 1. Ensure that the `elasticsearch-logging-*`, `fluentd-ds-*`, and @@ -243,14 +243,14 @@ uninstall that tool before installing the new tool. end traces, run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin-in-mem.yaml ``` - If Elasticsearch is installed and you want to persist end to end traces, first run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin.yaml ``` 1. Create an Elasticsearch index for end to end traces: @@ -278,14 +278,14 @@ end traces. end traces, run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger-in-mem.yaml ``` - If Elasticsearch is installed and you want to persist end to end traces, first run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-jaeger.yaml ``` 1. Create an Elasticsearch index for end to end traces: From e30ef74ced10ba4196f1fcdd78fbafafda76685c Mon Sep 17 00:00:00 2001 From: Sam O'Dell Date: Tue, 25 Jun 2019 14:49:56 -0700 Subject: [PATCH 4/5] Update release for eventing, eventing-contrib, build and serving --- docs/install/Knative-custom-install.md | 10 +++++----- docs/install/Knative-with-AKS.md | 4 ++-- docs/install/Knative-with-GKE.md | 4 ++-- docs/install/Knative-with-Gardener.md | 4 ++-- docs/install/Knative-with-ICP.md | 4 ++-- docs/install/Knative-with-IKS.md | 4 ++-- docs/install/Knative-with-Minikube.md | 4 ++-- docs/install/Knative-with-PKS.md | 4 ++-- docs/install/Knative-with-any-k8s.md | 4 ++-- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index c4aaf43c876..ebf1699b209 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -78,7 +78,7 @@ The following Knative installation files are available: - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin.yaml - https://github.com/knative/serving/releases/download/v0.7.0/monitoring-tracing-zipkin-in-mem.yaml - **Build Component**: - - https://github.com/knative/build/releases/download/v0.6.0/build.yaml + - https://github.com/knative/build/releases/download/v0.7.0/build.yaml - **Eventing Component**: - https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml - https://github.com/knative/eventing/releases/download/v0.7.0/eventing.yaml @@ -163,7 +163,7 @@ for details about installing the various supported observability plugins. [2.4]: https://jaegertracing.io/ [2.5]: https://github.com/jaegertracing/jaeger-operator#installing-the-operator [3]: https://github.com/knative/build/releases/tag/v0.7.0 -[3.1]: https://github.com/knative/build/releases/download/v0.6.0/build.yaml +[3.1]: https://github.com/knative/build/releases/download/v0.7.0/build.yaml [4]: https://github.com/knative/eventing/releases/tag/v0.7.0 [4.1]: https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml [4.2]: @@ -260,7 +260,7 @@ commands below. `[FILE_URL]`Examples: - `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.6.0/build.yaml` + - `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` @@ -308,7 +308,7 @@ commands below. ```bash 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.6.0/build.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://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml @@ -320,7 +320,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.6.0/build.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://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index 9ea85cd9cc7..fff49e2b9d0 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -182,7 +182,7 @@ your Knative installation, see ```bash 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.6.0/build.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 \ @@ -196,7 +196,7 @@ your Knative installation, see ```bash 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index fa8df28ac6d..0d283c26d17 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -161,7 +161,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ @@ -174,7 +174,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index 301a214f92c..bfb7e63278a 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -116,7 +116,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ @@ -129,7 +129,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index bf007e12775..fac8290e918 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -177,7 +177,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > statement to install the controller. ```shell - curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ + curl -L https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` @@ -273,7 +273,7 @@ curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml ``` ```shell -curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ +curl -L https://github.com/knative/build/releases/download/v0.7.0/build.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index d01627b1988..b5d4f2e035b 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -200,7 +200,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ @@ -213,7 +213,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 94b56865ae6..350c98b4593 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -122,7 +122,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```shell 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.6.0/build.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 \ @@ -135,7 +135,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```shell 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index 6d58b1665a5..c2ad5752ef4 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -102,7 +102,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ @@ -115,7 +115,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```bash 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.6.0/build.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 \ diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index 0b5cbc23b8c..85ca7f350e5 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -69,7 +69,7 @@ your Knative installation, see ```bash 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.6.0/build.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 \ @@ -82,7 +82,7 @@ your Knative installation, see ```bash 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.6.0/build.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 \ From 0bef57a38055fb21b486de461628fb99030832c7 Mon Sep 17 00:00:00 2001 From: Sam O'Dell Date: Tue, 25 Jun 2019 17:54:05 -0700 Subject: [PATCH 5/5] Remove references to clusteryaml.yaml file --- docs/install/Knative-custom-install.md | 16 ++++------------ docs/install/Knative-with-AKS.md | 9 ++------- docs/install/Knative-with-GKE.md | 9 ++------- docs/install/Knative-with-Gardener.md | 9 ++------- docs/install/Knative-with-ICP.md | 10 ---------- docs/install/Knative-with-IKS.md | 9 ++------- docs/install/Knative-with-Minikube.md | 9 ++------- docs/install/Knative-with-PKS.md | 9 ++------- docs/install/Knative-with-any-k8s.md | 9 ++------- 9 files changed, 18 insertions(+), 71 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index ebf1699b209..7ca29a61231 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -89,8 +89,6 @@ The following Knative installation files are available: - 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 -- **Cluster roles**: - - https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml #### Install details and options @@ -105,7 +103,7 @@ files from the Knative repositories: | Knative Install Filename | Notes | Dependencies | | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | **knative/serving** | | | -| [`serving.yaml`][1.1]† | Installs the Serving component. | Cluster roles enabled, if interacting with Build | +| [`serving.yaml`][1.1]† | Installs the Serving component. | | | [`monitoring.yaml`][1.2]† | Installs the [ELK stack][2], [Prometheus][2.1], [Grafana][2.2], and [Zipkin][2.3]**\*** | Serving component | | [`monitoring-logs-elasticsearch.yaml`][1.3] | Installs only the [ELK stack][2]**\*** | Serving component | | [`monitoring-metrics-prometheus.yaml`][1.4] | Installs only [Prometheus][2.1]**\*** | Serving component | @@ -114,7 +112,7 @@ files from the Knative repositories: | [`monitoring-tracing-zipkin.yaml`][1.7] | Installs only [Zipkin][2.3].**\*** | Serving component, ELK stack (monitoring-logs-elasticsearch.yaml) | | [`monitoring-tracing-zipkin-in-mem.yaml`][1.8] | Installs only [Zipkin in-memory][2.3]**\*** | Serving component | | **knative/build** | | | -| [`build.yaml`][3.1]† | Installs the Build component. | Cluster roles enabled, if interacting with Serving | +| [`build.yaml`][3.1]† | Installs the Build component. | | | **knative/eventing** | | | | [`release.yaml`][4.1]† | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], the in-memory channel provisioner. | | | [`eventing.yaml`][4.2] | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource) and [CronJobSource][6.2]. Does not include the in-memory channel provisioner. | | @@ -129,8 +127,6 @@ files from the Knative repositories: | [`kafka.yaml`][5.5] | Installs the Apache Kafka source. | Eventing component | | [`awssqs.yaml`][5.6] | Installs the AWS SQS source. | Eventing component | | [`event-display.yaml`][5.3] | Installs a Knative Service that logs events received for use in samples and debugging. | Serving component, Eventing component | -| **Cluster roles** | | | -| [`clusterrole.yaml`][7]† | Enables the Build and Serving components to interact. | Serving component, Build component | _\*_ See [Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md) @@ -193,8 +189,6 @@ for details about installing the various supported observability plugins. [6.2]: https://github.com/knative/eventing-contrib/blob/master/samples/cronjob-source/README.md [6.3]: https://cloud.google.com/pubsub/ -[7]: - https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml ### Installing Knative @@ -310,8 +304,7 @@ commands below. --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://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml ``` 1. Remove the `--selector knative.dev/crd-install=true` flag and the run @@ -322,8 +315,7 @@ commands below. 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://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.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 fff49e2b9d0..e19e5b77cf4 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -185,8 +185,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -199,8 +198,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -213,9 +211,6 @@ your Knative installation, see > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 0d283c26d17..caef38b1d3a 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -164,8 +164,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -177,8 +176,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -191,9 +189,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index bfb7e63278a..44aad758266 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -119,8 +119,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -132,8 +131,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -146,9 +144,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index fac8290e918..24430b25ad3 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -200,22 +200,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). | kubectl apply --filename - ``` - ```shell - curl -L https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml \ - | sed 's/LoadBalancer/NodePort/' \ - | kubectl apply --filename - - ``` - > **Note**: If your install fails on the first attempt, try rerunning the > commands. They will likely succeed on the second attempt. For background > info and to track the upcoming solution to this problem, see issues > [#968](https://github.com/knative/docs/issues/968) and > [#1036](https://github.com/knative/docs/issues/1036). - > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is - > required to enable the Build and Serving components to interact with each - > other. - See [Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md) for details about installing the various supported observability plug-ins. diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index b5d4f2e035b..5ab06b05b88 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -203,8 +203,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -216,8 +215,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -230,9 +228,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 350c98b4593..50898b72b2f 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -125,8 +125,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -138,8 +137,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -152,9 +150,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index c2ad5752ef4..2864e58fc65 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -105,8 +105,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -118,8 +117,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -132,9 +130,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index 85ca7f350e5..9f687860266 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -72,8 +72,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` 1. To complete the install of Knative and its dependencies, run the @@ -85,8 +84,7 @@ your Knative installation, see --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 \ - --filename https://raw.githubusercontent.com/knative/serving/v0.7.0/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml ``` > **Notes**: @@ -99,9 +97,6 @@ your Knative installation, see > `--selector networking.knative.dev/certificate-provider!=cert-manager` > statement to install the controller. Otherwise, you can choose to install > the auto certificates feature and controller at a later time. - > - > - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required - > to enable the Build and Serving components to interact with each other. 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: