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

Missing "namespace" label openshift update service documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • 4.13.z, 4.12.z
    • Documentation / OTA
    • No
    • 1
    • OSDOCS Sprint 261
    • 1
    • False
    • Hide

      None

      Show
      None
    • N/A
    • Release Note Not Required

      The documentation https://docs.openshift.com/container-platform/4.12/updating/updating-restricted-network-cluster/restricted-network-update-osus.html is missing an important part of the spec that will OSUS to fail:

       

      ---
      apiVersion: v1
      kind: Namespace
      metadata:
        name: openshift-update-service
        annotations:
          openshift.io/node-selector: ""
        labels:
          openshift.io/cluster-monitoring: "true"
      
      --
      apiVersion: operators.coreos.com/v1
      kind: OperatorGroup
      metadata:
        name: update-service-operator-group
        namespace: openshift-update-service   <------ This label
      spec:
        targetNamespaces:
          - openshift-update-service
      
      ---
      apiVersion: operators.coreos.com/v1alpha1
      kind: Subscription
      metadata:
        name: update-service-subscription
        namespace: openshift-update-service   <--- and here
      spec:
        channel: v1
        installPlanApproval: "Automatic"
        source: "redhat-operators"
        sourceNamespace: "openshift-marketplace"
        name: "cincinnati-operator"

      These namespace tags are not mentioned in the documentation, please can we correct it?

       

              rhn-support-obrown Olivia Brown
              rhn-support-andbartl Andy Bartlett
              Dinesh Kumar S Dinesh Kumar S
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: