postgres-operator/pkg/cluster
Georg Kunz 47dd766fa7 Add node toleration config to PodSpec (#151)
* Add node toleration config to PodSpec

This allows to taint nodes dedicated to Postgres and prevents other pods from running on these nodes.

* Document taint and toleration setup

And remove setting from default operator ConfigMap

* Allow to overwrite tolerations with Postgres manifest
2017-11-02 19:10:44 +01:00
..
cluster.go Create new databases and change owners of existing ones during sync. (#153) 2017-11-02 17:46:33 +01: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 node toleration config to PodSpec (#151) 2017-11-02 19:10:44 +01:00
pg.go Create new databases and change owners of existing ones during sync. (#153) 2017-11-02 17:46:33 +01:00
pod.go Kube cluster upgrade 2017-10-19 10:49:42 +02:00
resources.go Create new databases and change owners of existing ones during sync. (#153) 2017-11-02 17:46:33 +01:00
sync.go Create new databases and change owners of existing ones during sync. (#153) 2017-11-02 17:46:33 +01:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Kube cluster upgrade 2017-10-19 10:49:42 +02:00
volumes.go Extend diagnostic api with worker status info 2017-10-11 12:26:09 +02:00