Difference between revisions of "Kubernetes/Progressive Delivery Flux and Flagger"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (→Flux) | |||
| Line 8: | Line 8: | ||
| # TODO: Via release binaries | # TODO: Via release binaries | ||
| # 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 | |||
| </source> | </source> | ||
| = References = | = References = | ||
| *[https://github.com/pio2pio/gitops-istio gitops-istio] Tutorial | *[https://github.com/pio2pio/gitops-istio gitops-istio] Tutorial | ||
Revision as of 06:54, 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 # 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
- gitops-istio Tutorial