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

To reproduce: - Create an ArangoDeployment without any sidecars - Wait for it to run - Then modify the ArangoDeployment, adding a sidecar Expected result: - The pods are rotated...

1 Bug
Oasis

![image](https://user-images.githubusercontent.com/29368695/84372512-cb162580-ac0d-11ea-9c75-3e18cacb42d0.png) I can not find `kube-arangodb-storage.tgz` file. `https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-storage.tgz` return 404!!!!

Im attempting to run a linux container in Docker For Windows with a kubernetes arango cluster. It starts up but gets stuck in an endless loop of the agents starting...

It would be great if the ArangoDB operator was able to perform its operations across multiple namespaces rather than just the one it is currently deployed to. This would allow...

1 Feature

Will arangodb operator support pod lifecycle like preStop and postStart in coming release? I see now operator supports readinessProbe and livenessProbe. It will be great if additional support on pod...

Problem: Volumes are not mounted because kubelet claims that a local path does not exists (which is does). Since rancher is running kubelet in a container, I expect that this...

Hello, I found this problem with version 3.6.2 on Kubernetes when subquery contain PRUNE and use an external variable. Query: AQL: missing variable #11 (iqn4vyso) for node #88 (SubqueryNode) while...

I have specified some resource requests and limits for each of the components in my ArangoDeployment yaml definition, however those requests are not reflected in the actual DB cluster pods....

It seems that the self-signed certificates created for the Storage and Deployment operators (but strangely, not the database itself) are not compatible with MacOS Catalina. The errors are identical to...

Hi, I am working on deploying ArangoDB on our OpenShift cluster and everything looks great up to the point where I try to create a database at which point I...