Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/install-eventing-with-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down