root@phytium-Ubuntu:/usr/local/bin# INSTALL_K3S_SKIP_DOWNLOAD=true ./install.sh
[INFO] Skipping k3s download and verify
[INFO] Skipping installation of SELinux RPM
[INFO] Creating /usr/local/bin/kubectl symlink to k3s
[INFO] Creating /usr/local/bin/crictl symlink to k3s
[INFO] Skipping /usr/local/bin/ctr symlink to k3s, command exists in PATH at /usr/bin/ctr
[INFO] Creating killall script /usr/local/bin/k3s-killall.sh
[INFO] Creating uninstall script /usr/local/bin/k3s-uninstall.sh
[INFO] env: Creating environment file /etc/systemd/system/k3s.service.env
[INFO] systemd: Creating service file /etc/systemd/system/k3s.service
[INFO] systemd: Enabling k3s unit
Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service ?./etc/systemd/system/k3s.service.
[INFO] systemd: Starting k3s
Job for k3s.service failed because the control process exited with error code.
See “systemctl status k3s.service” and “journalctl -xe” for details.
然后我查看了一下日志,日志中的内容是这样的
Feb 23 11:33:15 phytium-Ubuntu k3s[38809]: time=“2025-02-23T11:33:15Z” level=fa>
Feb 23 11:33:15 phytium-Ubuntu systemd[1]: k3s.service: Main process exited, co>
– Subject: Unit process exited
– Defined-By: systemd
– Support: Enterprise open source support | Ubuntu
– An ExecStart= process belonging to unit k3s.service has exited.
– The process’ exit code is ‘exited’ and its exit status is 1.
Feb 23 11:33:15 phytium-Ubuntu systemd[1]: k3s.service: Failed with result 'exi>
– Subject: Unit failed
– Defined-By: systemd
– Support: Enterprise open source support | Ubuntu
– The unit k3s.service has entered the ‘failed’ state with result ‘exit-code’.
Feb 23 11:33:15 phytium-Ubuntu systemd[1]: Failed to start Lightweight Kubernet>
– Subject: A start job for unit k3s.service has failed
– Defined-By: systemd
– Support: Enterprise open source support | Ubuntu
– A start job for unit k3s.service has finished with a failure.
– The job identifier is 118037 and the job result is failed.
这个问题该怎么解决呢