labring / sealos

Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io
https://cloud.sealos.io
Apache License 2.0
13.3k stars 2.02k forks source link

rockylinux #4825

Closed zeje closed 4 days ago

zeje commented 4 days ago

Sealos Version

4.3.7-f39b2339

How to reproduce the bug?

  1. https://rockylinux.org/zh_CN (2024-06)最新版本
  2. sealos run registry.cn-shanghai.aliyuncs.com/labring/kubernetes:v1.27.7 registry.cn-shanghai.aliyuncs.com/labring/helm:v3.9.4 registry.cn-shanghai.aliyuncs.com/labring/cilium:v1.13.4
  3. Job for containerd.service failed because the control process exited with error code.

What is the expected behavior?

前置条件是干净的系统,但是这么安装为何不行?

What do you see instead?

[root@k8s-master01 ~]# systemctl status containerd.service ● containerd.service - containerd container runtime Loaded: loaded (/etc/systemd/system/containerd.service; enabled; preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sat 2024-06-29 10:25:57 CST; 3s ago Docs: https://containerd.io Process: 4282 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS) Process: 4283 ExecStart=/usr/bin/containerd (code=exited, status=203/EXEC) Main PID: 4283 (code=exited, status=203/EXEC) CPU: 4ms [root@k8s-master01 ~]# journalctl -xeu containerd.service ░░ Subject: Process /usr/bin/containerd could not be executed ░░ Defined-By: systemd ░░ Support: https://wiki.rockylinux.org/rocky/support ░░ ░░ The process /usr/bin/containerd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Jun 29 10:26:18 k8s-master01 systemd[4415]: containerd.service: Failed at step EXEC spawning /usr/bin/containerd: No such file or> ░░ Subject: Process /usr/bin/containerd could not be executed ░░ Defined-By: systemd ░░ Support: https://wiki.rockylinux.org/rocky/support ░░ ░░ The process /usr/bin/containerd could not be executed and failed.

Operating environment

- Sealos version:
- Docker version:
- Kubernetes version:
- Operating system:
- Runtime environment:
- Cluster size:
- Additional information:

Additional information

No response