-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 Make MHC ClusterClass authoritative on paths #5949
🐛 Make MHC ClusterClass authoritative on paths #5949
Conversation
14c1688
to
43c82f9
Compare
Signed-off-by: killianmuldoon <[email protected]>
43c82f9
to
03d80b0
Compare
The latest version now calls the defaulting method as a last step in its computation. This means there should never be a field set during defaulting which is unset on a desired MHC. The Cluster Topology controller is still authoritative on the whole "spec" of the object. |
29a02b8
to
1772af4
Compare
1772af4
to
e8567a4
Compare
@killianmuldoon |
I can do it in this PR and if not one pre-release. It's on my list 😄 . It'll take a couple of days though I think, given other priorities. |
Okay then let's do that as follow-up |
Tested the scenario from the issue and a few more locally with this PR and everything behaves as expected now! /lgtm |
@killianmuldoon thanks for sorting out this detail |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
Signed-off-by: killianmuldoon [email protected]
Fixes #5948