Skip to content

E2E: Change control plane VM Size to Standard_D2s_v3#6407

Open
willie-yao wants to merge 1 commit into
kubernetes-sigs:mainfrom
willie-yao:switch-controlplane-vmsize
Open

E2E: Change control plane VM Size to Standard_D2s_v3#6407
willie-yao wants to merge 1 commit into
kubernetes-sigs:mainfrom
willie-yao:switch-controlplane-vmsize

Conversation

@willie-yao

@willie-yao willie-yao commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind failing-test

What this PR does / why we need it:
E2E tests have been flaking frequently with etcd join context deadline exceeded. etcd on the burstable control plane VMs throttles under bootstrap load, causing the second control plane node's kubeadm join to time out at the etcd-join phase. We can fix this by changing the control plane VM Size from a burstable one Standard_B2s to Standard_D2s_v3

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:

TODOs:

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

Release note:

NONE

Signed-off-by: William Yao <william2000yao@gmail.com>
@kubernetes-prow kubernetes-prow Bot added the release-note-none Denotes a PR that doesn't merit a release note. label Jun 25, 2026
@kubernetes-prow kubernetes-prow Bot added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Jun 25, 2026
@kubernetes-prow kubernetes-prow Bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 25, 2026
@willie-yao

Copy link
Copy Markdown
Contributor Author

/assign @mboersma

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.07%. Comparing base (e976e51) to head (1a4fb3d).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6407   +/-   ##
=======================================
  Coverage   44.07%   44.07%           
=======================================
  Files         289      289           
  Lines       25383    25383           
=======================================
  Hits        11187    11187           
  Misses      13420    13420           
  Partials      776      776           

☔ View full report in Codecov by Harness.
📢 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 mboersma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm
/approve

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 25, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: 821b7b254811d92a658118be4e8e5e5c4e11b73d

@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma

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

The pull request process is described 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

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 25, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

@willie-yao: The following test 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-aks 1a4fb3d link unknown /test pull-cluster-api-provider-azure-e2e-aks

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.

@mboersma

Copy link
Copy Markdown
Contributor

/retest

@mboersma

Copy link
Copy Markdown
Contributor

/cherry-pick release-1.25

@k8s-infra-cherrypick-robot

Copy link
Copy Markdown

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

Details

In response to this:

/cherry-pick release-1.25

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.

@mboersma

Copy link
Copy Markdown
Contributor

/cherry-pick release-1.24

@k8s-infra-cherrypick-robot

Copy link
Copy Markdown

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

Details

In response to this:

/cherry-pick release-1.24

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.

@mboersma

Copy link
Copy Markdown
Contributor

/cherry-pick release-1.23

@k8s-infra-cherrypick-robot

Copy link
Copy Markdown

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

Details

In response to this:

/cherry-pick release-1.23

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.

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/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants