Sergii Kauk

Results 43 comments of Sergii Kauk

Well, proxy capability is already there. The lack of DNS resolution is making it fairly unpractical. Of course, there are workarounds but why not just add this very important feature...

Thanks for sharing! That's a start. Although basic this already covers a lot. I would argue it's worth adding to project's backlog.

Does it make sense to make the following changes? - Move stopping patroni cluster from `maintenance_enable` to `stop_services` role, leaving `maintenance_enable` and `maintenance_disable` roles to take care of confd/haproxy/vip-manager. -...

For confd template I have the following proposal: ``` {{- range $members := gets "/members/*" -}} {{- $data := json $members.Value -}} {{- $hostname := index (split $members.Key "/") 2...

Yes, I understand that. However, if you use any monitoring on HAProxy it will complain that some backends are down and you are going to need to get around that....

HAProxy though checks each backend listed and appropriately marks some as being down under its metrics. Again, in this scenario confd isn't doing much and could be taken from the...

@bednar Thanks for your work! Can you please share the changes you've made? (e.g. a draft pull request or a fork/branch)

Hi @mattstauffer! Thanks for taking care of this. Hope you'll have some time this week.

@mattstauffer any chance for this one to get reviewed?

@mattstauffer Any chance this gets merged?