cluster-api-provider-rke2/image-builder/README.md

970 B

RKE2 CAPI image builder

Description

This directory contains the scripts and configuration files to build the images used by the RKE2 CAPI provider. It relies on the packer tool to build the images.

We are using bash scripts to provision images with required dependencies, scripts for each platform are located in the scripts directory.

AWS

Requirements

aws ec2 create-default-vpc

Steps

For building the AWS AMIs, you can run the following command, this command will build a private openSUSE AMI:

make build-aws-opensuse-leap-155 RKE2_VERSION=${RKE2_VERSION}

or

make help

and it will show you the available options.