Joe Siponen
Joe Siponen
It seems I was needing the same thing here: https://github.com/reactive-tech/kubegres/issues/88#issuecomment-1040351243
@loxy This was asked in #108 and @alex-arica mentioned then: > The development of Kubegres will resume in June 2022. Until then I am extremely busy with the development of...
The old master is not up and running? In that case the cluster is not in a healthy state and promotePod likely requires the cluster to be healthy as it...
If a node goes down in an ”unscheduled” manner do I need to do some housekeeping wrt to any persistent volumes with left-over data? It would however be great if...
Why would I want to get them back @anthonator? Because I would like to think that a system should be returned to its ”normal” state as soon as possible after...
> If you are doing some maintenance on the Kubernetes nodes, it is possible to disable the automatic failover process of Kubegres by setting the property 'spec.failover.isDisabled = true' Can...
> Can I still promote a pod in kubegres by setting `spec.failover.promotePod` if `spec.failover.isDisabled`? Or do I need to exec bash on the master pod and run postgres commands to...
My kubegres-controller-manager logs provides an answer: ``` 2022-02-15T15:10:40.380Z INFO controllers.Kubegres We need to deploy additional Replica(s) because the number of Replicas deployed is less than the number of required Replicas...
Since I was initially able to deploy 3 replicas even with `spec.failover.isDisabled=true` I was thinking that I could get back to that state again even after the pod was evicted....
I also tried to scale replicas to 1 and then back to 3 again. When I scaled to 1 replica: * postgres-db-2-0 (primary) on node-1 was kept * postgres-db-3-0 (replica)...