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

Maintain linear nomenclature for nodes in examples of the Installing cluster on platform agnostic and Agent based documentations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.13, 4.12, 4.11.z, 4.10.z, 4.9.z, 4.8.z, 4.14, 4.15, 4.16, 4.17
    • None
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Use of "master" and "worker" nomenclature for nodes in the examples of DNS and HAProxy configurations instead of "control-plane" and "compute".

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

          

      How reproducible:
      For v4.17 and before
      Checkout Sample API and application Ingress load balancer configuration drop-down of the Installing a cluster on any platform documentation.
      Checkout Example DNS configuration for platform "none" clusters of the Preparing to install with the Agent-based Installer documentation.
      Checkout Example load balancer configuration for platform "none" clusters of the Preparing to install with the Agent-based Installer documentation.

      For v4.14 and before
      Checkout Sample API and application Ingress load balancer configuration drop-down of the Installing a cluster on any platform documentation.

      Steps to Reproduce:

          1. 
          2.
          3.
      

      Actual results:
      (v4.17 and before) Sample API and application Ingress load balancer configuration drop-down

      listen api-server-6443
      ...
        server master0 master0.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
        server master1 master1.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
        server master2 master2.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
      ...
      listen machine-config-server-22623
      ...
        server master0 master0.ocp4.example.com:22623 check inter 1s
        server master1 master1.ocp4.example.com:22623 check inter 1s
        server master2 master2.ocp4.example.com:22623 check inter 1s
      ...
      

      (v4.14 and before) Sample API and application Ingress load balancer configuration drop-down

      listen ingress-router-443 
      ... 
        server worker0 worker0.ocp4.example.com:443 check inter 1s
        server worker1 worker1.ocp4.example.com:443 check inter 1s
      listen ingress-router-80
      ...
        server worker0 worker0.ocp4.example.com:80 check inter 1s   
        server worker1 worker1.ocp4.example.com:80 check inter 1s 

      Expected results:

      listen api-server-6443
      ...
        server control-plane0 control-plane0.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 
        server control-plane1 control-plane1.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 
        server control-plane2 control-plane2.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 
      ...
      listen machine-config-server-22623
      ...
        server control-plane0 control-plane0.ocp4.example.com:22623 check inter 1s 
        server control-plane1 control-plane1.ocp4.example.com:22623 check inter 1s 
        server control-plane2 control-plane2.ocp4.example.com:22623 check inter 1s
      ...
      
      listen ingress-router-443 
      ... 
        server compute0 compute0.ocp4.example.com:443 check inter 1s 
        server compute1 compute1.ocp4.example.com:443 check inter 1s
      listen ingress-router-80
      ...
        server compute0 compute0.ocp4.example.com:80 check inter 1s 
        server compute1 compute1.ocp4.example.com:80 check inter 1s 
           

      Additional info:

      https://github.com/openshift/openshift-docs/pull/85475
          

              ocp-docs-bot OCP DocsBot
              rh-ee-atshinde Atharva Shinde
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: