There is an updated pull request by nilium against master on the void-packages repository https://github.com/nilium/ecks-bops-packages k3s https://github.com/void-linux/void-packages/pull/15887 DO NOT MERGE: k3s: update to 0.10.2. Moves most vsed stuff into the given patch. Part of this is to force reviewing it each time it doesn't apply cleanly (it probably won't most of the time), the other is to stop cramming things into vsed, since that's hackier than just patching the files. 0.10.x adds a dependency on ipset. Without it, k3s will crash upon startup. This adds a new distfile, part of which motivated the patching, to avoid running a direct 'git clone' of a repository in the build script. Services now redirect stderr to stdout, as they probably weren't capturing log output before. A patch file from https://github.com/void-linux/void-packages/pull/15887.patch is attached