openshift / ocp-on-arm

Issue tracker for OCP on ARM64 dev preview releases
Apache License 2.0
13 stars 1 forks source link

CannotRetrieveUpdates alert #13

Closed yselkowitz closed 2 years ago

yselkowitz commented 3 years ago

Nightly builds (for all architectures) are not upgradable. Therefore, after a while, you will see a CannotRetrieveUpdates alert. This is normal under the circumstances, and can be silenced or avoided by setting Channel in the Administration->Cluster Settings page to the empty string, or with the following command:

oc patch clusterversion.config.openshift.io/version -p='{"spec":{"channel":""}}' --type=merge
Prashanth684 commented 3 years ago

with the latest build the update channel now points to stable-4.8 and gives this message:

Upstream is unset, so the cluster will use an appropriate default.
Channel: stable-4.8
warning: Cannot display available updates:
  Reason: VersionNotFound
  Message: Unable to retrieve available updates: currently reconciling cluster version 4.9.0-0.nightly-arm64-2021-08-16-154214 not found in the "stable-4.8" channel

which is normal until 4.9 GA's ?

yselkowitz commented 3 years ago

That is normal for any nightly.

yselkowitz commented 2 years ago

The Dev Preview is no longer a nightly release and so update channels should be found.