knative/eventing-contrib

Kafka Channel wont delete

whitleykeith opened this issue · 9 comments

Describe the bug
I can't delete the kafka channel due to the following error:

admission webhook "validation.webhook.kafka.messaging.knative.dev" denied the request: decoding request failed: cannot decode incoming old object: json: unknown field "subscribable"

Expected behavior
I can delete the channel

To Reproduce
deploy a channel and a subscription to that channel
delete subscription and channel
watch the channel get stuck

Knative release version

v0.16

Seems like an issue in the api version conversion, @aliok do you know something about it?

@whitleykeith which kafka channel api version are you using?

/area kafka

messaging.knative.dev/v1beta1

aliok commented

Looks exactly the same with the comment here: #1378 (comment)

I thought this was only a problem in master and was fixed later before a release.

But, now I realized that I think we need to backport #1398 to 0.16 branch and make a new 0.16 bugfix release.

aliok commented

/assign

I will take the rest of this week off, but I will check this on Monday.

aliok commented

@whitleykeith you can give the fix a try if you would like to: #1567

Thanks for reporting this issue!

When/if merged, there will be a new patch release soon (every Tuesday I think)

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.