-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit Access to the pod's Root File System #136
Conversation
Skipping CI for Draft Pull Request. |
b539053
to
73b3a2e
Compare
An immutable root file system prevents applications from writing to their local disk
73b3a2e
to
58dd50a
Compare
/test 4.16-openshift-e2e |
1 similar comment
/test 4.16-openshift-e2e |
/test 4.16-openshift-e2e |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7, slintes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/hold |
/retest |
wait for openshift/release#58821 for testing it on OCP 4.18. |
/retest |
/unhold |
/retest |
2 similar comments
/retest |
/retest |
Why we need this PR
Limit access to the pod's root file system. An immutable root file system prevents applications from writing to their local disk
Changes made
Set readOnlyRootFilesystem to true
Which issue(s) this PR fixes
Test plan