mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00

| datasource | package | from | to | | --------------- | ---------- | ------------ | ------------ | | github-releases | k3s-io/k3s | v1.24.4+k3s1 | v1.25.2+k3s1 | | github-releases | k3s-io/k3s | v1.24.4+k3s1 | v1.25.2+k3s1 | | github-releases | k3s-io/k3s | v1.24.4+k3s2 | v1.25.2+k3s1 | | github-releases | k3s-io/k3s | v1.24.4+k3s1 | v1.25.2+k3s1 | | github-releases | k3s-io/k3s | v1.24.4+k3s1 | v1.25.2+k3s1 | | github-releases | k3s-io/k3s | v1.24.4+k3s2 | v1.25.2+k3s1 |
4.1 KiB
4.1 KiB
README.md
My home Kubernetes cluster ⛵
... managed with Flux and Renovate 🤖
Bootstrap Flux
flux bootstrap github \
--version=latest \
--owner=auricom \
--repository=home-ops \
--path=cluster/base \
--personal \
--network-policy=false
SOPS secret from age key
age-keygen -o $HOME/sops/age/keys.txt
cat $HOME/sops/age/keys.txt |
kubectl create secret generic sops-age \
--namespace=flux-system \
--from-file=$HOME/sops/age/keys.txt=/dev/stdin
Encrypt kubernetes resources with sops binary
sops --encrypt --in-place <FILE_PATH>
Install pre-commit hooks
pre-commit install