You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "entry": executable file not found in $PATH: unknown
$ docker version
Client:
Version: 18.09.0
Why do you have Docker installed on this node? K3s does not use docker, you should remove it from this node. Also that is a terribly old version to have around in the first place.
If you still have problems without Docker present on the node, confirm that your airgap image tarball has not been corrupted and is for the correct architecture. The error message indicates that the entrypoint is missing from the image, which indicates a problem with the image or containerd image store.
Environmental Info:
K3s Version: v1.30.4+k3s1
Node(s) CPU architecture, OS, and Version:
uname -a Linux localhost.localdomain 4.19.90-23.8.v2101.ky10.x86_64 #1 SMP Mon May 17 17:08:34 CST 2021 x86_64 x86_64 x86_64 GNU/Linux
Cluster Configuration: Single node
Describe the bug:
The text was updated successfully, but these errors were encountered: