Files
doc-exports/docs/cce/umn/cce_10_0457.html
Dong, Qiu Jian 6157284549 CCE UMN update -20240401 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2024-04-15 14:42:22 +00:00

1.6 KiB

containerd.sock

Check Items

Check whether the containerd.sock file exists on the node. This file affects the startup of container runtime in the Euler OS.

Solution

Scenario: The Docker used by the node is the customized Euler-docker.

  1. Log in to the node.
  2. 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.
  3. Run the ls /run/containerd/containerd.sock command. If the file exists, Docker startup will fail.
  4. Run the rm -rf /run/containerd/containerd.sock command and perform the cluster upgrade check again.