Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/channels/in-memory-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ The major components are:
- InMemoryChannel Controller
- InMemoryChannel Dispatcher


```shell
kubectl get deployment -n knative-eventing imc-controller
```

The InMemoryChannel Dispatcher receives and distributes all events. There is a single
Dispatcher for all in-memory Channels.
The InMemoryChannel Dispatcher receives and distributes all events. There is a
single Dispatcher for all in-memory Channels.

```shell
kubectl get deployment -n knative-eventing imc-dispatcher
Expand Down