Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装失败,提示:Found multiple CRI endpoints on the host. #373

Open
XIBoos opened this issue Jun 4, 2024 · 0 comments
Open

安装失败,提示:Found multiple CRI endpoints on the host. #373

XIBoos opened this issue Jun 4, 2024 · 0 comments
Assignees

Comments

@XIBoos
Copy link

XIBoos commented Jun 4, 2024

使用All In One 最小化部署的方式进行安装,在执行初始化阶段提示:
Found multiple CRI endpoints on the host. Please define which one do you wish to use by setting the 'criSocket' field in the kubeadm configuration file: unix:///var/run/containerd/containerd.sock, unix:///var/run/cri-dockerd.sock

我尝试修改install_k8s.sh脚本中的相关参数,无法解决:
kubeadm init --config=/etc/cube/kubeadm/init.config --cri-socket unix:///var/run/cri-dockerd.sock
也修改了 /etc/cube/kubeadm/old.config 文件,添加
runtimeConfiguration:
criSocket: "unix:///var/run/cri-dockerd.sock"
仍然不起作用。
请问应该如何解决这个问题?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants