Vince Prignano
Vince Prignano
This isn't a controller runtime bug or issue /close
I'd suggest to open an issue in kubernetes/kubernetes instead if the problem persists
The closest upstream issue I could find after a quick search is https://github.com/kubernetes/kubernetes/issues/82130 which was fixed/closed a while back. If this continues, include the Kubernetes and controller-runtime version; and more...
One thing to note, it seems that all of these precondition are failing with `UID in object meta: `, note that the UID is empty in this case, which might...
There is a log message now that explains this a bit more https://github.com/kubernetes-sigs/controller-runtime/blob/98e2435ba8888cb3332978e4aaa02b31e3e2e73a/pkg/internal/source/kind.go#L62-L66 in a few cases /close
> Where you are creating objects that you watch, we've seen examples where we "double create" because the second reconcile of the object happens so quickly the API isn't returning...
The use cases above make sense to me, we could explore some different options where: - We have a stepping-stone implementation of sorts where a coalescing function is marked as...
Superseded by https://github.com/kubernetes-sigs/controller-runtime/pull/2088 /close
These have been deprecated on main, does that address the issue?