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
When I execute nerdctl ps, I can query the containers on the k8s node normally.
However, when I execute nerdctl restart ${containerid}, there is always an error:
FATA[0000] 1 errors:
failed to start binary process with cmdArgs []: exec: no command
Similarly, nerdctl start and nerdctl stop also report the same errors.
How can this be solved? Thx
The text was updated successfully, but these errors were encountered:
Environment: Debian11
Kernel version: 5.10.0-26-amd64
k8s version: 1.32.2
nerdctl version: v2.0.3
Installed wiit
nerdctl-full
:Configuration:
Reproduction conditions:
When I execute
nerdctl ps
, I can query the containers on the k8s node normally.However, when I execute
nerdctl restart ${containerid}
, there is always an error:Similarly,
nerdctl start
andnerdctl stop
also report the same errors.How can this be solved? Thx
The text was updated successfully, but these errors were encountered: