You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of kubernetes/kubernetes#43805 there's some incompatibility in cgroup drivers moving kubelet to k8s 1.6+
We had native.cgroupdriver=systemd
and I tried starting kubelet with --cgroup-driver=systemd but that didn't work.
I now changed our docker config to native.cgroupdriver=cgroupfs. CoreOS themselves are now also going with the Docker default of cgroupfs (coreos/bugs#1435) so I think this is secure.
Still we want to re-check if this is actually the right decision as most of us don't really understand the implications of it.
@puja108 within the old platform we ran into some issues with systemd units and docker and the systemd cgroup driver fixed that for us. but if now docker is the way to go i am fine. upgrade to cgroup v2 will be fun :D
Because of kubernetes/kubernetes#43805 there's some incompatibility in cgroup drivers moving kubelet to k8s 1.6+
We had
native.cgroupdriver=systemd
and I tried starting kubelet with
--cgroup-driver=systemd
but that didn't work.I now changed our docker config to
native.cgroupdriver=cgroupfs
. CoreOS themselves are now also going with the Docker default of cgroupfs (coreos/bugs#1435) so I think this is secure.Still we want to re-check if this is actually the right decision as most of us don't really understand the implications of it.
@teemow WDYT?
The text was updated successfully, but these errors were encountered: