forked from docs/doc-exports
Reviewed-by: Gergo-Bence Lorincz <a200452876@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com> Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
1.6 KiB
1.6 KiB
containerd.sock
Check Items
Check whether the containerd.sock file is on the node. This file affects the startup of container runtime in EulerOS.
Solutions
Scenario: The Docker used by the node is tailored for EulerOS.
- Log in to the node.
- Run the rpm -qa | grep docker | grep euleros command. If the command output is not empty, the Docker used on the node is Euler-docker.
- Run the stat /run/containerd/containerd.sock command. If the file exists, Docker startup will fail.
- Run the rm -rf /run/containerd/containerd.sock command and perform the cluster upgrade check again.
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions