Skip to content
Merged
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: 3 additions & 1 deletion docs/install/install-serving-with-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To install the serving component:
kubectl apply -f {{< artifact repo="serving" file="serving-crds.yaml" >}}
```

1. Install the core components of Serving:
1. Install the core components of Knative Serving:

```bash
kubectl apply -f {{< artifact repo="serving" file="serving-core.yaml" >}}
Expand Down Expand Up @@ -378,3 +378,5 @@ 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).

- To easily interact with Knative Services, [download the `kn` CLI](/docs/client/install-kn.md)