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

ClusterVersion: The condition type is changed from "ImplicitlyEnabledCapabilities" to "ImplicitlyEnabled"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.19.0, 4.20.0
    • None
    • Important
    • None
    • 2
    • OTA 271
    • 1
    • Proposed
    • False
    • Hide

      None

      Show
      None
    • Hide
      Cause – The type of the condition was changed from ImplicitlyEnabledCapabilities to ImplicitlyEnabled by mistake.
      Consequence – The renaming is unexpected to the users.
      Fix – We change it back.
      Result – The condition type is recovered and the condition with the wrong type will be removed if existing.
      Show
      Cause – The type of the condition was changed from ImplicitlyEnabledCapabilities to ImplicitlyEnabled by mistake. Consequence – The renaming is unexpected to the users. Fix – We change it back. Result – The condition type is recovered and the condition with the wrong type will be removed if existing.
    • Bug Fix
    • In Progress

      Description of problem:

          ClusterVersion: The condition type is changed from "ImplicitlyEnabledCapabilities" to "ImplicitlyEnabled"

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

          

      How reproducible:

          Always

      Steps to Reproduce:

          1. Launch a 4.19/4.20 clulster
          2. Configure cv.spec.capabilities.baselineCapabilitySet=None.
          3. Check the clusterversion/version object on the cluster.     

      Actual results:

      # ./oc get clusterversion/version -ojson | jq -r '.status.conditions[]|select(.type=="ImplicitlyEnabled")'
      {
        "lastTransitionTime": "2025-05-12T10:07:25Z",
        "message": "The following capabilities could not be disabled: Ingress, OperatorLifecycleManager",
        "reason": "CapabilitiesImplicitlyEnabled",
        "status": "True",
        "type": "ImplicitlyEnabled"
      }    

      Expected results:

      "type": "ImplicitlyEnabledCapabilities"    

      Additional info:

      See here for more information.

              hongkliu Hongkai Liu
              hongkliu Hongkai Liu
              Jia Liu Jia Liu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: