reactive-tech / kubegres

Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
https://www.kubegres.io
Apache License 2.0
1.32k stars 74 forks source link

Update the kubegres only effects the last statefulset #185

Open edwardzjl opened 2 months ago

edwardzjl commented 2 months ago

I have a cluster of 3 instances running. When I update the manifests, for example upgrade postgres version from 15.0 to 15.8, then run kubectl apply -f kubegres.yaml, only the last statefulset, postgres-3-0 got updated. postgres-1-0 and postgres-2-0 remains untouched.

alex-arica commented 1 month ago

Could you please share the contents of the YAML ? What is the environment that you used to deploy Kubegres (Kubernetes version, etc...)?