-
Notifications
You must be signed in to change notification settings - Fork 240
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 machine-controller to v1.15.1 and add the imagePlan field for Azure #947
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xmudrii 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 |
@@ -495,6 +496,11 @@ func setWorkersetFlag(w *kubeonev1beta1.DynamicWorkerConfig, name string, value | |||
if s == nil { | |||
return nil | |||
} | |||
case machinecontroller.AzureImagePlan: |
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.
Probably not needed because we use the pointer type, but I added it anyway because I can't test is it going to work without it.
LGTM label has been added. Git tree hash: c4154335394b9ee7390fbfca0fab59a17fdf7a11
|
What this PR does / why we need it:
Update machine-controller to v1.15.1 and add the ImagePlan field for Azure.
Special notes for your reviewer:
The type of the
ImagePlan
field is different than for other fields. This time, the field type is a struct, and so far we only used primitive types. I don't have access to Azure, so I can't this is this going to work. I assume it should work this way, but I'm not sure.Does this PR introduce a user-facing change?: