Difference between revisions of "Kubernetes/Progressive Delivery Flux and Flagger"
Jump to navigation
Jump to search
(Created page with "= [https://docs.fluxcd.io/en/latest/references/fluxctl/ Flux] = Install <code>fluxctl</code> <source lang=bash> curl -s https://fluxcd.io/install.sh | sudo bash # enable comp...") |
|||
Line 10: | Line 10: | ||
</source> | </source> | ||
= References = | = References = | ||
*[https://github.com/pio2pio/gitops-istio] | *[https://github.com/pio2pio/gitops-istio gitops-istio] Tutorial |
Revision as of 06:52, 24 May 2021
Flux
Install fluxctl
curl -s https://fluxcd.io/install.sh | sudo bash # enable completions in ~/.bash_profile . <(flux completion bash) # TODO: Via release binaries
References
- gitops-istio Tutorial