-
Notifications
You must be signed in to change notification settings - Fork 220
It should be possible to add controllers for different versions of the same CustomResource #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
metacosm
added a commit
that referenced
this issue
Oct 28, 2021
It is now possible to add different controllers for the same CR with different versions. Fixes #637.
Merged
metacosm
added a commit
that referenced
this issue
Oct 28, 2021
It is now possible to add different controllers for the same CR with different versions. Fixes #637.
metacosm
added a commit
that referenced
this issue
Oct 28, 2021
It is now possible to add different controllers for the same CR with different versions. Fixes #637.
This is not a requirement, we don't want to support multiple versions of the same CR. |
This was referenced Oct 28, 2021
I always forget that 2 versions cannot be served at the same time… so should we keep that change or revert it? Note that the jandex change is needed, though. |
I would revert that part so it's not confusing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The change introduced in #626 is too restrictive and will fail if we try to add several controllers for different versions of the same CustomResource.
The text was updated successfully, but these errors were encountered: