Files
auricom-home-cluster/docs/flux.md
2022-07-01 14:23:52 +02:00

786 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-ops \
--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