postgres-operator/pkg/cluster
Oleksii Kliukin 1c4bce86df Avoid "bulk-comparing" pod resources during sync. (#109)
* Avoid "bulk-comparing" pod resources during sync.

First attempt to fix bogus restarts due to the reported mismatch
of container resources where one of the resources is an empty struct,
while the other has all fields set to nil.

In addition, add an ability to set limits and requests per pod, as well as the operator-level defaults.
2017-05-12 11:41:35 +02:00
..
cluster.go Avoid "bulk-comparing" pod resources during sync. (#109) 2017-05-12 11:41:35 +02:00
k8sres.go Avoid "bulk-comparing" pod resources during sync. (#109) 2017-05-12 11:41:35 +02:00
pg.go Feature/infrastructure roles (#91) 2017-05-12 11:41:33 +02:00
pod.go Do not create roles if cluster is masterless 2017-05-12 11:41:34 +02:00
resources.go Use PATCH while updating Services and StatefulSets 2017-05-12 11:41:34 +02:00
sync.go Do not create roles if cluster is masterless 2017-05-12 11:41:34 +02:00
util.go Use PATCH while updating Services and StatefulSets 2017-05-12 11:41:34 +02:00