-
Task
-
Resolution: Done
-
Normal
-
None
-
devex docs #231 Jan 26-Feb 16, devex docs #232 Feb 16-Mar 9
-
3
-
Documentation (Ref Guide, User Guide, etc.)
-
---
-
---
User Story
As a developer using SharedSecrets and ConfigMaps
I want to ensure all pods set readOnly; true on admission
So that I don't have pods stuck in the "Pending" state because of a bad volume mount
Acceptance Criteria
- Pods which reference the Shared Resource CSI driver must set readOnly: true on admission.
- If readOnly: true is not set, or is set to false, the pod should not be created.
- Appropriate testing in place to verify behavior
QE Impact
QE will need to verify the new Pod Admission behavior
Docs Impact
Docs will need to ensure that readOnly: true is required and must be set to true.
PX Impact
None.
- documents
-
BUILD-392 Shared Resources: Require readOnly: true on Pod Admission
- Closed
- links to