Skip to content

RabbitMQ cluster in microk8s #5094

Answered by ChunyiLyu
aleRizzolo asked this question in Questions
Discussion options

You must be logged in to vote

Hi @aleRizzolo, I've never used microk8s before, but when you create a RabbitmqCluster, the Cluster Operator creates a statefulSet which will create PersistentVolumeClaims. There is no need to preemptive create PV yourself. I would suggest: try to create a RabbitmqCluster again (no need to create a PV for it yourself), and if pod is still stuck at pending due to persistent volume error, you can double check the PersistentVolumeClaims by kubectl get pvc and the corresponding PVC will follow a name pattern of persistence-RMQNAME-server-PODNUMBER. If you have further questions, please also include the version of Cluster operator you're using.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aleRizzolo
Comment options

@ChunyiLyu
Comment options

@aleRizzolo
Comment options

Answer selected by aleRizzolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants