/
HiveMQ platform operator pod fails to start
HiveMQ platform operator pod fails to start
Problem
When attempting to deploy the HiveMQ Platform Operator with default values, you may encounter a failure where the operator’s pod continuously retries to restart.
Solution
Starting from Platform Operator version 1.1.0, there has been a slight increase in the memory requirements for the operator. To resolve this issue, you need to allocate more resources to the operator pod.
Update the operator.yaml
file with the following resource specifications: Full values.yaml
resources:
cpu: "1024m"
memory: "1024M"
Adjusting these values should provide the necessary resources for the operator pod to start successfully and run without issues.
Example Helm command
helm upgrade my-operator --install hivemq/hivemq-platform-operator --set resources.cpu=1024m --set resources.memory=1024M
Related articles
, multiple selections available,
Related content
Configuring the HiveMQ Platform for One Pod per Kubernetes Node
Configuring the HiveMQ Platform for One Pod per Kubernetes Node
More like this
Overriding HiveMQ's Config.xml with HiveMQ Platform Operator
Overriding HiveMQ's Config.xml with HiveMQ Platform Operator
More like this
"hivemq" service fails during restart on RedHat Enterprise Linux 8
"hivemq" service fails during restart on RedHat Enterprise Linux 8
More like this
How to Configure Pod Anti-Affinity for HiveMQ Platform (new) on Kubernetes
How to Configure Pod Anti-Affinity for HiveMQ Platform (new) on Kubernetes
More like this
Sanity checks take a long time during HiveMQ startup
Sanity checks take a long time during HiveMQ startup
More like this