Supported OS Linux and macOS.
If Good network connections to GitHub
curl -sfL https://raw.githubusercontent.com/shaowenchen/ops/main/getcli.sh | VERSION=latest sh -else Poor network connections to GitHub
PROXY=https://ghfast.top/
curl -sfL $PROXY/https://raw.githubusercontent.com/shaowenchen/ops/main/getcli.sh | VERSION=latest PROXY=$PROXY sh -- Add Helm repo
helm repo add ops https://www.chenshaowen.com/ops/charts- Install Ops Controller
helm install myops ops/ops --version 1.2.0 --namespace ops-system --create-namespaceGo to docs for more information.