Skip to content

Update default Azure VM SKU to Standard_D2ds_v5#5996

Closed
mboersma wants to merge 1 commit intokubernetes-sigs:mainfrom
mboersma:update-test-skus
Closed

Update default Azure VM SKU to Standard_D2ds_v5#5996
mboersma wants to merge 1 commit intokubernetes-sigs:mainfrom
mboersma:update-test-skus

Conversation

@mboersma
Copy link
Copy Markdown
Contributor

@mboersma mboersma commented Dec 9, 2025

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Follows up on #6017 to update remaining default Azure VM SKUs used in testing and templates since the current choices are now deprecated.

Overall:

  • Standard_D2s_v3 -> Standard_D2ds_v5.
  • Standard_D4s_v3 -> Standard_D4s_v5.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

See the migration guide for more information. The current SKUs will be phased out in 2028, so this isn't urgent.

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests
  • cherry-pick candidate

Release note:

NONE

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Dec 9, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 9, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mboersma for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details 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 size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 9, 2025
@mboersma
Copy link
Copy Markdown
Contributor Author

mboersma commented Dec 9, 2025

/test pull-cluster-api-provider-azure-e2e

@mboersma mboersma marked this pull request as ready for review December 9, 2025 20:15
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 9, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.41%. Comparing base (e5e057a) to head (26353b5).
⚠️ Report is 39 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5996   +/-   ##
=======================================
  Coverage   44.40%   44.41%           
=======================================
  Files         280      280           
  Lines       25377    25377           
=======================================
+ Hits        11269    11271    +2     
+ Misses      13295    13293    -2     
  Partials      813      813           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mboersma
Copy link
Copy Markdown
Contributor Author

mboersma commented Dec 9, 2025

/test pull-cluster-api-provider-azure-e2e-optional

@mboersma
Copy link
Copy Markdown
Contributor Author

mboersma commented Dec 9, 2025

/retitle [WIP] Update default Azure VM SKUs used in testing and templates

AKS tests failed with:
The Virtual Machine size Standard_D2s_v5 does not support Ephemeral OS disk.

@k8s-ci-robot k8s-ci-robot changed the title Update default Azure VM SKUs used in testing and templates [WIP] Update default Azure VM SKUs used in testing and templates Dec 9, 2025
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 9, 2025
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 23, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 23, 2026
@mboersma mboersma changed the title [WIP] Update default Azure VM SKUs used in testing and templates Update default Azure VM SKU to Standard_D2ds_v5 Jan 23, 2026
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 23, 2026
@mboersma
Copy link
Copy Markdown
Contributor Author

/hold

In conjunction with this, we should ensure there is increased quota for this SKU family in expected test regions. I'll do that if this passes.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 23, 2026
@mboersma
Copy link
Copy Markdown
Contributor Author

/retest

Use Standard_D2ds_v5 and Standard_D4s_v5
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

k8s-ci-robot commented Jan 28, 2026

@mboersma: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-e2e-optional 4bb058e link false /test pull-cluster-api-provider-azure-e2e-optional
pull-cluster-api-provider-azure-apiversion-upgrade 26353b5 link true /test pull-cluster-api-provider-azure-apiversion-upgrade

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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-sigs/prow repository. I understand the commands that are listed here.

Copy link
Copy Markdown
Contributor

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

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

We don't have quota for the v5 SKU, so let's table this.

/close

@github-project-automation github-project-automation Bot moved this from Todo to Wait-On-Author in CAPZ Planning Mar 5, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@jackfrancis: Closed this PR.

Details

In response to this:

We don't have quota for the v5 SKU, so let's table this.

/close

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-sigs/prow repository.

@github-project-automation github-project-automation Bot moved this from Wait-On-Author to Done in CAPZ Planning Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants