You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Install Flux

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


Linux/Mac

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


Bootstrap


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



References

  • No labels