Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 755 Bytes

File metadata and controls

30 lines (22 loc) · 755 Bytes

Flux2 HEAD Repository

This repository provides the initial setup for FluxCD and incorporates additional repositories.

Support Project

ko-fi

Prerequisites

  • Kubernetes cluster version 1.24 or never

Bootstrap FluxCD example

export GITHUB_TOKEN=<gh-token>
flux bootstrap github \
  --token-auth \
  --owner=brainfair \
  --repository=awesome-flux-head \
  --branch=main \
  --path=clusters/homelab \
  --personal

Additional repositories

Architecture

High-level design