简体   繁体   中英

Rabbitmq Cluster configuration in Google Kubernetes Engine

I have installed krew and installed rabbitmq-plugin using the same. Using the kubectl rabbitmq -n create instance --image=custom-image:v1 command created a rabbitmq stateful set in my google kubernetes engine cluster.

The deployment was successful, but now when I try to update the stateful set with new image custom-image:v2, it is not getting rolled out.

Can someone help me here ?

Thanks & Regards, Robin

Normally if you check the statefulSet events you will get a hint on what's going on wrongly. Usually, if the previous version was running, v2 is not reachable or can't be deployed.

kubectl describe statefulset <statefulSet-name> -n <namespace> 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM