You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create the galera cluster it will have a gcomm address hardcoded to the replicas at the deployment time.
when you add more replicas ou scale down, this address will be static.
What is the feature you are proposing to solve the problem?
i wanted to suggest for the gcomm address to be changed to the headless service, instead of hard-coding every replica (at the install) in the env ,
not sure if this is recommended, i'd like to hear some thoughts
in some installs i had changed to "gcomm://mariadb-galera-headless.namespace.svc.cluster.local"
querying the address return every instance and the galeras seem to work a little better when scaling up and down
I have no name!@mariadb-galera-0:/$ getent hosts mariadb-galera-headless.namespace.svc.cluster.local
10.42.2.121 mariadb-galera-headless.namespace.svc.cluster.local
10.42.3.251 mariadb-galera-headless.namespace.svc.cluster.local
10.42.1.18 mariadb-galera-headless.namespace.svc.cluster.local
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
javsalgar
changed the title
mariadb galera, use the headless service as the gcomm address?
[bitnami/mariadb-galera] Use the headless service as the gcomm address?
Nov 29, 2024
Name and Version
bitnami/mariadb-galera
What is the problem this feature will solve?
When you create the galera cluster it will have a gcomm address hardcoded to the replicas at the deployment time.
when you add more replicas ou scale down, this address will be static.
What is the feature you are proposing to solve the problem?
i wanted to suggest for the gcomm address to be changed to the headless service, instead of hard-coding every replica (at the install) in the env ,
not sure if this is recommended, i'd like to hear some thoughts
in some installs i had changed to "gcomm://mariadb-galera-headless.namespace.svc.cluster.local"
querying the address return every instance and the galeras seem to work a little better when scaling up and down
I have no name!@mariadb-galera-0:/$ getent hosts mariadb-galera-headless.namespace.svc.cluster.local 10.42.2.121 mariadb-galera-headless.namespace.svc.cluster.local 10.42.3.251 mariadb-galera-headless.namespace.svc.cluster.local 10.42.1.18 mariadb-galera-headless.namespace.svc.cluster.local
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: