mirror of https://github.com/knative/docs.git
Update the version of CLI plugin for operator to 1.6.2 (#5139)
Co-authored-by: Vincent Hou <shou@us.ibm.com>
This commit is contained in:
parent
468fe32b39
commit
4aa21ddf45
|
@ -12,7 +12,7 @@ Before you install the Knative Operator CLI Plugin, first install the [Knative C
|
|||
|
||||
=== "MacOS"
|
||||
|
||||
1. Download the binary `kn-operator-darwin-amd64` for your system from the [release page](https://github.com/knative-sandbox/kn-plugin-operator/releases/tag/knative-v1.6.0).
|
||||
1. Download the binary `kn-operator-darwin-amd64` for your system from the [release page](https://github.com/knative-sandbox/kn-plugin-operator/releases/tag/knative-v1.6.2).
|
||||
|
||||
1. Rename the binary to `kn-operator`:
|
||||
|
||||
|
@ -22,7 +22,7 @@ Before you install the Knative Operator CLI Plugin, first install the [Knative C
|
|||
|
||||
=== "Linux"
|
||||
|
||||
1. Download the binary `kn-operator-linux-amd64` for your system from the [release page](https://github.com/knative-sandbox/kn-plugin-operator/releases/tag/knative-v1.6.0).
|
||||
1. Download the binary `kn-operator-linux-amd64` for your system from the [release page](https://github.com/knative-sandbox/kn-plugin-operator/releases/tag/knative-v1.6.2).
|
||||
|
||||
1. Rename the binary to `kn-operator`:
|
||||
|
||||
|
@ -98,10 +98,10 @@ To install Knative Serving under a certain namespace, e.g. knative-serving, run:
|
|||
kn operator install --component serving -n knative-serving
|
||||
```
|
||||
|
||||
To install Knative Operator of a specific version, e.g. 1.6.0, run:
|
||||
To install Knative Operator of a specific version, e.g. 1.6, run:
|
||||
|
||||
```bash
|
||||
kn operator install --component serving -n knative-serving -v 1.6
|
||||
kn operator install --component serving -n knative-serving -v "1.6"
|
||||
```
|
||||
|
||||
### Install the networking layer
|
||||
|
@ -164,10 +164,10 @@ To install Knative Eventing under a certain namespace, e.g. knative-eventing, ru
|
|||
kn operator install --component eventing -n knative-eventing
|
||||
```
|
||||
|
||||
To install Knative Operator of a specific version, e.g. 1.6.0, run:
|
||||
To install Knative Operator of a specific version, e.g. 1.6, run:
|
||||
|
||||
```bash
|
||||
kn operator install --component eventing -n knative-eventing -v 1.6
|
||||
kn operator install --component eventing -n knative-eventing -v "1.6"
|
||||
```
|
||||
|
||||
### Installing Knative Eventing with event sources
|
||||
|
|
Loading…
Reference in New Issue