-
Notifications
You must be signed in to change notification settings - Fork 185
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
Pods, Stateful sets and Daemon sets not running #72
Comments
Update 1So after doing some tests I got a different output but still not every node is running correctly. I though that the pods don't run because in the Stateful set there isn't specified a storage class but that's not the problem.
After this I simply run the installation, again, and this time I got different errors: Those are the description of the namenode 0 and 1
I really don' t know how to solve this problem. Can someone help me about this? |
I'm on Kubernetes v1.15.3 and also facing similar issue. I am doing the same setup as mentioned in the readme, except I change the space taken by namenodes and few others to a lesser value. This here is the log for my namenode-0 pod which is the first one to go into Any solutions so far? |
Hi. I'm sorry but I didn't solve this problem and I'm not looking at it because I'm working on a different project right now. |
Still facing the same problome here ; any one to help 😔 |
Introduction
I was simply trying to run all the charts, like how is explained in the readme file. but every time I try to do it I always get some errors.
Tools
Before I show what errors I get, I want to let you all know what tools I'm using:
I have everything installed on my computer which runs Ubuntu 18.04.2 LTS on an HDD with a memory of more than 500GB.
Execution
In this section there are the commands I execute for run the charts.
First I create a new virtual machine with minikube.
I didn't include the first 2 helm commands, exaplined in the readme file, because those both didn't give me any errors.
When I execute this command it shows the first error.
To solve this problem I had to run this command and wait for few minutes before I can run the previous command again.
$ helm init
Now here is where I'm always stuck. Everytime there are some elements that won't run.
Here are the links where you can see the errors I get
Daemon Set errors
Pods errors
Stateful sets errors
Guessing one error
I think that one of those errors is given because it isn't specified the storage class in the stateful sets.
How can I solve those errors?
Have a nice day everyone.
The text was updated successfully, but these errors were encountered: