forked from kubernetes-sigs/kind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
entrypoint: fix regression for cgroup v2
v2 support for `fix_cgroup()` was broken: kubernetes-sigs#2013 As CgroupNS is enabled by default on v2 hosts, we do not need to mess around the cgroup mounts. However, at least we need to create "/kubelet" cgroup (kubernetes-sigs#1969). Fix kubernetes-sigs#2013 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
- Loading branch information
1 parent
26637e2
commit bb4197e
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters