Installation

Installation documentation

⚠️The flux-kluctl-controller is deprecated⚠️

Please migrate to the new Kluctl Controller

The migration guide can be found here

The Flux Kluctl Controller can currently be either installed via Kustomize or via Helm.

kustomize

You can install the Flux Kluctl Controller by running the following command:

kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.16.3" | kubectl apply -f-

Helm

⚠️The flux-kluctl-controller is deprecated⚠️

New Helm Charts will not be released!

A Helm Chart for the controller is also available here . To install the controller via Helm, run:

$ helm repo add kluctl https://kluctl.github.io/charts
$ helm install flux-kluctl-controller kluctl/flux-kluctl-controller