digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
745 stars 258 forks source link

[TF Flux CD Automation] Specify a version for the flux CLI that is compatible with the current version of the Flux CD server #89

Open v-ctiutiu opened 2 years ago

v-ctiutiu commented 2 years ago

Problem Description

See summary from issue #87.

Impacted Areas

TF Flux CD automation chapter.

Prerequisites

Flux CD server deployed on DOKS via Starter Kit custom TF module.

Steps to Reproduce

See summary from issue #87.

Expected Results

Listing Flux server resources (like Git Repository Source and Kustomizations) should work as usual.

Actual Results

See summary from issue #87.

Proposal

A flux CLI version that is compatible with the current Starter Kit guide should be mentioned , like 0.17.0:

curl -s https://fluxcd.io/install.sh | sudo FLUX_VERSION=0.17.0 bash