-
Bug
-
Resolution: Done-Errata
-
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"
-
- Closed
-
- is blocked by
-
OCPBUGS-56114 ClusterVersion: The condition type is changed from "ImplicitlyEnabledCapabilities" to "ImplicitlyEnabled"
-
- Closed
-
- links to
-
RHEA-2024:11038
OpenShift Container Platform 4.19.z bug fix update