Skip to content

ETCD gets OOMKilled when system_reserved is enabled #12566

@guoard

Description

@guoard

What would you like to be added

When deploying etcd with etcd_deployment_type: host, it runs under system.slice, which may not provide enough memory for etcd. Please add the ability to configure cgroup and resource limits for etcd separately.

Why is this needed

When system_reserved: true, resources are reserved for system daemons. However, etcd is a Kubernetes component, not a system daemon. This can result in etcd running out of memory and being OOMKilled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions