You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: