Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
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.
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
andpostgres-2-0
remains untouched.