Closed rally25rs closed 4 years ago
I think this might be a duplicate of https://github.com/helm/charts/issues/14893 It's probably using the pwd from the previous helm deploy. What a pain 😞
It might be a good idea to put something in the chart's README noting that once this is deployed once with Helm, deleting and redeploying will result in a broken deployment unless you delete the PVC or are using a specific password instead of a generated one.
I can imagine a lot of people will run into this issue...
Thanks for the feedback, @rally25rs. Where would you have expected to see that note in the README? Would you like to open a PR including the note? I guess it can be placed under this section: https://github.com/bitnami/charts/tree/master/upstreamed/rabbitmq#persistence
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Which chart:
rabbitmq chart installed from a Helm
requirements.yaml
:actual chart version in
requirements.lock
:Description
With a basic configuration and metrics enabled, metrics errors with
Steps to reproduce the issue:
Grab the helm
requirements.yaml
content from above. Invalues.yaml
I am only setting:Describe the results you received:
I went and checked on my running pods in AWS EKS and noticed that the Rabbitmq pod had 90 restarts after 7h55m of age (so every 5-6 min).
Investigating the logs, I am seeing from
rabbitmq
container:This repeats about every 5min (This particular container ran from
23:17:18
to23:22:09
) as a new container is started.Inspecting the
metrics
container within the pod, I see:If I do a
kubectl describe
on the pod, I see the events:Describe the results you expected:
I would expect the metrics to work (maybe it isn't using the generated credentials?) and the pod to not restart every 5 min
Additional information you deem important (e.g. issue happens only occasionally):
I'm not sure if a 5 minute restart is "normal" or if this is 2 issues: the restart, and metrics using invalid credentials.
There is 0 load on rabbit and no clients have connected. The helm chart was just deployed and no other services are connecting to it.
Version of Helm and Kubernetes:
helm version
:kubectl version
: