diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f7a280ff662..6bbd1bf3a10 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