Skip to content

POC prefer m/r/x types if new pods have high memory requests - #3241

Draft
grosser wants to merge 1 commit into
kubernetes-sigs:mainfrom
zendesk:grosser/prefer4
Draft

POC prefer m/r/x types if new pods have high memory requests#3241
grosser wants to merge 1 commit into
kubernetes-sigs:mainfrom
zendesk:grosser/prefer4

Conversation

@grosser

@grosser grosser commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Description

our nodepools ended up always spinning up m or c types (cheapest) since the pendings pods were never big enough to require r types (we run 8xl as the smallest ~30 cpus) so we ended up with lots of c/m-s but the actual pod requests were very memory heavy so we had to wait for consolidation which lead to more pod interruptions
(also tried changing batching settings, but even 1m/5m did not help)

How was this change tested?

updated the nodepool and saw that we get a good mix of m and r on the first try now

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kubernetes-prow kubernetes-prow Bot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 17, 2026
@grosser
grosser marked this pull request as draft August 17, 2026 22:40
@kubernetes-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: grosser
Once this PR has been reviewed and has the lgtm label, please assign njtran 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

@kubernetes-prow kubernetes-prow Bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 17, 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/work-in-progress Indicates that a PR should not merge because it is a work in progress. 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.

1 participant