You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My proposal is to set (hardcode) readOnlyRootFilesystem to true for all containers securityContext.
I find this a nice security measure and in my experience many companies enforce this setting to be on for all containers. General rule in such case is to explicitly state what volumes should be mounted.
I have tried running csi-driver-lvm (0.5.3) storage class containers (all 6 containers) with readOnlyRootFilesystem set to true and found only one problem.
If we agree here I can prepare a PR.
The text was updated successfully, but these errors were encountered:
My proposal is to set (hardcode) readOnlyRootFilesystem to true for all containers securityContext.
I find this a nice security measure and in my experience many companies enforce this setting to be on for all containers. General rule in such case is to explicitly state what volumes should be mounted.
I have tried running csi-driver-lvm (0.5.3) storage class containers (all 6 containers) with readOnlyRootFilesystem set to true and found only one problem.
If we agree here I can prepare a PR.
The text was updated successfully, but these errors were encountered: