Skip to content

Commit

Permalink
Merge pull request #20 from KentaTada/adjust-cgcheck
Browse files Browse the repository at this point in the history
Adjust the checklist of kernel configs of cgroup
  • Loading branch information
k8s-ci-robot authored Nov 5, 2020
2 parents 7c469b5 + 8627653 commit 3ec26df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validators/types_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var DefaultSysSpec = SysSpec{
{Name: "CGROUP_CPUACCT"},
{Name: "CGROUP_DEVICE"},
{Name: "CGROUP_FREEZER"},
{Name: "CGROUP_PIDS"},
{Name: "CGROUP_SCHED"},
{Name: "CPUSETS"},
{Name: "MEMCG"},
Expand All @@ -55,6 +56,7 @@ var DefaultSysSpec = SysSpec{
{Name: "AUFS_FS", Description: "Required for aufs."},
{Name: "BLK_DEV_DM", Description: "Required for devicemapper."},
{Name: "CFS_BANDWIDTH", Description: "Required for CPU quota."},
{Name: "CGROUP_HUGETLB", Description: "Required for hugetlb cgroup."},
},
Forbidden: []KernelConfig{},
},
Expand Down

0 comments on commit 3ec26df

Please sign in to comment.