mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update set-up-ha-cluster-using-keepalived-haproxy.md
This commit is contained in:
parent
9701dc5c29
commit
7db4e470a9
|
|
@ -51,7 +51,7 @@ Run the following command to install Keepalived and HAproxy first.
|
|||
yum install keepalived haproxy psmisc -y
|
||||
```
|
||||
|
||||
### HAproxy
|
||||
### HAproxy Configuration
|
||||
|
||||
1. The configuration of HAproxy is exactly the same on the two machines for load balancing. Run the following command to configure HAproxy.
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ yum install keepalived haproxy psmisc -y
|
|||
|
||||
5. Make sure you configure HAproxy on the other machine (`lb2`) as well.
|
||||
|
||||
### Keepalived
|
||||
### Keepalived Configuration
|
||||
|
||||
Keepalived must be installed on both machines while the configuration of them is slightly different.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue