Adrian
CCoder.com
•Created by H0m3L@bb3r on 4/6/2025 in #help
persist ubuntu updates and added packages
When I tried persisting the
/usr
directory in Kubernetes, the workspace failed to start with the error:
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "sh": executable file not found in $PATH: unknown.
It looks like mounting /usr
directly overrides essential binaries, including sh
, causing the container to fail. Any ideas on how to persist packages without replacing critical system files?
I also tried with /usr/bin
but got the same error10 replies