From ba27647950829d3742fb3c5423ce81555cd337ee Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Fri, 22 Apr 2022 09:16:51 +0200 Subject: [PATCH 1/2] KNOWN_ISSUES: cleanup no longer relevant issues --- KNOWN_ISSUES.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 0d771a3..640707b 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -1,22 +1,5 @@ # Frequent issues in latest releases -## [Single-node Cluster Installations Fails on AWS (IPI)](https://github.com/openshift/okd/issues/862) - - **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` - ## [Some optional operators from OCP are not available in OKD](https://github.com/openshift/okd/issues/456) **Effected Versions:** All @@ -25,8 +8,3 @@ **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. - -## [Unable to mirror images OKD 4.8.0-0.okd-2021-10-01-221835](https://github.com/openshift/okd/discussions/904) - **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 https://github.com/openshift/okd/issues/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. From 14a8f4eb216f33daa55916419cef6d013910f00b Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Fri, 22 Apr 2022 09:21:24 +0200 Subject: [PATCH 2/2] KNOWN_ISSUES: add CephFS bug description See https://github.com/openshift/okd/issues/1160 --- KNOWN_ISSUES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 640707b..e1e37ee 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -8,3 +8,8 @@ **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. + +## [CephFS mounts get invalid permissions](https://github.com/openshift/okd/issues/1160) + **Effected Versions:** 4.10.0-0.okd-2022-03-07-131213 + **Description:** Due to kernel 4.16 bug CephFS mounts get invalid permissions, so writing to image registry backed by CephFS fails on OKD 4.10 + **Workaround**: In `ceph-csi-cephfs` installation add `wsync` to `kernelMountOptions`