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.2/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
You should see:
Current Version: v0.6.2
GitCommit: 35945c8b
BuildTime: 2022-01-25_22:13:54
Branch: HEAD
Flux Version: v0.24.1