Cluster information:
Kubernetes version: 1.18
Cloud being used: bare metal
Installation method: kubespray
Host OS: Fedora
I have been trying to install the rabbitmq using a helm chart.
I used the following commands and files:
helm install rabbitmqdes bitnami/rabbitmq --values=values.yaml my
I am not using the cluster.local as default, then my values.yaml file has:
clusterDomain: mydomain
I did too, to check :
kubectl exec -i -t dnsutils – cat /etc/resolv.conf
nameserver 139.244.5.13
search default.svc.cluster.mydomain svc.cluster.mydomain cluster.mydomain
Someone has any tip how can I solve this problem?
Thanks