rancher / cluster-api-provider-rke2

RKE2 bootstrap and control-plane Cluster API providers.
Apache License 2.0
81 stars 28 forks source link

support kubevirt as a infrastructure provider #285

Closed HenryGuo1019 closed 4 months ago

HenryGuo1019 commented 6 months ago

How can i build a air gapped vm image so that rke2 can bootstrap automatically?

belgaied2 commented 4 months ago

@HenryGuo1019 you can take inspiration from here for image building in Air Gapped mode. The example shown there is based on Docker, but the same principles apply.

The idea is:

More details in the page above.