From cb1ccfa0361444b9dcac0f0d819e3237d2d57b42 Mon Sep 17 00:00:00 2001 From: Ville Aikas <11279988+vaikas@users.noreply.github.com> Date: Wed, 13 May 2020 08:44:58 -0700 Subject: [PATCH] make installs consistent (#2463) --- docs/install/any-kubernetes-cluster.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index 3468496b6..0624ffa61 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -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).