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

kubelet: add initial support for cgroupv2 #85218

Merged
merged 1 commit into from Mar 26, 2020

Commits on Mar 12, 2020

  1. kubelet: add initial support for cgroupv2

    do a conversion from the cgroups v1 limits to cgroups v2.
    
    e.g. cpu.shares on cgroups v1 has a range of [2-262144] while the
    equivalent on cgroups v2 is cpu.weight that uses a range [1-10000].
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Mar 12, 2020
    Copy the full SHA
    bb5ed1b View commit details
    Browse the repository at this point in the history