Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.89 KB

KNOWN_ISSUES.md

File metadata and controls

32 lines (19 loc) · 1.89 KB

Frequent issues in latest releases

Effected Versions: 4.7

Description: Attempting to deploy a single-node cluster to AWS with Installer Provisioned Infrastructure (IPI) fails.

Workaround: None at this time. OKD 4.8 is known to work

CannotRetrieveUpdates alert

Effected Versions: All versions before 4.7.0-0.okd-2021-09-19-013247 or 4.8.0-0.okd-2021-10-01-221835

Description: Installed clusters throw CannotRetrieveUpdates alert, origin-release.svc.ci.openshift.org is unreachable. This domain was deprecated during CI Infra cleanup. Unfortunately we didn't rollout the fix to change this URL in OKD.

Workaround: oc patch clusterversion/version --patch '{"spec":{"upstream":"https://amd64.origin.releases.ci.openshift.org/graph"}}' --type=merge

Effected Versions: All

Description: OCP users can install Logging/Serverless/GPU and other operators from Red Hat OperatorHub. This requires redhat.io pull secret, which may not be available for OKD users.

Workaround: Start installation with a pull secret from cloud.redhat.com, enable new source in operatorhub settings.

OKD-specific catalog with community versions of mentioned operators is in progress.

Effected Versions: 4.8.0-0.okd-2021-10-01-221835 Description: Attempts to mirror 4.8 content on the CI registry fails. This blocks air-gapped installs on restricted networks. After okd-project#402 was resolved some 4.8 images have not been rebuilt. The fix should be available in 4.8 nightlies. Workaround: None available at this time.