cluster-api-provider-rke2/image-builder
Alexandr Demicev a1f7bb17d5
Update image builder AMI
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
2024-08-13 14:35:17 +02:00
..
aws Update image builder AMI 2024-08-13 14:35:17 +02:00
files Build OpenSUSE image for CAPRKE2 2024-03-27 11:30:03 +01:00
scripts/opensuse Build OpenSUSE image for CAPRKE2 2024-03-27 11:30:03 +01:00
Makefile Update image builder AMI 2024-08-13 14:35:17 +02:00
README.md Build OpenSUSE image for CAPRKE2 2024-03-27 11:30:03 +01:00

README.md

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.