I am trying to deploy percona xtradb cluster using k8s operator in IPv6 environment. I hit some issues while deploying it. Does percona xtradb cluster support IPv6 or is it still in roadmap?
Please be more specific with your issues. What do the error logs say? Why do you think this is an ipv6 issue? Did you copy all the SSL certificates to the nodes? What is your config?
There is no placeholder to define the cluster is IPv6 in CR. So, I updated the config section with bind address and gmcast listen address to listen on v6 addresses. But the config generated in mysql/node.cnf does not have ‘[ ]’ around IPv6 addresses, SST fails while trying to use IPv6 and port combined without ‘[ ]’. So I there is no handling for IPv6 addresses. Can you share the procedure if you have tested with IPv6?