RabbitMQ on Kubernetes kubernetes.default.svc.cluster.local tls qlert

9/17/2019

I am about to install RabbitMQ image 3.7.17-debian-9-r37 on a Kubernetes cluster 1.15 using Helm charts. While starting the RabbitMQ container I see the following error:

Failed to get nodes from k8s - 
{failed_connect, [{to_address, {"kubernetes.default.svc.cluster.local",443}},{inet,[inet],{tls_alert,{internal_error, "received CLIENT ALERT: Fatal - Internal Error - {unexpected_error...

It looks like something is wrong with TLS, but I am not sure what exactly. Can anybody help understand the problem?

Thank you.

-- Jonh Dow
kubernetes
kubernetes-helm
rabbitmq
ssl

1 Answer

9/20/2019

I have made some research and found this bug which is what you are currently experiencing.

Current fix versions are:

Fix Version/s: 21.3.8.5, 22.0.4

You can find Debian packages with fixed versions available here.

Please let me know if that helped.

-- OhHiMark
Source: StackOverflow