When we install 4.8 clusters, the default channel should be stable-4.8, not stable-4.7. Test with: $ oc get clusterversion -o jsonpath='{.spec.channel}{"\n"}' version stable-4.7 I forgot to bump this before feature freeze, so now it's a bug ;).
QA Status: VERIFIED Since the current nightly "4.8.0-0.nightly-2021-04-28-124654" doesn't contain yet the corresponding PR "openshift/installer#4868", I've proceeded with version "4.8.0-0.ci-2021-04-28-134626" and the channel is now the correct one as expected: ~~~ $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.ci-2021-04-28-134626 True False 12m Cluster version is 4.8.0-0.ci-2021-04-28-134626 $ oc get clusterversion/version -o jsonpath={.spec.channel} stable-4.8 ~~~ Best Regards.
Strangely, I have ./oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-04-28-172951 True False 84m Cluster version is 4.8.0-0.nightly-2021-04-28-172951 $ oc get clusterversion/version -o jsonpath={.spec.channel} stable-4.7
Huh, installer there is too old: $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-04-28-172951 | grep ' installer ' installer https://github.com/openshift/installer fdf0269c32e313b6213ec36a84a5a849b43318f4 $ git --no-pager log --oneline --first-parent origin/master -3 911eb7f69 (origin/release-4.9, origin/release-4.8, origin/master) Merge pull request #4868 from wking/stable-4.8 18974847b Merge pull request #4755 from staebler/user_tags_in_cluster fdf0269c3 Merge pull request #4859 from staebler/aws_byo_roles_permissions But the older release had the newer commit: $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.8.0-0.ci-2021-04-28-134626 | grep ' installer ' installer https://github.com/openshift/installer 911eb7f69a1316c48e883d08644cda0e7304a373 I'll follow up with ART...
Yaakov cleared me up. The issue was bug 1953551 breaking nightly builds of the installer, so 4.8.0-0.nightly-2021-04-28-172951 was behind, while CI builds were still passing so 4.8.0-0.ci-2021-04-28-134626 had the new code. The PR for bug 1953551 has landed, so nightlies will hopefully catch up soon.
Works now: $ ./oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-04-29-071720 True False 61s Cluster version is 4.8.0-0.nightly-2021-04-29-071720 $ oc get clusterversion/version -o jsonpath={.spec.channel} stable-4.8 Thanks.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438