-
Notifications
You must be signed in to change notification settings - Fork 96
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
🌱 Deprecate NoCloudProvider and add CloudProviderEnabled #2108
base: main
Are you sure you want to change the base?
🌱 Deprecate NoCloudProvider and add CloudProviderEnabled #2108
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
7f7a168
to
18178b7
Compare
cc @lentzi90 |
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.
Thanks for working on this!
I think we need to add some validation or other logic to make sure we don't end up in confusing situations where these two contradict each other. Do you think it is possible to do this and also add a testcase for it?
I'm not sure if it is best to do this in the validating webhook or if we can somehow detect later which one of them were set explicitly.
// If set to false, CAPM3 will use node labels to set providerID on the kubernetes nodes. | ||
// If set to true, providerID is set on nodes by other entities and CAPM3 uses the value of the providerID on the m3m resource. | ||
// +optional | ||
CloudProviderEnabled bool `json:"cloudProviderEnabled,omitempty"` |
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.
Can you add to the description that the default value is false, and that this takes precedence over NoCloudProvider
?
What this PR does / why we need it:
Deprecate NoCloudProvider and add CloudProviderEnabled
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #