Skip to content

Commit

Permalink
cp issue-2462 (knative#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored May 14, 2020
1 parent 20dba05 commit 86561f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/install/any-kubernetes-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
```bash
kubectl apply --filename {{< artifact repo="eventing" file="eventing.yaml" >}}
```

1. Install a default Channel (messaging) layer (alphabetical).
Expand Down

0 comments on commit 86561f3

Please sign in to comment.