-
Notifications
You must be signed in to change notification settings - Fork 121
Add support for cgroupv2 (#270) #272
base: master
Are you sure you want to change the base?
Conversation
on a second thought, I think we need to use |
Add support for cgroupv2 so it works with Docker Desktop 4.3 and newer. Fixes weaveworks#270
I have tested this of the k0s integration test suite and it works on my ARM64 MacBook with docker desktop 4.4.2 which uses cgroupv2. |
Currently footloose only works with cgroup v1. Use fork for now til this has be resolved upstream. Upstream issue: weaveworks/footloose#270 Upstream PR: weaveworks/footloose#272 Signed-off-by: Natanael Copa <ncopa@mirantis.com>
Currently footloose only works with cgroup v1. Use fork for now til this has be resolved upstream. Upstream issue: weaveworks/footloose#270 Upstream PR: weaveworks/footloose#272 Signed-off-by: Natanael Copa <ncopa@mirantis.com>
Currently footloose only works with cgroup v1. Use fork for now til this has be resolved upstream. Upstream issue: weaveworks/footloose#270 Upstream PR: weaveworks/footloose#272 Signed-off-by: Natanael Copa <ncopa@mirantis.com> Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com> (cherry picked from commit e22d28c)
Changing the This was my test:
|
I confirm that this patch is working using this environment:
Is this patch going to be merged? |
This patch would assume that
In your case, as the But as per what I had tested (and shared above), it wouldn't work in my env as somehow my latest Rancher Desktop (v1.4.1) with Docker v20.10.16 comes with That's why I created a new PR here, #277, to address this cgroups issue, with additional feature added. And all work fine in my daily work with my patch for quite some time already. |
Add support for cgroupv2 so it works with Docker Desktop 4.3 and newer.
Also Use golang 1.17.6
Fixes #270