Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.13 KB

install.md

File metadata and controls

40 lines (29 loc) · 1.13 KB

Installation

⚠️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.5" | 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