mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
Add Homebrew instructions to Installation guide
This commit is contained in:
parent
890ee640c0
commit
fdf72fc46d
1 changed files with 17 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ to manage one or more Kubernetes clusters.
|
|||
You will need a Kubernetes cluster version **1.16** or newer
|
||||
and kubectl version **1.18** or newer.
|
||||
|
||||
### Automatic Installation
|
||||
|
||||
Install the toolkit CLI with:
|
||||
|
||||
```sh
|
||||
|
|
@ -18,6 +20,21 @@ The install script downloads the gotk binary to `/usr/local/bin`.
|
|||
Binaries for macOS and Linux AMD64/ARM64 are available for download on the
|
||||
[release page](https://github.com/fluxcd/toolkit/releases).
|
||||
|
||||
### Homebrew Installation
|
||||
|
||||
The toolkit CLI may alternatively be installed by MacOS or Linux users via
|
||||
[Homebrew](https://brew.sh/). This method is currently community-supported and may not provide the latest possible release.
|
||||
|
||||
``` bash
|
||||
brew tap fluxcd/toolkit
|
||||
# Install latest tagged release
|
||||
brew install fluxcd/toolkit/gotk
|
||||
# Install unstable versions from source
|
||||
brew install --HEAD fluxcd/toolkit/gotk
|
||||
```
|
||||
|
||||
### Cluster Requirements Check
|
||||
|
||||
Verify that your cluster satisfies the prerequisites with:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue