Kubernetes/Progressive Delivery Flux and Flagger

From Ever changing code
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