just a quick question, i've been trying to install...
# k3s
h
just a quick question, i've been trying to install k3s using the official install script on a ubuntu 24.04 system, and i have been trying to install the data of k3s in a custom location, e.g. /var/opt/org/product/k3s however I have been running into issues where the containers coredns, traefik-install-crd, and traefik-install are stuck on CrashLoopBackoff. Doing a describe on them shows errors related to permission issues such as
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: "/coredns": stat /coredns: permission denied
I couldn't find much regarding installation with the custom --data-dir flag, any insights or advice would be appreciated :)
c
You've said what you're trying to do but not how. What specifically are you doing? Can you provide steps / shell commands to reproduce?