while doing installation using helm charts getting status failed with a message ,failed to apply deployment .
Also i had tried with various version of HiveMQ from helm chart and still getting the same issue .
while doing installation using helm charts getting status failed with a message ,failed to apply deployment .
Also i had tried with various version of HiveMQ from helm chart and still getting the same issue .
Hello @bismay,
Welcome to the HiveMQ community forum.
Can you please help with the following details to take a look?
Kubernetes version used for deploying hivemq
Output of following commands
helm list -n <namespace>
kubectl get all -n <namespace>
In case, pods are stuck with the status pending
or error
kubectl describe pod <pod name> -n
your custom values.yaml
Regards,
Sheetal from HiveMQ team
Hi HiveMQ,
Can you provide the resource details of GKE cluster for creation of hiveMQ in both staging and production ( minimum requirement for cluster creation and custom values used)
pods are not created. below error i was getting .
does not have minimum availability
3.4. kubectl get all -n -
waiting for reply
Hello @bismay
Thank you for sharing the details. From the output of kubectl get all
command, we see that hivemq pods are stuck with Pending
status.
You can check the events of any of the hivemq pods which can help why it is stuck in Pending
.
kubectl describe pod <pod-name>
Please share the output of this command with us to take a look.
Also, make sure you have enough resources to setup 3 node cluster( in your case. 12 CPU’s and 12GB RAM). the minimum hardware requirements per node for HiveMQ broker to run as follow,
Regards,
Sheetal from HiveMQ team
Hello,
Helm deployment is not succeeding in kubernetes, what are the best way to make it work ?
Hello @kaushal
Welcome to the HiveMQ community forum.
To troubleshoot and resolve a failed Helm deployment of HiveMQ in Kubernetes, follow these best practices:
values.yaml
file for correct configurations such as resource requests, limits, and storage settings.kubectl logs <pod-name>
. Pay attention to errors related to network, storage, or configuration.kubectl describe pod <pod-name>
or kubectl get events
.Following these steps should help identify and resolve the issues causing the Helm deployment to fail.
We suggest following our documentation for the successful deployment of HiveMQ using Legacy or new platform operator.
In case you need help. Feel free to reach us back with sharing steps to reproduce(exact commands), values.yaml and error details.
Kind regards,
Sheetal from HiveMQ Team