Skip to content
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

Fix cgroup handling for systemd with cgroup v2 #98365

Merged
merged 1 commit into from Mar 4, 2021

Commits on Feb 12, 2021

  1. Fix cgroup handling for systemd with cgroup v2

    This fixes issues where kubelet enforces qos and nodeAllocatable on the
    worng hierarchy. Kublet will now create the files
    
    /sys/fs/cgroup/kubepods/{burstable,besteffort,}/pod-xyz
    
    when running with systemd as the driver, making it impossible to enforce
    the limits on nodeAllocatable.
    odinuge committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    124de52 View commit details
    Browse the repository at this point in the history