Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install Flux

See https://fluxcd.io/docs/installation/#install-the-flux-cli


Linux/Mac

Code Block
$ curl -s https://fluxcd.io/install.sh | sudo bash


Bootstrap


Code Block
$ flux bootstrap git \
  --url=ssh://git@<host>/<org>/<repository> \
  --branch=<my-branch> \
  --path=clusters/my-cluster



References