Replies: 11 comments 2 replies
-
Can you share full logs from the startup? |
Beta Was this translation helpful? Give feedback.
-
I used the bitnami helm chart according to the official documenation |
Beta Was this translation helpful? Give feedback.
-
You can use the field The There's only one gotcha, you have to use an image tag with the |
Beta Was this translation helpful? Give feedback.
-
Ok, I've updated:
$ kubectl logs rabbitmq-server-0
|
Beta Was this translation helpful? Give feedback.
-
The error Is there a difference in DNS configuration for your "spot" instances? This link is related. If you are using CoreDNS, you may have to reduce its cache timeout value. |
Beta Was this translation helpful? Give feedback.
-
I've run another pod with tools in the same namespace and checked connections to redis and to rabbit:
but when I try to access rabbitmq:
So you can see that the domain name format is the same, but it can't connect. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I've added this plugin to a list of plugins:
but it didn't help |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
no, it's all inside AWS EKS |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When I add affinity and tolerations sections into my rabbitmq cluster definition service fails with log:
if I remove both sections - everything works perfectly, but how can you notice, I show you logs of a pod, it means that the pod itself was able to start, so there is no issue with affinity and tolerations on Kubernetes level(I also copied sections from another application, that works successfully).
To Reproduce
Steps to reproduce the behavior:
add label spotInstance=true
add taint
Expected behavior
The application(rabbitmq pod) just has to launch as it was without affinity and tolerations.
Version and environment information
Beta Was this translation helpful? Give feedback.
All reactions