Attila Mészáros
Attila Mészáros
Hi @10000-ki , I assume you are rather are talking about this problem: https://github.com/operator-framework/java-operator-sdk/issues/1876 which will be solved eventually, this issue is about not having finalizers but still executing the...
For customizing the expiration mechanism there will be a separate PR.
The pruned cache experimental feature were removed, what makes this issue obsolete.
This turned out that something going wrong with the client update from 6.4.1 -> 6.5.1, what is quite weird. Will dig deeper.
Yep this is more like a generic Kubernetes issue, but will clarify how to handle it here, since we have a feature (dynamic changes of watching namespaces) that is closely...
> > when the namespace deletion is initiated the role and rolebinding is immediately deleted > > Wouldn't setting a finalizer for the role and rolebinding solve the problem of...
What JOSDK could do is to provide reconcilers (one for role and one for rolebinding) that will handle adding finalizers and removing them, and it would up to the dev...
Hi @moayad-alyaghshi , I checked it briefly in namespace controller and the garbage collector controller when @gyfora reported this, and it seems (well as far I was able to see)...
issue in k8s: https://github.com/kubernetes/kubernetes/issues/115070
@jessebye yes, there is a way to solve this with custom reconcile. My plan is to implement that, also make it available as a standalone controller for non-Java/JOSDK projects. Will...