Skip to content

树莓派专区

树莓派 5 安装前准备

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

    shell
    vim /boot/firmware/cmdline.txt
    shell
    cgroup_enable=memory cgroup_memory=1