Skip to content

Commit

Permalink
Add NET_PRIO cgroup to iso (#3396)
Browse files Browse the repository at this point in the history
This cgroup is required for running gvisor in minikube.
  • Loading branch information
priyawadhwa authored and balopat committed Dec 3, 2018
1 parent 8388503 commit 1c3df2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CPUSETS=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
Expand Down

0 comments on commit 1c3df2d

Please sign in to comment.