Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

ERROR: epmd error for host imp20rabbit-0.imp20rabbit-discovery.atom-test.svc.cluster.imp: nxdomain (non-existing domain) #13

Description

@cuijxin

Hi, When I deploy the cr on my kubernetes cluster, I got the error "epmd error...", and I have deploy the operator done, and the status is running.

➜  deploy git:(master) ✗ kubectl get po -n atom-test
NAME                                 READY   STATUS    RESTARTS   AGE
rabbitmq-operator-76c59cf54b-krkbj   1/1     Running   0          65m

Then, I deploy the rabbitmq cr use:

➜  deploy git:(master) ✗ kubectl apply -f crds/rabbitmq_v1_rabbitmq_cr.yaml -n atom-test
rabbitmq.rabbitmq.improvado.io/imp20rabbit created

but, the result is terrible:

➜  deploy git:(master) ✗ kubectl get po -n atom-test
NAME                                 READY   STATUS             RESTARTS   AGE
imp20rabbit-0                        1/2     CrashLoopBackOff   3          2m17s
imp20rabbit-1                        0/2     Pending            0          15s
rabbitmq-operator-76c59cf54b-krkbj   1/1     Running            0          69m
➜  deploy git:(master) ✗ kubectl get pvc -n atom-test
NAME                        STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE
rabbit-data-imp20rabbit-0   Bound    pvc-8d546809-d43b-11e9-a67a-00163e088669   1Gi        RWO            standard       2m25s
rabbit-data-imp20rabbit-1   Bound    pvc-d609523a-d43b-11e9-a67a-00163e088669   1Gi        RWO            standard       23s
➜  deploy git:(master) ✗ kubectl get po -n atom-test
NAME                                 READY   STATUS             RESTARTS   AGE
imp20rabbit-0                        1/2     CrashLoopBackOff   3          2m37s
imp20rabbit-1                        0/2     Init:0/1           0          35s
rabbitmq-operator-76c59cf54b-krkbj   1/1     Running            0          70m

What does the error mean, and how can I resolve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions