Closed joeywang closed 3 years ago
Thank you for your message.
For that type of situation when there is a maintenance of a Kubernetes cluster, we use what you suggested: 2. switch off failover when node upgrading
.
It is a manual process, so you have to disable the failover feature for your cluster of Postgres. Please see the field failover
in this page which explains how to do so:
https://www.kubegres.io/doc/properties-explained.html
Please let me know if that helps.
I am closing this issue. If you have any question, you can add a message here.
Dear Alex, thanks a lot for you works on kubegres. We are very happy to use this operator in our dev env.
Recently we migrate our PostgreSQL13 to k8s with kubegres. It's easy and straight-forward.
Google really push forward to upgrade the nodes to up-to-date ones. So you can expect the upgrades happen every a few months. So here is what happened:
It's very good to have failover with no disruption to the customers. But it's just that the swithing happened twice.
So my thoughts on this:
Please feel free to give any suggestions on this.
Thank you.