Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 786 Bytes

rebalancer_v2.md

File metadata and controls

31 lines (22 loc) · 786 Bytes
layout title parent
page
Rebalancer v2
List of all features

ArangoDB Rebalancer V2 Support

Overview

ArangoDB as of 3.10.0 provides Cluster Rebalancer functionality via api.

Operator will use the above functionality to check shard movement plan and enforce it on the Cluster.

How to use

To enable this feature use --deployment.feature.rebalancer-v2 arg, which needs be passed to the operator:

helm upgrade --install kube-arangodb \
https://github.com/arangodb/kube-arangodb/releases/download/$VER/kube-arangodb-$VER.tgz \
  --set "operator.args={--deployment.feature.rebalancer-v2}"

To enable Rebalancer in ArangoDeployment:

spec:
   rebalancer:
     enabled: true