Kubernetes/Progressive Delivery Flux and Flagger

From Ever changing code
< Kubernetes
Revision as of 07:51, 24 May 2021 by Pio2pio (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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