-
- Downloads
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.
Showing
- pkg/cluster/cluster.go 1 addition, 1 deletionpkg/cluster/cluster.go
- pkg/cluster/k8sres.go 1 addition, 1 deletionpkg/cluster/k8sres.go
- pkg/cluster/util.go 0 additions, 4 deletionspkg/cluster/util.go
- pkg/controller/controller.go 15 additions, 0 deletionspkg/controller/controller.go
- pkg/util/config/config.go 4 additions, 3 deletionspkg/util/config/config.go
Loading
Please register or sign in to comment