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

Missing metadata in one of the Node Disruption Policy examples

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 1
    • None
    • None
    • None
    • None
    • None
    • OSDOCS Sprint 267
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      https://docs.openshift.com/container-platform/4.16/machine_configuration/machine-config-node-disruption.html

      apiVersion: operator.openshift.io/v1
      kind: MachineConfiguration
        name: cluster
      spec:
        logLevel: Normal
        managementState: Managed
        operatorLogLevel: Normal
      status:
        nodeDisruptionPolicyStatus:
      

      Should be:

      apiVersion: operator.openshift.io/v1
      kind: MachineConfiguration
      metadata:
        name: cluster
        namespace: openshift-machine-config-operator
      spec:
        logLevel: Normal
        managementState: Managed
        operatorLogLevel: Normal
      status:
        nodeDisruptionPolicyStatus:
      

              mburke@redhat.com Michael Burke
              akaris@redhat.com Andreas Karis
              None
              None
              Rio Liu Rio Liu
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: