kubevirtci icon indicating copy to clipboard operation
kubevirtci copied to clipboard

[k8s providers]: use systemd as the cgroup driver for CRI-O and kubelet

Open enp0s3 opened this issue 5 months ago • 10 comments

What this PR does / why we need it: Since Centos is a systemd based OS there is no need to work directly with cgroupfs. Also its requried to be consistent with the cgroup driver both in kubelet and in the CRI.

In addition there was a mismatch between cAdivor CRI-O communication, since cAdvisor works with systemd while CRI-O was configured to work with cgroupfs.

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.

Release note:

use systemd as the cgroup driver for CRI-O and kubelet

enp0s3 avatar Sep 15 '24 08:09 enp0s3