-
Notifications
You must be signed in to change notification settings - Fork 71
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
OpenShift: No DB is getting deployed #128
Comments
From the logs, it looks that either the kubernetes cluster is not happy (log shows several connection errors to the apiserver). |
We've tried running kube-arangodb on minishift. We'll investigate further and keep this issue open. |
@ewoutp Agreed! Because by default, all containers within OpenShift are blocked from “RunAsAny”, basically that they are not allowed to use a root user within the container.
I will test in OpenShift v3.9 (k8s 1.9) may be. |
Hi @ewoutp do we have any guesstimated date for the OpenShift deployment? That would be more helpful for us. |
Any updates on this? |
We've found some issues with the standard docker image (arangodb/arangodb:). |
nice, let me try with the latest image @ewoutp |
Progress is being made, see #144 |
With arangodb 3.3.10 & the latest operator (in master branch) this should be solved. |
Thanks, @ewoutp The DB is getting deployed successfully. But couldn't run the foxx UI. I am trying to deploy the
getting thie below statement in the logs.
|
Sorry, it worked with the route and port together. Thanks @ewoutp ! |
So I followed the guide for deploying ArangoDB in the OpenShift Cluster. The
CRD
and thearango-deployment-operator
has been created. When I ran thesingle-server
deployment command, nothing happened in the cluster. But theCLI
on the terminal shows its created.Upon running the
kubectl describe ArangoDeployment single-server
command, it gives me the below output.followed by running the below command
gives
No Resources found
. Because nothing is created. Also interestingly the logs from thearango-deployment-operator
prints the following as attached in the below log file.arango-deployment-operator-1812060196-27kbj.log
version:
OpenShift: 3.7
Kubernetes: 1.7
The text was updated successfully, but these errors were encountered: