Home Flux
Post
Cancel

Flux

Flux

Base command

1
2
3
4
5
6
7
8
9
10
11
12
13
curl -s https://fluxcd.io/install.sh | sudo bash

export GITHUB_TOKEN=<your-token>

flux bootstrap github \
  --owner=my-github-username \
  --repository=my-repository \
  --path=clusters/my-cluster \
  --personal
flux get kustomizations --watch

flux uninstall --namespace=flux-system
This post is licensed under CC BY 4.0 by the author.
Contents