Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugLink: https://bugs.launchpad.net/bugs/1831219 BugLink: https://bugs.launchpad.net/bugs/1825235 My use case to is to allow Kubernetes master to run on Raspberry Pi 3. Kubernetes introduced [Pid limiting](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190129-pid-limiting.md), on v.1.14.0 which includes [Pod Pids Limit](kubernetes/kubernetes@bce9d5f https://github.com/raspberrypi/linux rpi-5.0.y) and [Node Pids Limit](kubernetes/kubernetes@2597a1d#diff-fa76bb6ae2d9b4bb3d023737fe5e6029R333 https://github.com/raspberrypi/linux rpi-5.0.y) that requires pids cgroup. See: raspberrypi/linux#2968 (cherry picked from commit 35a8380cccc320e21b9526bd28f0a41ebdb628d4 https://github.com/raspberrypi/linux rpi-5.0.y) Signed-off-by: Paolo Pisati <[email protected]> Acked-by: Stefan Bader <[email protected]> Acked-by: Connor Kuehl <[email protected]> Signed-off-by: Kleber Sacilotto de Souza <[email protected]>
- Loading branch information