diff --git a/docs/install/install-eventing-with-yaml.md b/docs/install/install-eventing-with-yaml.md index c5b9c982d5d..38a0304f31c 100644 --- a/docs/install/install-eventing-with-yaml.md +++ b/docs/install/install-eventing-with-yaml.md @@ -222,5 +222,7 @@ data: After installing Knative Eventing: - To easily interact with Knative Eventing Components, [download the `kn` CLI](/docs/client/install-kn.md) + - If you want to add optional enhancements to your installation, see [Installing optional extensions](./install-extensions.md) + - [Installing Knative Serving using YAML files](./install-serving-with-yaml.md) diff --git a/docs/install/install-extensions.md b/docs/install/install-extensions.md index 30596d5e490..8ed2fad5dfd 100644 --- a/docs/install/install-extensions.md +++ b/docs/install/install-extensions.md @@ -276,3 +276,7 @@ To learn more about the VMware sources and bindings, try {{< /tab >}} {{< /tabs >}} + +## Next steps + +- To easily interact with Knative Services and Eventing Components, [download the `kn` CLI](/docs/client/install-kn.md) diff --git a/docs/install/install-serving-with-yaml.md b/docs/install/install-serving-with-yaml.md index a898d387ecf..dcae78a2106 100644 --- a/docs/install/install-serving-with-yaml.md +++ b/docs/install/install-serving-with-yaml.md @@ -377,6 +377,6 @@ After installing Knative Serving: - [Installing Knative Eventing using YAML files](./install-eventing-with-yaml.md) -- If you want to add extra features to your installation, see [Installing optional extensions](./install-extensions.md). +- If you want to add optional enhancements to your installation, see [Installing optional extensions](./install-extensions.md). - To easily interact with Knative Services, [download the `kn` CLI](/docs/client/install-kn.md) diff --git a/docs/install/prerequisites.md b/docs/install/prerequisites.md index 2cc5cd34b18..03c21988a26 100644 --- a/docs/install/prerequisites.md +++ b/docs/install/prerequisites.md @@ -26,19 +26,8 @@ Before installation, you must meet the following prerequisites: - You have a cluster that uses Kubernetes v1.18 or newer. - You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/). -- You have installed the [`kn` CLI](./install-kn). (See below) - Your Kubernetes cluster must have access to the internet, since Kubernetes needs to be able to fetch images. (To pull from a private registry, see [Deploying images from a private container registry](https://knative.dev/docs/serving/deploying/private-registry/)) -## Install the Knative CLI - -For macOS, you can install `kn` by using Homebrew. - -``` -brew install kn -``` - -For other options for installing the `kn` CLI, see the [Setting up kn](./install-kn) - ## Install Knative Serving and Eventing You can install the Serving component, Eventing component, or both on your cluster. If you're planning on installing both, **we recommend starting with Knative Serving.**