-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1478 - ERROR_CLUSTER_BACKEND_UNAVAILABLE #47
Comments
Hi, |
I did have a look at it but the doc itself said not ready for production
use so that ruled it out.
…On Fri, 27 Apr 2018, 17:16 Wilfried Goesgens, ***@***.***> wrote:
Hi,
did you already try https://github.com/arangodb/kube-arangodb ?
https://arangodb.com/2018/03/arangodb-operator-kubernetes-stateful-cluster-deployments/
has the details on how to work with it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ1EQBNVjNcLavHJurCgUI_sGsaEtCejks5tswwZgaJpZM4TqM6M>
.
|
I guess then you should switch to DC/OS instead. |
Is this a known bug ? |
Hi, If you don't want to use DC/OS the next supported way is using the ArangoDB Starter to orchestrate your docker containers to form and maintain a cluster. Kubernetes support as you read it is implementation ready as far as running a cluster. It can also up/downscale the cluster. It should handle forming and running the cluster well. It handles all the pods that should be available, their storage and networking needs. The error DB-Servers may suffer from exhausting their I/O bandwith, which may lead to running out of Burst-credits on AWS. This may be resolveable by adding local SSDs or adding more RAM to them. |
Hi, I've opened an issue for the OpenShift cluster deployment. Is there any other workaround for cluster as of now? Appreciate any helps. |
Hi, Thus I can't recommend using openshift. |
@dothebart Agree, that OpenShift is different from any other cluster. But in our company, we are using only OpenShift. 😞 Please let me know if there's any progress on OpenShift ArangoDB |
@ewoutp and @neunhoef have worked to get openshift working. You should now be able to run this docker container directly or via kube-arangodb as stated in arangodb/kube-arangodb#128 - closing this issue. |
I am running arangodb cluster on kubernetes on AWS. One error frequently occurs in the cluster that does not get solved unless all of the pods are restarted. The error message is
1478 - ERROR_CLUSTER_BACKEND_UNAVAILABLE
. We have not been able to reproduce the error to get to the cause of the error.The text was updated successfully, but these errors were encountered: