-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
I'm having some problems with MYSQL 8 #742
Comments
I can't pull images when the tag is |
This may have something to do with your storage, what is your |
@cndoit18 Hi
It works perfectly fine after just modifying |
Can you provide the |
Sorry about delay @cndoit18 . Yaml is here. statefulset Yamlmysqlversion 8
|
Hi, I see that the storage here is using emptyDir, you can use |
HI @cndoit18.Thanks for your reply.
It will also run normally. So I'm guessing some setting in another container is causing |
percona 8.0 create mysql user with id 1001
mysql-operator-sidecar-8.0 create user mysql with uid 999 , so mysqld will run as non mysql account. |
what is the solution to the problem? build your own mysql image? |
I'm using this and it is failing.
|
I want to start a mysql8 cluster.
But the following error occurred. Use
kubectl logs <podName> -c mysql
:I am using the latest master branch code in https://github.com/bitpoke/mysql-operator/tree/master/deploy/charts
And I only changed the following
deploy/charts/mysql-operator/values.yaml
deploy/charts/mysql-cluster/values.yaml
Is there something wrong with the way I use it?
The text was updated successfully, but these errors were encountered: