-
Bug
-
Resolution: Done
-
Blocker
-
None
Problem
HypershiftDeployment is choosing 4.11 for the provisioned cluster. This is because it uses version.go this pulls from https://amd64.ocp.releases.ci.openshift.org/api/v1/releasestream/4-stable/latest, which now lists 4.11 images
Solution
- Make your HostingServiceCluster a 4.11 cluster
- Provision the hypershiftDeployment using "spec.override: INFRA-ONLY", then once the hostedClusterSpec and NodePoolSpec is filled in, change the release to 4.10
- We should figure out the OCP version of the addon hosting cluster, and use that to determine the newest OCP to use of the same major release.