Merge pull request #2304 from pavo976/patch-1

Update set-up-ha-cluster-using-keepalived-haproxy.md
This commit is contained in:
KubeSphere CI Bot 2022-02-21 11:20:40 +08:00 committed by GitHub
commit 5cdf3bf1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ Keepalived must be installed on both machines while the configuration of them is
4. Make it persist through reboots:
```bash
systemctl enable haproxy
systemctl enable keepalived
```
5. Make sure you configure Keepalived on the other machine (`lb2`) as well.