diff --git a/docs/install/operator/knative-with-operator-cli.md b/docs/install/operator/knative-with-operator-cli.md index ce1649209..f8e52ca1a 100644 --- a/docs/install/operator/knative-with-operator-cli.md +++ b/docs/install/operator/knative-with-operator-cli.md @@ -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