From 1ca885c75cffedefe626aab103638f361dc04141 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Mon, 12 Nov 2018 14:56:45 -0800 Subject: [PATCH] Change install instructions to use v0.2.1 instead of v0.2.0 (#535) * Change install instructions to use v0.2.1 instead of v0.2.0 * Missed the logging / metrics readme --- install/Knative-with-AKS.md | 6 +++--- install/Knative-with-GKE.md | 6 +++--- install/Knative-with-Gardener.md | 10 +++++----- install/Knative-with-IKS.md | 6 +++--- install/Knative-with-Minikube.md | 6 +++--- install/Knative-with-PKS.md | 6 +++--- install/Knative-with-any-k8s.md | 6 +++--- serving/installing-logging-metrics-traces.md | 2 +- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/install/Knative-with-AKS.md b/install/Knative-with-AKS.md index c47bf8498..d5d9f00f6 100644 --- a/install/Knative-with-AKS.md +++ b/install/Knative-with-AKS.md @@ -123,7 +123,7 @@ Knative depends on Istio. 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 1. Label the default namespace with `istio-injection=enabled`: ```bash @@ -150,7 +150,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -164,7 +164,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 2c1f428d8..ef12e3a04 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -119,7 +119,7 @@ Knative depends on Istio. 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 1. Label the default namespace with `istio-injection=enabled`: ```bash @@ -145,7 +145,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -159,7 +159,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: diff --git a/install/Knative-with-Gardener.md b/install/Knative-with-Gardener.md index 3dcd7417a..ee4744ed9 100644 --- a/install/Knative-with-Gardener.md +++ b/install/Knative-with-Gardener.md @@ -71,7 +71,7 @@ Knative depends on Istio. 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 2. Label the default namespace with `istio-injection=enabled`: ```bash @@ -95,7 +95,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -109,7 +109,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: @@ -159,10 +159,10 @@ spec: And of course create the respective `ConfigMaps`: ``` -curl https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml +curl https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml kubectl create configmap istio-chart-080 --from-file=istio.yaml -curl https://github.com/knative/serving/releases/download/v0.2.0/release.yaml +curl https://github.com/knative/serving/releases/download/v0.2.1/release.yaml kubectl create configmap knative-chart-001 --from-file=release.yaml ``` diff --git a/install/Knative-with-IKS.md b/install/Knative-with-IKS.md index b2e18d800..3c739701c 100644 --- a/install/Knative-with-IKS.md +++ b/install/Knative-with-IKS.md @@ -126,7 +126,7 @@ Knative depends on Istio. 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 1. Label the default namespace with `istio-injection=enabled`: ```bash @@ -153,7 +153,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -167,7 +167,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: diff --git a/install/Knative-with-Minikube.md b/install/Knative-with-Minikube.md index 807115c75..930fd438f 100644 --- a/install/Knative-with-Minikube.md +++ b/install/Knative-with-Minikube.md @@ -55,7 +55,7 @@ Knative depends on Istio. Run the following to install Istio. (We are changing `LoadBalancer` to `NodePort` for the `istio-ingress` service). ```shell -curl -L https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml \ +curl -L https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - @@ -81,12 +81,12 @@ rerun the command to see the current status. Next, install [Knative Serving](https://github.com/knative/serving): Because you have limited resources available, use the -`https://github.com/knative/serving/releases/download/v0.2.0/release-lite.yaml` +`https://github.com/knative/serving/releases/download/v0.2.1/release-lite.yaml` file, which omits some of the monitoring components to reduce the memory used by the Knative components. To use the provided `release-lite.yaml` release, run: ```shell -curl -L https://github.com/knative/serving/releases/download/v0.2.0/release-lite.yaml \ +curl -L https://github.com/knative/serving/releases/download/v0.2.1/release-lite.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` diff --git a/install/Knative-with-PKS.md b/install/Knative-with-PKS.md index c575030a0..98fef9f19 100644 --- a/install/Knative-with-PKS.md +++ b/install/Knative-with-PKS.md @@ -43,7 +43,7 @@ Knative depends on Istio. Istio workloads require privileged mode for Init Conta 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 1. Label the default namespace with `istio-injection=enabled`: ```bash @@ -69,7 +69,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -83,7 +83,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: diff --git a/install/Knative-with-any-k8s.md b/install/Knative-with-any-k8s.md index cee6f8955..8fc9ac94a 100644 --- a/install/Knative-with-any-k8s.md +++ b/install/Knative-with-any-k8s.md @@ -20,7 +20,7 @@ Containers. 1. Install Istio: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/istio-1.0.2/istio.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/istio-1.0.2/istio.yaml ``` 1. Label the default namespace with `istio-injection=enabled`: ```bash @@ -47,7 +47,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.0/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: @@ -61,7 +61,7 @@ You can install the Knative Serving and Build components together, or Build on i 1. Run the `kubectl apply` command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.0/third_party/config/build/release.yaml + kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.1/third_party/config/build/release.yaml ``` 1. Monitor the Knative Build components until all of the components show a `STATUS` of `Running`: diff --git a/serving/installing-logging-metrics-traces.md b/serving/installing-logging-metrics-traces.md index 64988dcf1..4685062be 100644 --- a/serving/installing-logging-metrics-traces.md +++ b/serving/installing-logging-metrics-traces.md @@ -15,7 +15,7 @@ To clone the repository, run the following commands: ```shell git clone https://github.com/knative/serving knative-serving cd knative-serving - git checkout v0.2.0 + git checkout v0.2.1 ``` ## Elasticsearch, Kibana, Prometheus & Grafana Setup