Tom Wieczorek
Tom Wieczorek
@ncopa What would be the appropriate steps to get [binutils-gold](https://pkgs.alpinelinux.org/packages?name=binutils-gold&branch=edge) built for [riscv64](https://github.com/k0sproject/k0s/commit/870f1313feca6110eafa8f978fb747f53eacd636#diff-5aecd73bbcb9b7410938673269f0d4e676dd18509277b0ff2f2787c9d3e22604L3-R3) on alpine edge?
@jnummelin Did you try out git worktrees, and do they fit into your workflows, addressing the problem?
Closing, feel free to reopen if this is still an issue.
Is this still a thing, given that k0s supports [drop-in containerd confg snippets](https://docs.k0sproject.io/v1.28.4+k0s.0/runtime/?h=containerd#k0s-managed-dynamic-runtime-configuration) nowadays? However, the documentation could include a section on how to set up some registries in containerd...
Hey @johbo! Thanks for linking the NixOS packaging request here, I wasn't aware of it. Being a NixOS user myself, I've thought about how to integrate k0s into NixOS for...
This works for me™: ```nix { lib, pkgs, ... }: let pname = "k0s"; owner = "k0sproject"; repo = pname; description = "k0s - The Zero Friction Kubernetes"; version =...
Btw, I found out that `mount` is indeed a hard dependency :sleepy: (#3386)
As a start, I opened a PR to add the k0s binary releases to nixpkgs: NixOS/nixpkgs#258846. That could maybe be the base for a proper k0s NixOS module?
Closing this, as there's no secret sauce to writing a systemd unit for k0s. Just create a simple systemd unit and add the CLI flags that you need for your...
> @twz123 just a hint that there might be a misunderstanding: The issue which the discussing people have is not that they don't know how to manage the systemd unit,...