To enable cgroup-v2 in a Kubernetes cluster.
To enable the hybrid mode on Flatcar Linux:
sudo vi /usr/share/oem/grub.cfg
set linux_append="...... systemd.unified_cgroup_hierarchy=false systemd.legacy_systemd_cgroup_controller=false"
sudo reboot
To enable this in Docker: