presslabs / docker-orchestrator

github's orchestrator docker image and helm chart
2 stars 3 forks source link

Enable show slaves config option #1

Closed smanpathak closed 5 years ago

smanpathak commented 6 years ago

By default orchestrator does not use mysql show slaves command to discover slaves. Due to this, it fails to discover slaves of a mysql instance on baremetal k8s cluster. This option will enable it to discover replicas properly on such setups.

AMecea commented 6 years ago

Hi @smanpathak, is this for mysql-operator? If yes then those configs are overwritten in mysql operator so you should change them there. If not then I will merge this.

smanpathak commented 6 years ago

Fixes #1 #2

smanpathak commented 6 years ago

@AMecea yes, this is in conjunction to mysql-operator.