kubernetes-sigs / karpenter

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Apache License 2.0
637 stars 206 forks source link

Support 'singleProcessOOMKill' kubelet config flag? #1804

Open MrFishFinger opened 1 week ago

MrFishFinger commented 1 week ago

Description

What problem are you trying to solve?

In https://github.com/kubernetes/kubernetes/pull/126096 the kubelet config flag singleProcessOOMKill was added to allow disabling the "cgroup aware OOM Killer". Is there a way to set this flag from karpenter? in particular for a node running Bottlerocket?


k8s-ci-robot commented 1 week ago

This issue is currently awaiting triage.

If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.