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:
Knative Prow Robot 2022-07-27 14:22:36 +01:00 committed by GitHub
parent 468fe32b39
commit 4aa21ddf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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