[WARNING IsDockerSystemdCheck]: detected “cgroupfs“ as the Docker cgroup driver

[WARNING IsDockerSystemdCheck]: detected “cgroupfs“ as the Docker cgroup driver,第1张

[WARNING IsDockerSystemdCheck]: detected “cgroupfs“ as the Docker cgroup driver

kubeadm init时出现

[init] Using Kubernetes version: v1.20.9
[preflight] Running pre-flight checks
	[WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
	[WARNING SystemVerification]: this Docker version is not on the list of validated versions: 20.10.7. Latest validated version: 19.03
	[WARNING Hostname]: hostname "docker-master" could not be reached
	[WARNING Hostname]: hostname "docker-master": lookup docker-master on 183.60.83.19:53: no such host
error execution phase preflight: [preflight] Some fatal errors occurred:
	[ERROR FileContent--proc-sys-net-ipv4-ip_forward]: /proc/sys/net/ipv4/ip_forward contents are not set to 1
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
To see the stack trace of this error execute with --v=5 or higher

解决方案

cat > /etc/docker/daemon.json < 
systemctl restart docker
systemctl status docker

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5720031.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-18

发表评论

登录后才能评论

评论列表(0条)

保存