Describe the bug
-
Apply the main branch, using ko
-
create a broker:
apiVersion: eventing.knative.dev/v1
kind: Broker
metadata:
name: my-broker
- Create one of the build-in sources, like
PingSource:
apiVersion: sources.knative.dev/v1
kind: PingSource
metadata:
name: ping-source-broker
spec:
schedule: "*/1 * * * *"
data: '{"message": "Hello world!"}'
sink:
ref:
apiVersion: eventing.knative.dev/v1
kind: Broker
name: my-broker
- Watch the
eventtypes.eventing.knative.dev resources in the cluster:
➜ ~ k get eventtypes.eventing.knative.dev -A
NAMESPACE NAME TYPE SOURCE SCHEMA REFERENCE NAME REFERENCE KIND DESCRIPTION READY REASON
default b1d49d424cc890bf2eae48d281147469 dev.knative.sources.ping /apis/v1/namespaces/default/pingsources/ping-source-broker my-broker Broker
default et-my-broker-28e4c32ad62d0d20c633fd923b016e9c dev.knative.sources.ping /apis/v1/namespaces/default/pingsources/ping-source-broker my-broker Broker Event Type auto-created by controller True
➜ ~
➜ ~
➜ ~ k get eventtypes.eventing.knative.dev -A
NAMESPACE NAME TYPE SOURCE SCHEMA REFERENCE NAME REFERENCE KIND DESCRIPTION READY REASON
default et-my-broker-28e4c32ad62d0d20c633fd923b016e9c dev.knative.sources.ping /apis/v1/namespaces/default/pingsources/ping-source-broker my-broker Broker Event Type auto-created by controller True
Summary: You notice that EventType resources are created and deleted. In a loop.
Expected behavior
No looping or conflicting behavior.
To Reproduce
Steps to reproduce the behavior.
Knative release version
With release-1.11+
Additional context
Add any other context about the problem here such as proposed priority
Describe the bug
Apply the
mainbranch, usingkocreate a broker:
PingSource:eventtypes.eventing.knative.devresources in the cluster:Summary: You notice that
EventTyperesources are created and deleted. In a loop.Expected behavior
No looping or conflicting behavior.
To Reproduce
Steps to reproduce the behavior.
Knative release version
With release-1.11+
Additional context
Add any other context about the problem here such as proposed priority