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

[enterprise-4.12] Issue in file networking/ingress-sharding.adoc

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None
    • N/A
    • Release Note Not Required

      Description of problem:

      Incorrect information in the documentation

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

      4.12

      How reproducible:

      This is not working as per the documentation

      Steps to Reproduce:

      The documentation says:
      
      The default Ingress Controller will no longer serve the namespaces labeled `name:finance`, `name:ops`, and `name:dev`.
      
      But the YAML actually has:
      ```yaml
        namespaceSelector:
          matchExpressions:
          - key: type
            operator: NotIn
            values:
            - finance
            - ops
            - dev
      ```
      
      
      

      Actual results:

      key: type

      Expected results:

      key: name

      Additional info:

      Can someone review this whole Ingress page and make sure it is updated and instructions are actually valid?

            ocp-docs-bot OCP DocsBot
            lmaly-redhat.com Lucian Maly
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: