-
Notifications
You must be signed in to change notification settings - Fork 66
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
Adding galera packages and exposing ports #67
Conversation
Can one of the admins verify this patch? |
3 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Why [test] [test-openshift] |
@omron93 I was testing with this earlier maybe it was left over. I don't need it let me remove it. I did this PR to get a feel if its going to be accepted. I can update the other Dockerfiles as well. |
@omron93 I am wrong we need which...
|
This PR adds the necessary package and exposes the ports required to run Galera. Testing was done in this repository: https://github.com/jcpowermac/mariadb-ha-poc/blob/master/Dockerfile
95eb97c
to
b47f7d7
Compare
I'm fine with doing these changes as a first step for having the galera replication ready, although I imagine that there should also be something more in the future -- scripts that would set up galera replication similarly to the master/slave replication and the only thing a user would need to do would be setting 'MYSQL_CLUSTER_NODES' (done probably automatically in k8s environment). I've already worked on this a bit previously, but did not really made it a good enough for even a PR: Anyway, there is also a package That said, @jcpowermac, do you already have some experiences locally with using this mariadb image together with the galera? |
[test] |
@hhorak hmm the tools though might be useful right? So my use case is purely openshift/kube. My scripts are here: https://github.com/jcpowermac/mariadb-ha-poc |
imho the branches don't appear to be conflicting... any reason both use-cases couldn't be supported? |
Can one of the admins verify this patch? |
@hhorak what can we do to get this PR moving? |
Can one of the admins verify this patch? |
This PR adds the necessary package and exposes the ports required to run Galera.
Resolves #65
Testing was done in this repository:
https://github.com/jcpowermac/mariadb-ha-poc/blob/master/Dockerfile