-
Notifications
You must be signed in to change notification settings - Fork 28
Set readOnlyRootFilesystem to true #382
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
base: main
Are you sure you want to change the base?
Conversation
An immutable root file system prevents applications from writing to their local disk
Update bundle's CSV
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7 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 |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/test 4.20-openshift-e2e |
An immutable root file system prevents applications from writing to their local disk
|
/test 4.20-openshift-e2e |
1 similar comment
|
/test 4.20-openshift-e2e |
|
nhc installation was pending. |
I thought only 4.20 would be triggered, but it triggered all the jobs... 🤷🏻 |
|
@razo7: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
An immutable root file system prevents applications from writing to their local disk
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
managerconfig of nhc podnode-remediation-console-pluginconfig of nhc podWhich issue(s) this PR fixes
Test plan
Similar fix to medik8s/node-maintenance-operator#136