Difference between revisions of "Kubernetes/Progressive Delivery Flux and Flagger"

From Ever changing code
Jump to navigation Jump to search
Line 8: Line 8:


# TODO: Via release binaries
# TODO: Via release binaries
# https://github.com/fluxcd/flux/releases


# Pre check
# Pre check

Revision as of 07:57, 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
# https://github.com/fluxcd/flux/releases

# Pre check
flux check --pre
► checking prerequisites
✔ kubectl 1.18.6 >=1.18.0-0
✔ Kubernetes 1.18.9 >=1.16.0-0
✔ prerequisites checks passed

References