Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.51 KB

File metadata and controls

67 lines (44 loc) · 1.51 KB

ClusterAPI: Hetzner Cloud

Testing Build

This repository generates and defines a template for ClusterAPI.

Usage

TBD

Development

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

Security

If you find a security issue please contact security@cloudhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2025 Cloudhippie <info@cloudhippie.de>