RKE2 Provider with DRBD best practices #4175
Replies: 1 comment 1 reply
|
Thanks for the question @philippl-onz! So by default, https://kairos.io/docs/reference/configuration/#provider-configs Given that by default https://kairos.io/docs/architecture/providers/ Step 1 - Build Provider build the provider binary.This binary seems to be built via Earthly, so running Step 2 - Kairos Init - ensure that is available at
|
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am working on a project based on RKE2 and stumbled over Kairos. I really like the concept but i am a bit confused about the RKE2 Provider (https://github.com/kairos-io/provider-rke2) which seems to be kind of official but i couldn't really find any useful documentation about it.
so i basically have three main questions:
but that seems to do nothing and i dont get any rke2 binaries in my final image.
to workaround this image we just installed RKE2 the normal way after that and copied the binaries into
/usr/bin/to get persistence but that seems to be a bit of an ugly solution in my books.what would be the correct way of defining network stuff in the cloud config? i tried the native cloud-config
network:block but it doesn't seem to apply here.because we need DRBD we are installing it also in the Dockerfile which works perfectly finde but i am also not 100% sure if this is the way it is meant to be:
If someone could point me into the right direction of how a setup based on RKE2 with DRBD with fixed ip's should look like, i would highly appreciate it.
thanks
All reactions