Skip to content
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

AzureMachinePool windows template fixes #3311

Merged

Conversation

marosset
Copy link
Contributor

What type of PR is this?
/kind feature

What this PR does / why we need it:
AzureMachinePool windows fixes to

  • to set disk size to 128gb
  • honor WINDOWS_SERVER_VERSION
  • use newer pause image

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 #

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

Fixes for AzureMachinePool running Windows

…RVER_VERSION, and use newer pause image

Signed-off-by: Mark Rossetti <[email protected]>
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 15, 2023
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 15, 2023
@marosset
Copy link
Contributor Author

/assign @jsturtevant @nojnhuh

@marosset marosset changed the title AzureMachinePool windows fixes AzureMachinePool windows template fixes Mar 15, 2023
Copy link
Contributor

@nojnhuh nojnhuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 16, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 149cb87b2f371563ca5636e156ef1225641be9ab

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 16, 2023
@CecileRobertMichon
Copy link
Contributor

@marosset should we cherry-pick this as well?

@marosset
Copy link
Contributor Author

/cherry-pick release-1.8

@k8s-infra-cherrypick-robot

@marosset: once the present PR merges, I will cherry-pick it on top of release-1.8 in a new PR and assign it to you.

In response to this:

/cherry-pick release-1.8

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@marosset
Copy link
Contributor Author

Do we want this in 1.7 too or just 1.8?

@CecileRobertMichon
Copy link
Contributor

both since both have active PR tests for cherry-picks, if this fixes stuff

although you'll probably have to do a manual cherry-pick for 1.7 since there will likely be some yaml conflicts

but worth trying

/cherry-pick release-1.7

@k8s-infra-cherrypick-robot

@CecileRobertMichon: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you.

In response to this:

both since both have active PR tests for cherry-picks, if this fixes stuff

although you'll probably have to do a manual cherry-pick for 1.7 since there will likely be some yaml conflicts

but worth trying

/cherry-pick release-1.7

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-infra-cherrypick-robot

@marosset: new pull request created: #3317

In response to this:

/cherry-pick release-1.8

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-infra-cherrypick-robot

@CecileRobertMichon: #3311 failed to apply on top of branch "release-1.7":

Applying: AzureMachinePool windows fixes to set size to 128gb, honor WINDOWS_SERVER_VERSION, and use newer pause image
Using index info to reconstruct a base tree...
M	templates/cluster-template-machinepool-windows.yaml
M	templates/flavors/machinepool-windows/machine-pool-deployment-windows.yaml
A	templates/test/ci/cluster-template-prow-intree-cloud-provider-machine-pool.yaml
M	templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml
A	templates/test/ci/cluster-template-prow-machine-pool-flex.yaml
M	templates/test/ci/cluster-template-prow-machine-pool.yaml
M	templates/test/dev/cluster-template-custom-builds-machine-pool.yaml
Falling back to patching base and 3-way merge...
Auto-merging templates/test/dev/cluster-template-custom-builds.yaml
CONFLICT (content): Merge conflict in templates/test/dev/cluster-template-custom-builds.yaml
Auto-merging templates/test/dev/cluster-template-custom-builds-machine-pool.yaml
Auto-merging templates/test/ci/cluster-template-prow.yaml
CONFLICT (content): Merge conflict in templates/test/ci/cluster-template-prow.yaml
Auto-merging templates/test/ci/cluster-template-prow-machine-pool.yaml
Auto-merging templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml
Auto-merging templates/flavors/machinepool-windows/machine-pool-deployment-windows.yaml
CONFLICT (content): Merge conflict in templates/flavors/machinepool-windows/machine-pool-deployment-windows.yaml
Auto-merging templates/cluster-template-machinepool-windows.yaml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 AzureMachinePool windows fixes to set size to 128gb, honor WINDOWS_SERVER_VERSION, and use newer pause image
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

both since both have active PR tests for cherry-picks, if this fixes stuff

although you'll probably have to do a manual cherry-pick for 1.7 since there will likely be some yaml conflicts

but worth trying

/cherry-pick release-1.7

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@marosset
Copy link
Contributor Author

I'll manually cherry-pick into 1.7

@marosset marosset deleted the azure-machine-pool-windows-fixes branch March 16, 2023 21:41
marosset pushed a commit to marosset/cluster-api-provider-azure that referenced this pull request Mar 16, 2023
…ool-windows-fixes

AzureMachinePool windows template fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants