cluster-api-provider-rke2/image-builder
Alexandr Demicev 33195ad528
Add image builder readme
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
2023-04-20 20:07:49 +02:00
..
aws Add packer configuration for AMI 2023-04-20 20:06:58 +02:00
scripts Add provisioning scripts 2023-04-20 20:07:10 +02:00
Makefile Add Makefile for image builder 2023-04-20 20:07:32 +02:00
README.md Add image builder readme 2023-04-20 20:07:49 +02: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:

make build-aws-all

or

make help

and it will show you the available options.