Vernemq version 'micwy/vernemq:1.12.5-alpine' failed to deploy in kubernetes via helm installation

I am trying to deploy vernemq custom build of version ‘‘micwy/vernemq:1.12.5-alpine’’.
Below error is thrown during deployment

'Permissions ok: Our pod vernemq-0 belongs to StatefulSet vernemq with 1 replicas
Error relocating /vernemq/erts-12.3.1/bin/beam.smp: _ZSt28__throw_bad_array_new_lengthv: symbol not found
Error relocating /vernemq/erts-12.3.1/bin/beam.smp: pthread_getname_np: symbol not found
Error generating config with cuttlefish
run vernemq config generate -l debug for more information.

I am refering to this for deployment ‘Docker

Values.yaml configuration:

image:
repository: registry1-docker-io.repo.lab.pl.alcatel-lucent.com/micwy/vernemq
tag: 1.12.5-alpine
pullPolicy: IfNotPresent

Role.yaml file configuration:

rules:

  • apiGroups: [“”] # “” indicates the core API group
    resources: [“pods”]
    verbs: [“get”, “watch”, “list”]
  • apiGroups: [“apps”] # “” indicates the core API group
    resources: [“statefulsets”]
    verbs: [“get”, “watch”, “list”]
    {{- end -}}
1 Like

@Shashikirana Thanks, this is a third-party Docker image set up to not pay subscriptions for the official image.

For support, you might want to inquire with them.

1 Like