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
2 changes: 2 additions & 0 deletions docs/install/install-eventing-with-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 4 additions & 0 deletions docs/install/install-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/install/install-serving-with-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
11 changes: 0 additions & 11 deletions docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/knative/homebrew-client" target="_blank">Homebrew</a>.

```
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.**
Expand Down