kubernix
kubernix copied to clipboard
Feature request: Support running without root
If Nix is already installed, there shouldn't be a need to run as root.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hey @catern, thank you for the request. Do you want to contribute to this via a PR? :)
I don't myself have a need to run Kubernetes - I don't actually know if Kubernetes can even run without root. But I help run a collection of Unix machines where the users have access to Nix but no root; if Kubernix was usable by non-root, they could use it. Just letting you know about this use case (where Nix is available but root is not).
Yeah, there are efforts in rootless Kubernetes, but since CRI-O does not support it right now out of the box we will stick to the root-mode.