Issue with k8s and IPv6 environment #6820
Replies: 2 comments 3 replies
-
Please note that I edited your question to use GitHub's This command fails:
Since that fails, it means that DNS resolution for short node names (names like It looks like the full host name is
You should start by fixing your search domains so that the |
Beta Was this translation helpful? Give feedback.
-
The workaround works:
|
Beta Was this translation helpful? Give feedback.
-
Original discussion here: https://groups.google.com/g/rabbitmq-users/c/6RJ0XOq7Pug
I want to verify that rabbimq works properly on ipv6 network protocol stack.
I'm k8s v1.23.8 deployed rabbimq cluster operator (https://github.com/rabbitmq/cluster-operator/releases/tag/v2.1.0),
Then deploy rabbitmq:3.10.2-management, which is the default for operator.
By default rabbitmq works properly
I checked the rabbitmq configuration and the DNS related configuration as follows
The second verification is that the /etc/rabbitmq-erl_inetrc file is added to the image,
but is not configured to enable ipv6
rabbitmq will also work, and the rest of the configuration is the same as before
The third verification is that you are adding the
/etc/rabbitmq-erl_inetrc
file to the image and enabling ipv6In this case, rabbitmq does not work properly. The rabbitmq logs are as follows:
What is the problem and how should I solve it? Or what verification do I need to do
Beta Was this translation helpful? Give feedback.
All reactions