This repository generates and defines a template for ClusterAPI.
TBD
We are using Nix to install all required tools automatically. If you don't use Nix it is up to you to install all required tools:
If you got Nix available on your system you can easily use Direnv to get started with all the required tools:
cat << EOF >| .envrc
use flake . --impure
EOF
direnv allow
After the installation of the required tools you should be able to execute the script to generate a new template:
scripts/generate-template
If you find a security issue please contact security@cloudhippie.de first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2025 Cloudhippie <info@cloudhippie.de>