kube-arangodb
kube-arangodb copied to clipboard
ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
I am encountering an issue when deploying ArangoDB using the Kubernetes Operator in Rancher. When I delete the ArangoDB chart in Rancher, the associated Persistent Volume is also deleted, despite...
Hello maintainers, I have some questions regarding the operator.scope parameter per the [README](https://github.com/arangodb/kube-arangodb/blob/master/chart/kube-arangodb/README.md?plain=1#L64-L72). I'm using helm.sh/chart: kube-arangodb-1.2.32 1. Is the default "legacy" scoped to the cluster - i.e. it oversees...
Even with the operator, the ArarngoDB DB in the container is started with user `root`. This is bad practice and there should be a normal user that runs it.
When running `Single` instances via the operator, they produce a warning to modify the virtual memory property: ``` [1] WARNING [118b0] {memory} maximum number of memory mappings per process is...
Hi :wave: it would be cool if specifying multiple architectures in an ArangoDeployment `spec.architecture` would result in multiple nodeAffinity entries on the pod specs: in the original implementation there was...
We are trying to stop the dc2dc synchronisation (sync enabled flag on the arango deployment resource) on the outgoing side without success. We already stopped (aborted) the replication between the...