fluxcd / flux

Successor: https://github.com/fluxcd/flux2
https://fluxcd.io
Apache License 2.0
6.9k stars 1.08k forks source link

Add deprecation notice to fluxctl and Flux v1 Helm chart #3628

Closed stefanprodan closed 2 years ago

stefanprodan commented 2 years ago

To prevent new users to start with v1 instead of v2, we could add a warning to both fluxctl install and to helm install flux. For the CLI, the warning should be written to stderr to not affect the install command, for Helm the warning could be place in NOTES.txt.

The deprecation notice must include a link to Flux v2 get started guide.