Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion contrib/kafka/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kubectl get configmap -n knative-eventing kafka-channel-controller-config
The Channel Dispatcher receives and distributes all events:

```shell
kubectl get statefulset -n knative-eventing kafka-channel-dispatcher
kubectl get deployment -n knative-eventing kafka-channel-dispatcher
```

The Channel Dispatcher Config Map is used to send information about Channels and
Expand Down
3 changes: 1 addition & 2 deletions contrib/kafka/config/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ roleRef:
---

apiVersion: apps/v1
kind: StatefulSet
kind: Deployment
metadata:
name: kafka-channel-dispatcher
namespace: knative-eventing
Expand All @@ -195,7 +195,6 @@ spec:
matchLabels: &labels
clusterChannelProvisioner: kafka
role: dispatcher
serviceName: kafka-channel-dispatcher-service
template:
metadata:
annotations:
Expand Down