mirror of https://github.com/knative/docs.git
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
This commit is contained in:
parent
f0516ef1f6
commit
1ca885c75c
|
@ -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`:
|
||||
|
|
|
@ -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`:
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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`:
|
||||
|
|
|
@ -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 -
|
||||
```
|
||||
|
|
|
@ -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`:
|
||||
|
|
|
@ -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`:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue