kube-arangodb icon indicating copy to clipboard operation
kube-arangodb copied to clipboard

ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min

Results 129 kube-arangodb issues
Sort by recently updated
recently updated
newest added

The original value is not working.

We are using ArgoCD to manage both the kube-arangodb operator install as well as a number of ArangoDB deployment objects. I noticed today that some backups that are being scheduled...

How do I configure using custom pvc as data storage? Can you give an example?

Hi, What i don't understand for this approach is this: How can i restore a namespace including a arangodb operator + arangodeployment if every time an arangodeployment CR is created...

cri-o in this issue: https://github.com/cri-o/cri-o/pull/7149 changed its way of imageID generation and it was released in 1.28.0 version 1.27.x ```go - containerID: cri-o://0176720042c54860c1318c9b5f8aa309ddf800c50c098b4dd197c530d062644f image: docker.io/arangodb/kube-arangodb:1.2.35 imageID: docker.io/arangodb/kube-arangodb@sha256:04b9d9c13fc6fe44ba487c97a4b156776d1f3d168161b2c18cfce51f0704963e ``` 1.28.x ```go...

To run the operator in PSA restricted mode it needs to define 'securityContext.seccompProfile.type' and set this to either "Localhost" or "RuntimeDefault". Is it possible to add an option for this...

I have installed kube-arango through helm after that i can see deployment but ArangoDeployment not there. Also i am not able to config jwtSecretName=None as ArangoDeployment not there. Kindly assist....