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

Cluster-wide proxy documentation contains wrong information

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.17, 4.18, 4.19
    • Documentation
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      The documentation is trying to say that the noProxy value in the Proxy.config spec will be updated to reflect the values that are in the network config spec but it is conflating the two custom resource schemas.    

       

      In the documentation:

      apiVersion: config.openshift.io/v1
      kind: Proxy
      metadata:
        name: cluster
      # ...
      networking:
        clusterNetwork: 
        - cidr: <ip_address_from_cidr>
          hostPrefix: 23
        network type: OVNKubernetes
        machineNetwork: 
        - cidr: <ip_address_from_cidr>
        serviceNetwork: 
        - 172.30.0.0/16
      # ...
      status:
        noProxy:
        - localhost
        - .cluster.local
        - .svc
        - 127.0.0.1
        - <api_server_internal_url> 
      # ... 

      there is no .networking in proxy.config.openshift.io/v1

              ocp-docs-bot OCP DocsBot
              jkincl@redhat.com Jason Kincl
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: