-
Notifications
You must be signed in to change notification settings - Fork 448
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
Custom CRD: Set dynamic watch from controller flags #1302
Custom CRD: Set dynamic watch from controller flags #1302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we check whether there exists any overlap between dynamic GVKs and GVKs of SupportedJobList?
I think after complete custom CRD implementation we can remove SupportedJobList and by default add few |
Maybe we can keep |
SGTM |
@sperlingxx Do you mean left After implementation, Job provider can be used only for custom |
Yes, I supppose, due to |
@sperlingxx For |
Sry for slow reply. But @andreyvelich how do we know which |
@sperlingxx We invoke |
SGTM |
96acaea
to
289c655
Compare
@gaocegege @johnugeorge @sperlingxx The test passed, can you approve it again, please? |
After this change, Is supportedJobList required? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Related: #1214.
I added possibility to set trial controller watchers from controller flags.
In controller deployment flags should be in format
Kind.version.group
.For example:
/assign @gaocegege @sperlingxx @johnugeorge