-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.16
-
None
-
Moderate
-
No
-
False
-
Description of problem:
When running `oc adm release extract --included --credentials-requests` on a 4.15 gcp cluster(baselineCapabilitySet: None+additionalEnabledCapabilities: MachineAPI CloudCredential) for a tobe-upgraded 4.16 release payload, the CR of the new caps in 4.16 is not extracted.
Version-Release number of selected component (if applicable):
# ./oc version Client Version: 4.16.0-rc.2
How reproducible:
always
Steps to Reproduce:
1. set up a 4.15.15 cluster(None in baselineCapabilitySet + MachineAPI and CloudCredential in additionalEnabledCapabilities) 2. run oc adm release extract to extract CR based above cluster for a 4.16.0-rc.3 release payload 3.
Actual results:
there is not the new-in-4.16 cap(CloudControllerManager, Ingress) CR.
Expected results:
the new-in-4.16 cap(CloudCredential) CR should be extracted.
Additional info:
after upgrade the cluster to 4.16, run `oc adm release extract --included --credentials-requests`, it will extract CR including the new caps. # grep -rh "capability.openshift.io/name:" /tmp/post-include-creds CloudCredential CloudCredential+CloudControllerManager CloudCredential+Ingress MachineAPI+CloudCredential
- blocks
-
OCPBUGS-26523 oc adm release extract --included should extract enabled caps and new-in-4.15 caps
- New