1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/docs/design/additional_configuration.md

609 B

Additional configuration

It is possible to additionally fine-tune operator behavior by providing arguments via operator.args chart template value.

For example, you can specify burst size for k8s API requests or how long the operator should wait for ArangoDeployment termination after receiving interruption signal:

operator:
  args: ["--kubernetes.burst=40", --shutdown.timeout=2m"]

The full list of available arguments can be retrieved using

export OPERATOR_IMAGE=arangodb/kube-arangodb:1.2.9
kubectl run arango-operator-help --image=$OPERATOR_IMAGE -i --rm --restart=Never -- --help