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 -}}