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 (CLI only).
Installing the Weave GitOps CLI
To install the Gitops
CLI, please follow the following steps:
curl -L "https://github.com/weaveworks/weave-gitops/releases/download/v0.4.1/gitops-$(uname)-$(uname -m)" -o gitops
chmod +x gitops
sudo mv ./gitops /usr/local/bin/gitops
gitops version
You should see:
Current Version: 0.4.1
GitCommit: c0d130b40ff6996c409973aa69573aea5d0751ea
BuildTime: 2021-11-03T20:02:35Z
Branch: HEAD
Flux Version: v0.21.0