Tom Wieczorek

Results 321 comments of Tom Wieczorek

Rig could also fit very well directly into bootloose. There's e.g. `Cluster.SSH(...)` that shells out to `ssh`. Could be replaced by a rig connection.

> Is there precedent for having k0s support an arch for a worker, but not a controller? This is the case for Windows. For Windows, k0s only ships kubelet and...

I was able to build something: https://github.com/twz123/k0s/releases/tag/v1.28.2%2Bk0sriscv64.0 Feel free to give it a shot. I didn't do any deeper verifications on this despite executing the integration test suite. Basic clusters...

@iggy There's also an amd64 binary available for download. If it's not a production cluster, and if the other nodes are amd64, you can deploy the RISC-V version on all...

I'll have a look if I can compile the arm32/64 binaries as well. Then you could re-use the existing cluster.

@iggy I've added the arm64 build. Now you can try a mixed-arch cluster.

This kinda sounds like the controllers are not using the right images. Are they running the RISC-V version? That version should inject all the RISC-V enabled images by default, unless...

Uuuh, sweeet!

Thank you for your dedication to testing k0s on RISC-V. Much appreciated! Your multi-arch cluster looks awesome. :smile: K0s has a rather comprehensive integration test suite. I've already managed to...

> Spot on. I added the riscv64 node to the config, so k0sctl is trying to add it first rather than "upgrade" the existing nodes. I'll try running k0sctl without...