Skip to content

OKD 4.14.0 failed to connect to the openshift console (1 master / 3 workers) #1823

Closed Answered by melledouwsma
MainMan1998 asked this question in Q&A
Discussion options

You must be logged in to vote

From the haproxy configuration:

backend okd4_https_ingress_traffic_be
    balance source
    mode tcp
    server      okd4-compute-1 192.168.22.9:443 check
    server      okd4-compute-2 192.168.22.10:443 check
    server      okd4-compute-3 192.168.22.11:443 check

From the must-gather:

$ omg get po -n openshift-ingress -o wide
NAME                             READY  STATUS   RESTARTS  AGE    IP            NODE
router-default-7d8d9f5897-bwrzv  1/1    Running  2         1h53m  192.168.22.6  okd4-control-plane-1.okd.ia5-f1.net

The cluster ingress is running on 192.168.22.6 and that node is not in the haproxy backend configuration. You can adjust the default IngressController replicas and n…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@MainMan1998
Comment options

@melledouwsma
Comment options

@MainMan1998
Comment options

@melledouwsma
Comment options

Answer selected by MainMan1998
@MainMan1998
Comment options

@melledouwsma
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants