具体表现如下

kubeadm安装后node节点无法ready

查看系统日志发现错误如下

kubeadm安装后node节点无法ready

在master节点

vim /etc/systemd/system/kubelet.service.d/11-cgroups.conf

添加
[Service]
CPUAccounting=true
MemoryAccounting=true

然后执行
systemctl daemon-reload
systemctl restart kubelet

相关文章:

  • 2022-03-01
  • 2021-09-19
  • 2021-07-17
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2021-06-12
  • 2021-05-01
  • 2022-12-23
  • 2021-11-14
  • 2021-06-24
  • 2022-01-06
相关资源
相似解决方案