From 577f2bc1a75b1ec827d57261ff2abf87c96c083b Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Tue, 21 Jul 2020 03:06:58 -0700 Subject: [PATCH 1/2] add step for installing sugar for e2e --- DEVELOPMENT.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f7a280ff662..5bce6c9f6e1 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -136,7 +136,7 @@ ko apply -f config/channels/in-memory-channel/ Depending on your needs you might want to install other [channel implementations](https://github.com/knative/docs/blob/master/docs/eventing/channels/channels-crds.md). -## Install Brokers +## Install Broker Install the [MT Channel Broker](https://github.com/knative/eventing/tree/master/config/brokers/mt-channel-broker) @@ -149,6 +149,15 @@ ko apply -f config/brokers/mt-channel-broker/ Depending on your needs you might want to install other [Broker implementations](https://github.com/knative/eventing/tree/master/docs/broker). +## (Optional) Install Sugar controller + +If you are running full set of e2e tests, you will need to install the +[sugar controller](config/sugar/README.md). + +```shell +ko apply -f config/sugar/ +``` + ## Iterating As you make changes to the code-base, there are two special cases to be aware From 8cbf6f171ee638d63459a7c2665da1894ef350d7 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Tue, 21 Jul 2020 04:33:44 -0700 Subject: [PATCH 2/2] remove trailing whitespace --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 5bce6c9f6e1..6bbd1bf3a10 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -152,7 +152,7 @@ Depending on your needs you might want to install other ## (Optional) Install Sugar controller If you are running full set of e2e tests, you will need to install the -[sugar controller](config/sugar/README.md). +[sugar controller](config/sugar/README.md). ```shell ko apply -f config/sugar/