redhat-cop/containers-quickstarts

RabbitMQ liveness probe is failing due to incorrect locale setting

pabrahamsson opened this issue · 1 comments

Status of node rabbit@rabbitmq-2.rabbitmq.rabbitmq-acceptance-4utqy.svc.cluster.local ...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

This causes the liveness probe to fail and pods are being restarted

Hi folks, any update on this bug. We are having the same issue here