Installation
Pre-requisites
Kubernetes Cluster
Weave GitOps is compatible with conformant Kubernetes distributions which match the minimum required version level of Flux.
CLI
The gitops
command-line interface is currently supported on Mac (x86 and Arm), and Linux including WSL.
Windows support is a planned enhancement.
Git Providers
Weave GitOps currently supports SaaS versions of GitHub and GitLab.
Installing the Weave GitOps CLI
To install the Gitops
CLI, please follow the following steps:
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.6.1/tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
Alternatively, macOS users can use Homebrew to install the latest version:
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
gitops version
You should see:
Current Version: v0.6.1-rc1-2-gcf7b11b8
GitCommit: cf7b11b8
BuildTime: 2022-01-20_20:15:15
Branch: HEAD
Flux Version: v0.24.1