Appearance
在 /boot/firmware/cmdline.txt 文件中添加 cgroup_enable=memory cgroup_memory=1 并 重启系统,否则 Kubernetes 初始化会出现异常:[ERROR SystemVerification]: missing required cgroups: memory
/boot/firmware/cmdline.txt
cgroup_enable=memory cgroup_memory=1
重启系统
Kubernetes
[ERROR SystemVerification]: missing required cgroups: memory
vim /boot/firmware/cmdline.txt