nats-io / nack

NATS Controllers for Kubernetes (NACK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove CRDs finalizers

wallyqs opened this issue · comments

They can deadlock the controller: kubernetes/kubernetes#93392

Impact is that this makes it not possible to delete streams for example.

Fixed in #42 to avoid this condition.