knative-extensions / kn-plugin-event

Kn plugin for sending events to Knative sinks.
Apache License 2.0
7 stars 22 forks source link

Propagation policy warn is shown on send #228

Closed cardil closed 2 years ago

cardil commented 2 years ago

@rhuss (thx) reported today that sending event is showing a warning (kn-event 1.7.0):

$ kn event send --to Broker:eventing.knative.dev/v1:default -f text=Hello -f id=1234 -f user.name=roland
W1017 08:22:58.202778    9496 warnings.go:70] child pods are preserved by default when jobs are deleted; set propagationPolicy=Background to remove them or set propagationPolicy=Orphan to suppress this warning
Oct 17 08:22:58.212   INFO Event (ID: 21f094fb-e87e-4455-bc00-51caab9d35e3) have been sent.

The in-cluster sender should be aligned, so the warning is not shown anymore.

/kind bug /triage accepted /priority important-soon