-
Bug
-
Resolution: Unresolved
-
Undefined
-
4.19.0, 4.20.0
-
None
This is a clone of issue OCPBUGS-56114. The following is the description of the original issue:
—
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.
- clones
-
OCPBUGS-56114 ClusterVersion: The condition type is changed from "ImplicitlyEnabledCapabilities" to "ImplicitlyEnabled"
-
- Verified
-
- is blocked by
-
OCPBUGS-56114 ClusterVersion: The condition type is changed from "ImplicitlyEnabledCapabilities" to "ImplicitlyEnabled"
-
- Verified
-
- links to
-
RHEA-2024:11038 OpenShift Container Platform 4.19.z bug fix update