diff options
author | Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | 2020-07-10 14:34:58 +0900 |
---|---|---|
committer | Alice Ferrazzi <alice.ferrazzi@miraclelinux.com> | 2020-07-10 19:05:38 +0900 |
commit | 84661d0c4fa47d59b675f4f8dcedcde1c171625e (patch) | |
tree | 6a13292815591f54a995eaac7f428abe7dfad0c2 | |
parent | b57379c6b204870a568ccc7adcad1712e715a536 (diff) |
healthcheck need a supported url protocol scheme to work
Job error: Unsupported url protocol scheme: healthcheck
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ For setting a DNS server, the easiest way is to use dnsmasq and add in /etc/host Example: One master and slave on DC A, and one slave on DC B. -Both slave need to have healthcheck_host to true and master will have healthcheck_url set to healthcheck:8080 +Both slave need to have healthcheck_host to true and master will have healthcheck_url set to http://healthcheck:8080 You have to add a DNS server on both slave with an healthcheck entry. ## Bugs, Contact |