You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Some more words about this....
The operator-sdk provides the initial dependencies for your project (Gopkg.toml) which include controller-runtime. The version of operator-sdk that the kabanero-operator was created with, used controller-runtime v0.1.10. The v0.1 train stops at v0.1.12 (or at least that's where it's stopped right now).
We know of at least one bug that we're currently working around, plus the stuff for #230, that would be fixed by moving up to controller-runtime v0.2.0. We can't just upgrade controller-runtime by itself, because then anything we do with operator-sdk will not work (ie add a new CRD and controller). The two should be updated together. Or, we need to stop using operator-sdk, and I don't think we're ready to do that yet.
The operator-sdk 0.11.0 includes controller-runtime v0.2.0. The community has acknowledged that this is a non-trivial migration but one that is going to be necessary.
Require controller-runtime v0.2.0 or newer to support issue #230
The text was updated successfully, but these errors were encountered: