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

Mismatch in documentation and MCO support for RHCOS extensions

XMLWordPrintable

    • Low
    • None
    • 1
    • MCO Sprint 266
    • 1
    • False
    • Hide

      None

      Show
      None
    • Release Note Not Required
    • In Progress

      This is a clone of issue OCPBUGS-49731. The following is the description of the original issue:

      Description of problem:

      The documentation in the MCO repo on supported extensions does not match the experienced functionality for 4.17.

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

      4.17/4.18

      How reproducible:

      Always

      Steps to Reproduce:

          1. Start a 4.17.x cluster.
          2. Apply a MC to install the sysstat extension.
      apiVersion: machineconfiguration.openshift.io/v1
      kind: MachineConfig
      metadata:
        labels:
          machineconfiguration.openshift.io/role: worker
        name: 80-worker-extensions
      spec:
        config:
          ignition:
            version: 3.2.0
        extensions:
          - sysstat
          3. Wait for the MCP targeted by the MC in step 2 to degrade & check the reason in the controller logs.
      Degraded Machine: ip-10-0-21-15.us-west-2.compute.internal and Degraded Reason: invalid extensions found: [sysstat]

      Actual results:

      Applying an MC to install sysstat results in a degraded MCP.

      Expected results:

      Documentation in the MCO repo suggests that `sysstat` is supported for OCP version 4.17. Either the extension should be supported in 4.17 or the documentation should be updated to indicate the correct version where support was added.

      Additional info:

      Referenced MCO Repo Documentation can be found here.

              rh-ee-ijanssen Isabella Janssen
              openshift-crt-jira-prow OpenShift Prow Bot
              Sergio Regidor de la Rosa Sergio Regidor de la Rosa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: