postgres-operator/pkg/cluster
Oleksii Kliukin 4457ce4e47 Replace the statefulset if it cannot be updated. (#18)
Updates to statefulset spec for fields other than 'replicas' and
containers' are forbidden. However, it is possible to delete the old
statefulset without deleting its pods and create the new one, using the
changed specs. The new statefulset shall pick up the orphaned pods.

Change the statefulset's comparison to return the combined effect of
all checks, not just the first non-matching field.
2017-05-17 11:28:21 +02:00
..
cluster.go Replace the statefulset if it cannot be updated. (#18) 2017-05-17 11:28:21 +02:00
k8sres.go Replace the statefulset if it cannot be updated. (#18) 2017-05-17 11:28:21 +02:00
pg.go go fmt run 2017-05-12 17:48:25 +02:00
pod.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00
resources.go Replace the statefulset if it cannot be updated. (#18) 2017-05-17 11:28:21 +02:00
sync.go Replace the statefulset if it cannot be updated. (#18) 2017-05-17 11:28:21 +02:00
util.go replace github.bus.zalan.do with github.cm/zalando-incubator 2017-05-12 11:50:16 +02:00