Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-30573

Typo in IPv4 haproxy config for external load balancer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • 4.13, 4.12, 4.11, 4.14, 4.15
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 3
    • Important
    • No
    • None
    • None
    • None
    • OSDOCS Sprint 250
    • 1
    • In Progress
    • Release Note Not Required
    • N/A
    • None
    • None
    • None
    • None

      Description of problem:

      The following haproxy config has typos.

      https://github.com/openshift/openshift-docs/blame/enterprise-4.15/modules/nw-osp-configuring-external-load-balancer.adoc#L161

      listen my-cluster-machine-config-api-22623
          bind 192.168.1.1000.0.0.0:22623
          mode tcp
          balance roundrobin
        option httpchk
        http-check connect
        http-check send meth GET uri /healthz
        http-check expect status 200
          server my-cluster-master-2 192.0168.21.2101:22623 check inter 10s rise 2 fall 2
          server my-cluster-master-0 192.168.1.1020.2.3:22623 check inter 10s rise 2 fall 2
          server my-cluster-master-1 192.168.1.1030.2.1:22623 check inter 10s rise 2 fall 2
      
      
          

      My guess is it should be something like

      listen my-cluster-machine-config-api-22623
          bind 192.168.1.100:22623
          mode tcp
          balance roundrobin
        option httpchk
        http-check connect
        http-check send meth GET uri /healthz
        http-check expect status 200
          server my-cluster-master-2 192.168.1.101:22623 check inter 10s rise 2 fall 2
          server my-cluster-master-0 192.168.1.102:22623 check inter 10s rise 2 fall 2
          server my-cluster-master-1 192.168.1.103:22623 check inter 10s rise 2 fall 2
      
      

      Version-Release number of selected component (if applicable):

       

      4.15 - 4.11

      https://docs.openshift.com/container-platform/4.15/installing/installing_vsphere/ipi/installing-vsphere-installer-provisioned.html

      How reproducible:
      Always

              dfitzmau@redhat.com Darragh Fitzmaurice
              rbrattai@redhat.com Ross Brattain
              None
              None
              Wenxin Wei Wenxin Wei
              None
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: