mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
790 B
790 B
Flux
Install the CLI tool
brew install fluxcd/tap/flux
Install the cluster components
For full installation guide visit the Flux installation guide
Check if you cluster is ready for Flux
flux check --pre
Install Flux into your cluster
flux bootstrap github \
--owner=auricom \
--repository=home-cluster \
--path=cluster/base \
--personal \
--private=false \
--network-policy=false
Useful commands
Force flux to sync your repository:
flux reconcile source git flux-system
Force flux to sync a helm release:
flux reconcile helmrelease sonarr -n default
Force flux to sync a helm repository:
flux reconcile source helm ingress-nginx-charts -n flux-system