Skip to content

Commit

Permalink
configs: Enable PIDs cgroup
Browse files Browse the repository at this point in the history
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)
and [Node Pids Limit](kubernetes/kubernetes@2597a1d#diff-fa76bb6ae2d9b4bb3d023737fe5e6029R333)
that requires pids cgroup.

See: #2968
  • Loading branch information
hgontijo authored and TiejunChina committed Jun 19, 2019
1 parent 4f2cd98 commit 29d95d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/bcm2709_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PIDS=y
CONFIG_NAMESPACES=y
CONFIG_USER_NS=y
CONFIG_SCHED_AUTOGROUP=y
Expand Down

0 comments on commit 29d95d1

Please sign in to comment.