f7e4a2d545115b61c4f6f28e80c154816cf8a4a9
Committed / committed (pull_request) Successful in 47s
CI / prek (pull_request) Successful in 6m31s
CI / cargo shear (pull_request) Successful in 7m58s
CI / cargo shear (push) Successful in 7m45s
Release-plz / Release-plz Release (push) Successful in 9m39s
CI / prek (push) Successful in 10m6s
Release-plz / Release-plz PR (push) Successful in 4m47s
Crete
A tool that takes node and cluster configs and uses it to generate talos configs and render jinja templates.
Installation
Arch
First import the verification key:
wget https://git.huizinga.dev/api/packages/infra/arch/repository.key -O /tmp/repository.key
sudo pacman-key --add /tmp/repository.key
sudo pacman-key --lsign-key $(gpg --show-keys /tmp/repository.key | sed -n 2p)
And add the following to /etc/pacman.conf:
[infra]
SigLevel = Required
Server = https://git.huizinga.dev/api/packages/infra/arch/core/$arch
You can then install crete by running:
sudo pacman -Sy crete
Cargo install
Add the following to ~/.cargo.config.toml:
[registries.infra]
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"
You can then install crete by running:
cargo install --registry infra crete