-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.20.z
-
None
-
False
-
-
2
-
None
-
None
-
None
-
None
-
Metal Platform 283, Metal Platform 284
-
2
-
Proposed
-
Bug Fix
-
-
None
-
None
-
None
-
None
Description of problem:
Security context constrains ( SCC ) part of OCP 4.20.11 enforces readOnlyRootFilesystem: true, which is only supported in OCP 4.21 and later. This causes Read-only file system errors. Refer the discussion in https://issues.redhat.com/browse/OCPBUGS-65971 for more details.
Version-Release number of selected component (if applicable): 4.20.11
How reproducible:
If there is a SCC that enforces the above mentioned behavior, then we will always hit this issue.
Steps to Reproduce:
1. Deploy a cluster with above mentioned SCC present
Actual results:
Deployment fails as the machine-os-images init container part of metal3-image-customization fails with below error :
/bin/copy-metal: line 43: /coreos/coreos-aarch64.iso.sha256: Read-only file system
Expected results:
Deployment should succeed
- depends on
-
OCPBUGS-65971 The machine-os-images container writes to /coreos during runtime which will fail for readOnlyRootFS
-
- Closed
-
- is related to
-
OCPBUGS-65971 The machine-os-images container writes to /coreos during runtime which will fail for readOnlyRootFS
-
- Closed
-
- links to