Skip to content

Document how to change the broker defaults #2371

@matzew

Description

@matzew

Document how to change the default broker from channel-broker to mt-channel-broker.

By changing the configmap to:

apiVersion: v1
kind: ConfigMap
metadata:
  name: config-br-defaults
  namespace: knative-eventing
data:
  # Configuration for defaulting channels that do not specify CRD implementations.
  default-br-config: |
    clusterDefault:
      brokerClass: MTChannelBasedBroker
      apiVersion: v1
      kind: ConfigMap
      name: config-br-default-channel
      namespace: knative-eventing

Metadata

Metadata

Assignees

Labels

kind/eventinglifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.priority/criticalsize/MDenotes a PR that changes 30-99 lines, ignoring generated files.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions