make installs consistent (#2463)

This commit is contained in:
Ville Aikas 2020-05-13 08:44:58 -07:00 committed by GitHub
parent d67da61de8
commit cb1ccfa036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -439,13 +439,14 @@ The following commands install the Knative Eventing component.
1. Install the [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) (aka CRDs):
```bash
kubectl apply --filename {{< artifact repo="eventing" file="eventing-crds.yaml" >}}
kubectl apply --selector knative.dev/crd-install=true \
--filename {{< artifact repo="eventing" file="eventing.yaml" >}}
```
1. Install the core components of Eventing (see below for optional extensions):
```bash
kubectl apply --filename {{< artifact repo="eventing" file="eventing-core.yaml" >}}
kubectl apply --filename {{< artifact repo="eventing" file="eventing.yaml" >}}
```
1. Install a default Channel (messaging) layer (alphabetical).