kube-arangodb
kube-arangodb copied to clipboard
ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
Thanks for your work on this operator, and on Arango as a whole. I propose a POC set of (breaking) changes which enable operator builds using helm3. They also remove...
Custom storage can have issues, and it would be useful to be able to tell when arangodb containers need to be restarted, such as when the storage is remounted read-only...
### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...
Hi team, I plan to use the kube-arangodb project in production in my company but I want to add hpa on it. I didn't find an official doc that's says...
There's no way to define node tolerations to be picked up by the `storage` operator in the `ArangoLocalStorage` CRD. I feel like I should provide more information, but I really...
The kustomize manifests all seem to include a label `app.kubernetes.io/managed-by: Tiller`. This is presumably an artifact of using helm to generate them. This should probably be removed or changed to...
I'm trying to delete the arango crd using kubectl delete, but it is stuck at "CustomResource deletion is in progress". I've already deleted all other arango resources in the cluster...
"automountServiceAccountToken: false" But after applying it on your ArangoDB deployment the pods were crashed
The current tagging approach doesn't allow me to specify tagged version of kube-arangodb if I want to use it in my Go project. Tags in the form `1.2.4` are not...
Hi, is there a official helm repository for the helm charts or any work in progress? would be extemly useful for gitops based CI systems. (otherwise i have to download...