How to run k3s rootless on the OpenRC system? #12456
Unanswered
GamePlayer-8
asked this question in
Q&A
Replies: 1 comment
-
|
Cgroups is configured at the OS level. Note that pure cgroupsv2 is required for rootless K3s. https://rootlesscontaine.rs/getting-started/common/cgroup2/ You likely also need to configure openrc to use it As we say in the docs
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue in running k3s as non-root on Alpine Linux with OpenRC.
Whenever I do
kubectl get nodesI get no resources.I've wrote a custom OpenRC unit to start it:
but I wasn't been able to get it working. Here's the log file.
I'm not sure how to configure cgroups for k3s in OpenRC.
Beta Was this translation helpful? Give feedback.
All reactions