Skip to content

Bitnami rabbitmq chart not working in M1 mac #10

@minump

Description

@minump

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 :

  1. clone clowder-helm repo on local in a Mac M1 machine
  2. helm repo update
  3. helm install -f values.yaml clowder-helm <path-to-repo> --set commKey=clowderiscool . See the clowder-helm status as "deployed"
  4. 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.
  5. Get the logs for RabbitMq and see the error.

Tested the same clowder helm chart on Radiant VM and it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions