Flux CLI specific version #489
-
I noticed that for the bootstrap you can install a specific version with |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
To install Flux CLI you can use It is recommended to upgrade the CLI before running bootstrap to upgrade the controllers with If you want to install an older version of Flux CLI, you can download the binary for your OS from the release page. |
Beta Was this translation helpful? Give feedback.
-
what if i don't want to install the latest client? how to do in brew install ? |
Beta Was this translation helpful? Give feedback.
-
With Bash you can run:
|
Beta Was this translation helpful? Give feedback.
-
after so you can Otherwise, brew would install (at the point of writing this post) a release candidate of |
Beta Was this translation helpful? Give feedback.
-
my kubernetes clusters are running specific version of flux for bootstrap 2.0.0-rc.3 and on my machine I am using brew to install latest 2.0.0-rc.5 would it cause any issue or its recommended to have same version in both scenarios ? |
Beta Was this translation helpful? Give feedback.
-
We now offer Homebrew formulas for all minor versions of Flux CLI. To install the latest version: brew install fluxcd/tap/flux To install an older version specify the major.minor e.g.: brew install fluxcd/tap/flux@2.2 There is also |
Beta Was this translation helpful? Give feedback.
-
@stefanprodan since 2.4 is out, could you please release a formula for installing 2.3? Thanks |
Beta Was this translation helpful? Give feedback.
To install Flux CLI you can use
brew install fluxcd/tap/flux
. To upgrade to the latest versionbrew upgrade fluxcd/tap/flux
. You can find what version is installed withflux -v
and use that forflux bootstrap --version=v<CLI-VERSION>
.It is recommended to upgrade the CLI before running bootstrap to upgrade the controllers with
flux bootstrap
.If you want to install an older version of Flux CLI, you can download the binary for your OS from the release page.