ryanhay / ocp4-metal-install

Install OpenShift 4 on Bare Metal - UPI
213 stars 422 forks source link

HAProxy stats not updating on adding new worker nodes #26

Open jessond1982 opened 10 months ago

jessond1982 commented 10 months ago

I followed same steps to configure OCP4-Metal-install and I successfully configured the cluster with 3 control plane nodes and two worker nodes. I added additional node to the cluster successfully but the status in not updating in HA-proxy. any changes do I need to perform in HA-Proxy. any support is much appreciated.

[root@ocp-svc log]# oc get nodes NAME STATUS ROLES AGE VERSION ocp-cp-1.lab.ocp.lan Ready control-plane,master,worker 28h v1.27.8+4fab27b ocp-cp-2.lab.ocp.lan Ready control-plane,master,worker 27h v1.27.8+4fab27b ocp-cp-3.lab.ocp.lan Ready control-plane,master,worker 27h v1.27.8+4fab27b ocp-w-1.lab.ocp.lan Ready worker 26h v1.27.8+4fab27b ocp-w-2.lab.ocp.lan Ready worker 26h v1.27.8+4fab27b ocp-w-3.lab.ocp.lan Ready worker 7h37m v1.27.8+4fab27b ocp-w-4.lab.ocp.lan Ready worker 7h17m v1.27.8+4fab27b [root@ocp-svc log]# [root@ocp-svc log]# [root@ocp-svc log]#

image