-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
RabbitMq fails when deploying clowder helm chart on an M1 Mac.
RabbitMq keeps restarting. Tried version 7.6 (in clowder helm) and version 12. Both results in the same error as below.
18:38:07.09 INFO ==> ** Starting RabbitMQ setup **
18:38:07.23 INFO ==> Validating settings in RABBITMQ_* env vars..
18:38:07.35 INFO ==> Initializing RabbitMQ...
18:38:07.64 INFO ==> Starting RabbitMQ in background...
/opt/bitnami/scripts/libos.sh: line 193: 110 Aborted "$@" > /dev/null 2>&1
/opt/bitnami/scripts/libos.sh: line 193: 180 Aborted "$@" > /dev/null 2>&1
Steps to reproduce :
- clone clowder-helm repo on local in a Mac M1 machine
helm repo updatehelm install -f values.yaml clowder-helm <path-to-repo> --set commKey=clowderiscool. See the clowder-helm status as "deployed"- Get the status of pods by
kubectl get pods. See that RabbitMq is being restarted multiple times. All extractor pods are in pending status as those depend on the RabbitMq pod. - Get the logs for RabbitMq and see the error.
Tested the same clowder helm chart on Radiant VM and it works.
Metadata
Metadata
Assignees
Labels
No labels