From dec11fceed2abda6484c65c48ff8c2481c83993c Mon Sep 17 00:00:00 2001 From: Grant Rodgers Date: Fri, 17 May 2019 13:40:25 -0700 Subject: [PATCH] Update release versions from v0.5.x to v0.6.0 --- docs/build/installing-build-component.md | 2 +- .../samples/gcp-pubsub-source/README.md | 2 +- docs/eventing/samples/iot-core/README.md | 4 +- docs/install/Knative-custom-install.md | 120 +++++++++--------- docs/install/Knative-with-AKS.md | 12 +- docs/install/Knative-with-GKE.md | 12 +- docs/install/Knative-with-Gardener.md | 12 +- docs/install/Knative-with-ICP.md | 20 +-- docs/install/Knative-with-IKS.md | 12 +- docs/install/Knative-with-PKS.md | 12 +- docs/install/Knative-with-any-k8s.md | 12 +- .../installing-logging-metrics-traces.md | 12 +- 12 files changed, 116 insertions(+), 116 deletions(-) diff --git a/docs/build/installing-build-component.md b/docs/build/installing-build-component.md index 0f8de4ed087..24faf0831d6 100644 --- a/docs/build/installing-build-component.md +++ b/docs/build/installing-build-component.md @@ -28,7 +28,7 @@ To add only the Knative Build component to an existing installation: dependencies: ```bash - kubectl apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml + kubectl apply --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml ``` 1. Run the diff --git a/docs/eventing/samples/gcp-pubsub-source/README.md b/docs/eventing/samples/gcp-pubsub-source/README.md index d8aa6ed9f7f..b505dc80adb 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-sources/releases/download/v0.5.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.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 155773e0327..089b320b2bf 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-sources/releases/download/v0.5.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.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-sources/releases/download/v0.5.0/gcppubsub.yaml + kubectl delete --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml ``` diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 0758ee05a76..4e6800f7d61 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -68,29 +68,29 @@ with Knative. The following Knative installation files are available: - **Serving Component and Observability Plugins**: - - https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml - - https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml - - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-logs-elasticsearch.yaml - - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-metrics-prometheus.yaml + - 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.5.2/monitoring-tracing-zipkin.yaml - - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin-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 - **Build Component**: - - https://github.com/knative/build/releases/download/v0.5.0/build.yaml + - https://github.com/knative/build/releases/download/v0.6.0/build.yaml - **Eventing Component**: - - https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml - - https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml - - https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml - - https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml + - 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 - **Eventing sources**: - - https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.5.0/camel.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.5.0/kafka.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.5.0/event-display.yaml + - https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml + - https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml + - https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml + - https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml + - https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml - **Cluster roles**: - - https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml + - https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml #### Install details and options @@ -140,52 +140,52 @@ for details about installing the various supported observability plugins. -[1]: https://github.com/knative/serving/releases/tag/v0.5.2 -[1.1]: https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml +[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.2]: - https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml + https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml [1.3]: - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-logs-elasticsearch.yaml + https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml [1.4]: - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-metrics-prometheus.yaml + https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml [1.5]: https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml [1.6]: https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml [1.7]: - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin.yaml + https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml [1.8]: - https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin-in-mem.yaml + https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml [2]: https://www.elastic.co/elk-stack [2.1]: https://prometheus.io [2.2]: https://grafana.com [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.5.2 -[3.1]: https://github.com/knative/build/releases/download/v0.5.0/build.yaml -[4]: https://github.com/knative/eventing/releases/tag/v0.5.2 -[4.1]: https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml +[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.2]: - https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml + https://github.com/knative/eventing/releases/download/v0.6.0/eventing.yaml [4.3]: - https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml -[4.4]: https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml -[4.5]: https://github.com/knative/eventing/releases/download/v0.5.0/natss.yaml -[4.6]: https://github.com/knative/eventing/releases/download/v0.5.0/gcp-pubsub.yaml -[5]: https://github.com/knative/eventing-sources/releases/tag/v0.5.2 + 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 +[4.6]: https://github.com/knative/eventing/releases/download/v0.6.0/gcp-pubsub.yaml +[5]: https://github.com/knative/eventing-sources/releases/tag/v0.6.0 [5.1]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml [5.2]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml [5.3]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/event-display.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml [5.4]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/camel.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml [5.5]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/kafka.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml [5.6]: - https://github.com/knative/eventing-sources/releases/download/v0.5.0/awssqs.yaml + https://github.com/knative/eventing-sources/releases/download/v0.6.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/ @@ -193,7 +193,7 @@ for details about installing the various supported observability plugins. https://github.com/knative/eventing-sources/blob/master/samples/cronjob-source/README.md [6.3]: https://cloud.google.com/pubsub/ [7]: - https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml + https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ### Installing Knative @@ -255,11 +255,11 @@ commands below. `[FILE_URL]`Examples: - - `https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager` - - `https://github.com/knative/build/releases/download/v0.5.0/build.yaml` - - `https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml` - - `https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml` - - `https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml` + - `https://github.com/knative/serving/releases/download/v0.6.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-sources/releases/download/v0.6.0/eventing-sources.yaml` + - `https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml` **Note**: By default, the Knative Serving component installation (`serving.yaml`) includes a controller for [enabling automatic TLS certificate provisioning](../serving/using-auto-tls.md). If you @@ -276,16 +276,16 @@ commands below. ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\ - --filename https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml + --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 ``` 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.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\ - --filename https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml + 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 ``` - To install all three Knative components and the set of Eventing sources @@ -298,22 +298,22 @@ commands below. ```bash kubectl apply --selector knative.dev/crd-install=true \ - --filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml \ - --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \ - --filename https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml + --filename https://github.com/knative/serving/releases/download/v0.6.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` 1. Remove the `--selector knative.dev/crd-install=true` flag and the run the command to install all the Knative components, including the Eventing sources and auto certificate controller: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml \ - --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \ - --filename https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://raw.githubusercontent.com/knative/serving/v0.6.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 0f9ebfeb5b8..da2ae4d040e 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -182,9 +182,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -196,9 +196,9 @@ your Knative installation, see ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.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 d0ecfd72056..d41e4746bc3 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -160,9 +160,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -173,9 +173,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.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 d72b62a55a0..07e71175aa9 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -116,9 +116,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -129,9 +129,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.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 4e16d5b4c56..9a5591ad9c3 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -174,31 +174,31 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). > controller. ```shell - curl -L https://github.com/knative/build/releases/download/v0.5.0/build.yaml \ + curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` ```shell - curl -L https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ + curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` ```shell - curl -L https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \ + curl -L https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` ```shell - curl -L https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml \ + curl -L https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` ```shell - curl -L https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml \ + curl -L https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` @@ -264,31 +264,31 @@ To remove Knative from your IBM Cloud Private cluster, run the following commands: ```shell -curl -L https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` ```shell -curl -L https://github.com/knative/build/releases/download/v0.5.0/build.yaml \ +curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` ```shell -curl -L https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ +curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` ```shell -curl -L https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \ +curl -L https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` ```shell -curl -L https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.6.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 8cd6875ffea..adcaab8d657 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -200,9 +200,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -213,9 +213,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.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 822546464b3..d711a482c73 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -100,9 +100,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -113,9 +113,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.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 b1d2d2a9c01..00fbd038e35 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -69,9 +69,9 @@ 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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -82,9 +82,9 @@ your Knative installation, see ```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/build/releases/download/v0.5.0/build.yaml \ - --filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.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-sources/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/serving/installing-logging-metrics-traces.md b/docs/serving/installing-logging-metrics-traces.md index e06a26f2942..1a8af872a65 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.5.0/monitoring-metrics-prometheus.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.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.5.0/monitoring-logs-elasticsearch.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml ``` 1. Ensure that the `elasticsearch-logging-*`, `fluentd-ds-*`, and @@ -244,14 +244,14 @@ uninstall that tool before installing the new tool. traces, run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-zipkin-in-mem.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.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.5.0/monitoring-tracing-zipkin.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml ``` 1. Create an Elasticsearch index for end to end traces: @@ -279,14 +279,14 @@ end traces. traces, run: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-jaeger-in-mem.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.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.5.0/monitoring-tracing-jaeger.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml ``` 1. Create an Elasticsearch index for end to end traces: