diff --git a/docs/install/install-eventing-with-yaml.md b/docs/install/install-eventing-with-yaml.md index 38a0304f31c..6f4de792989 100644 --- a/docs/install/install-eventing-with-yaml.md +++ b/docs/install/install-eventing-with-yaml.md @@ -221,8 +221,8 @@ data: After installing Knative Eventing: -- To easily interact with Knative Eventing Components, [download the `kn` CLI](/docs/client/install-kn.md) +- To easily interact with Knative Eventing components, [install 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) +- 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/prerequisites.md b/docs/install/prerequisites.md index 03c21988a26..210630a6d2d 100644 --- a/docs/install/prerequisites.md +++ b/docs/install/prerequisites.md @@ -28,7 +28,7 @@ Before installation, you must meet the following prerequisites: - You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/). - 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 Knative Serving and Eventing +## Next Steps: 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.**