Replies: 1 comment 2 replies
|
Hi! Provider-rke2 comes from the repo https://github.com/kairos-io/provider-rke2 which has container releases under https://github.com/kairos-io/provider-rke2/pkgs/container/provider-rke2 To use those as a base image (its kairos+rk2) you can just set the parameter And in the cloud config you would then add the extra config needed for rk2: the main Auroraboot page in the docs has all the options possible to use when creating isos with aurora: https://kairos.io/docs/reference/auroraboot/ |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Looking at the instructions for AuroraBoot and I can see a reference to an opensuse-leap image in the
--setparameter.After having a dig around the Kairos quay repo I noticed there's a core-opensuse-leap-rke2 image which includes installing rke2.
If I want to netboot nodes with RKE2, is this more or less ready to go, (accompanied by
--cloud-configetc)?Where does provider-rke2 come into play?
All reactions