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

according to this: https://helm.sh/docs/topics/chart_repository/ all you need to do is have an updated `index.yaml` file with all releases defined in it, and t can be anywhere from a static server...

The operator starts all its server pod with the `RestartPolicy` set to `Never`. This causes ArgoCD to fail to report it as running. https://github.com/arangodb/kube-arangodb/blob/13f3e2a09b4c6c08f050efffc364d498b1293dcf/pkg/util/k8sutil/pods.go#L433 Can this be changed to Always...

The CRD `arangomember` is deployed by both charts: kube-arangodb and kube-arangodb-crd => the last chart wins I would suggest that only the chart `kube-arangodb-crd` create CRDs.

The topology key as set in this code (https://github.com/arangodb/kube-arangodb/blob/master/pkg/util/k8sutil/affinity.go) is hardcoded to use the label `kubernetes.io/hostname`. It would be good to be able to have the option to set the...

I'm trying to delete a namespace in its entirety, however the arangodb resource finalizers are preventing that. Say I have a namespace called `example`. Now say there is an ArangoDeployment...

Team Clifton
2 - Working

_Summary_ To start, this is inconsistent in the way that it works. Sometimes it will work, other times, it doesn't even though the log output in the deployment operator looks...

1 Bug

Hello, We process resources isolation betweens namespaces, and use differents namespaces for services. What's the best practice ? I've tried to have an `arangodb` namespace with operators & crd, and...

Hi, I am trying to deploying ArngoDB cluster in our own kubernetes cluster. I have successfully added the CRDs to our cluster. Using the following command from helm 2.17 template...

Hi, I've defined an ingress for the web service. I'm using nginx as the ingress controller. ``` --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: arango-ingress namespace: default annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"...

Dear kube aranogdb team, Our cluster is using the active failover mode. But there has been an issue when upgrading from 3.6.5 to 3.7.3. Here are some details * Our...