-
Notifications
You must be signed in to change notification settings - Fork 69
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
update to deployer functions for AddOnDeploymentConfig and ClusterManagementAddOn #1592
update to deployer functions for AddOnDeploymentConfig and ClusterManagementAddOn #1592
Conversation
/retest-required |
be74f64
to
9d14c6b
Compare
ClusterManagementAddOn In stolostron#1470 we added support for deploying and configuring MCOA with the capabilities field. However if we enabled a field in capabilities and then disable it MCO would not reconcile the AddOnDeploymentConfig correctly due to DeepDerivative, that would return true instead of false. Signed-off-by: Joao Marcal <[email protected]>
9d14c6b
to
b18f7df
Compare
/retest-required |
/retest-required |
1 similar comment
/retest-required |
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
/retest-required |
3 similar comments
/retest-required |
/retest-required |
/retest-required |
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
/retest |
1 similar comment
/retest |
/retest-required |
/retest |
2 similar comments
/retest |
/retest |
eeee7c4
to
f9c64ea
Compare
Signed-off-by: Joao Marcal <[email protected]>
f9c64ea
to
5c41667
Compare
Quality Gate passedIssues Measures |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoaoBraveCoding, periklis, philipgough 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 |
/retest |
In #1470 we added support for deploying and configuring MCOA with the capabilities field. However, if we enabled a field in capabilities and then disabled it MCO would not reconcile the AddOnDeploymentConfig correctly due to DeepDerivative, which would return true instead of false.