-
Notifications
You must be signed in to change notification settings - Fork 250
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
nacosdb-mysql does not want to start: Can't change data directory owner to mysql #262
Comments
I inspected more in detail the issue: the problem is that the mysql container is not able to start due the error: |
Presumably this problem is caused by minikube, you can verify this by deploying nacos separately before deploying TrainTicket. Besides, to deploy TrainTicket on single machine is likely to cause insufficient resources, maybe you can try to build cluster with multiple nodes. |
Have the same issue with using Kind (5 nodes) |
Try changing |
SELINUX is not enabled in my Linux machine. Yes, I’m following exactly that guide, but seems to be incomplete to me. |
I'm not able to deploy the system.
I created a cluaster using minikube, installed correctly openebs but when i try to deploy the system the nacos-mysql pod does not start (CrashLoopBackOff).
Inspecting the log i found this error:
I think that the problem is that the mysql database is listening on the host network and is not accessible from the container.
Infect mysql is on [public_ip]:3306 and not on localhost:3306.
How can i fix this?
The text was updated successfully, but these errors were encountered: