-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Switch to e2 machine types #118626
Switch to e2 machine types #118626
Conversation
/test pull-kubernetes-node-e2e-containerd-ec2 |
0f545d5
to
be292ba
Compare
@@ -43,9 +40,6 @@ function get-master-size { | |||
if [[ "$(get-num-nodes)" -gt "500" ]]; then | |||
suggested_master_size=32 | |||
fi | |||
if [[ "$(get-num-nodes)" -gt "2000" ]]; then |
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.
I'm assuming the control plane has been optimised after this change: #95947
/test pull-kubernetes-node-e2e-containerd-ec2 |
/cc |
/test |
@tzneal: The
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/retest |
/triage accepted |
/lgtm |
LGTM label has been added. Git tree hash: bbbb1a1054324b251830ceca3954415a11341c9c
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, upodroid 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 |
At the moment the tests fail with: ERROR: (gcloud.compute.instances.create) Could not fetch resource: - The selected machine type (n1-standard-32) is not compatible with CPU platform icelake Failed to create master instance due to non-retryable error Possibly caused by kubernetes/kubernetes#118626 https://cloud.google.com/compute/docs/general-purpose-machines#n2_series
/cc @dims
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
It is "discouraged" to use n1 as they are based on older architectures and e2 machine type is cheaper with the better CPU options.
I also need a PR to test AWS Node e2e tests.
Which issue(s) this PR fixes:
Fixes #116114
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: