postgres-operator/pkg/cluster
Oleksii Kliukin a26d16999a Add patroni_use_kubernetes parameter.
Add a dedicated parameter to enable support for Kubernetes in Patroni
instead of relying on a legacy hack of setting etcd_host to an empty
string. The latter still works, however, it will show a warning, nudging
users to change to the new parameter.

For the sake of not breaking existing non-Kubernetes setups,
patroni_use_kubernetes has not effect if etcd_host is set to a non-empty
value.
2018-05-24 17:07:29 +02:00
..
cluster.go Add patroni_use_kubernetes parameter. 2018-05-24 17:07:29 +02:00
cluster_test.go Improve the pod moving behavior during the Kubernetes cluster upgrade. (#281) 2018-05-03 10:20:24 +02:00
exec.go return idle status when worker has nothing to do 2017-10-11 15:42:20 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go Add patroni_use_kubernetes parameter. 2018-05-24 17:07:29 +02:00
k8sres_test.go Deprecate old LB options, fix endpoint sync. (#287) 2018-05-15 15:19:18 +02:00
pg.go Some improvements for golint, ineffassign and misspell 2018-02-19 17:46:31 +01:00
pod.go Fix a crash on node migration. 2018-05-24 11:05:19 +02:00
resources.go Address code review by @zerg-junior 2018-05-15 16:50:03 +02:00
sync.go Sync persistent volumes before statefulsets. (#293) 2018-05-18 12:01:43 +02:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Add patroni_use_kubernetes parameter. 2018-05-24 17:07:29 +02:00
volumes.go Be lenient when asked to shrink a persisten volume. 2018-05-24 11:17:42 +02:00