packages: add kubernetes-1.37 and ecr-credential-provider-1.37 - #1029
Merged
qianxjcraig merged 4 commits intoSep 3, 2026
Merged
Conversation
qianxjcraig
force-pushed
the
k8s-memory-qos-settings
branch
2 times, most recently
from
September 2, 2026 01:33
e9ff575 to
a46567e
Compare
Use the EKS-D v1.37.0 source archive from release 2. Signed-off-by: Craig Qian <qianxj@amazon.com>
Signed-off-by: Craig Qian <qianxj@amazon.com>
Signed-off-by: Craig Qian <qianxj@amazon.com>
qianxjcraig
force-pushed
the
k8s-memory-qos-settings
branch
from
September 2, 2026 06:42
a46567e to
586fea7
Compare
qianxjcraig
marked this pull request as ready for review
September 2, 2026 18:23
piyush-jena
approved these changes
Sep 2, 2026
Signed-off-by: Craig Qian <qianxj@amazon.com>
vigh-m
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number:
Related bottlerocket-os/bottlerocket#4915
Description of changes:
Add initial Kubernetes 1.37 support:
kubernetes-1.37package using EKS-Dv1.37.0GA sources.ecr-credential-provider-1.37usingcloud-provider-awsv1.37.0.packages/kubernetes-1.37/kubelet-exec-start-confto remove the upstream-removed kubelet--containerdflag; runtime configuration continues through--container-runtime-endpoint.The containerd 2.3 package is tracked separately in #1023.
The MemoryQoS templates depend on bottlerocket-settings-sdk#147. After that PR is merged and a new
bottlerocket-settings-modelsrelease is published, this PR will be updated to consume the released settings model before merge. The temporary local settings SDK source pin used to build the test AMI is intentionally not included here.Testing done:
Kubernetes 1.37 RC candidate testing covered:
Focused MemoryQoS validation is documented in bottlerocket-settings-sdk#147. Verified Bottlerocket API values, kubelet configuration rendering, cgroup v2 memory protection, and throttling under bounded memory pressure.
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.