Update LBNODE_README.md

This commit is contained in:
jinho0928
2021-04-20 16:32:20 +09:00
committed by GitHub
parent 84f83c58e5
commit 237b41775b

View File

@@ -136,16 +136,16 @@
* 각 서비스를 활성화시켜주며 하고, 동작을 확인한다.
```bash
systemctl enable haproxy
systemctl enable keepalived
sudo systemctl enable haproxy
sudo systemctl enable keepalived
systemctl daemon-reload
sudo systemctl daemon-reload
systemctl start haproxy
systemctl start keepalived
sudo systemctl start haproxy
sudo systemctl start keepalived
systemctl status haproxy
systemctl status keepalived
sudo systemctl status haproxy
sudo systemctl status keepalived
```
## Step.3 K8S cluster 구축