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

Compare with Current View Page History

« Previous Version 3 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

ReferencesURL
Supercharge your Kubernetes deployments with Flux v2 and GitHub - Introductionhttps://www.youtube.com/watch?v=N6UCKF7JD7k
Get Started with Fluxhttps://fluxcd.io/docs/get-started/
Install the Flux CLIhttps://fluxcd.io/docs/installation/#install-the-flux-cli
flux2-kustomize-helm-examplehttps://github.com/fluxcd/flux2-kustomize-helm-example
  • No labels