Skip to content
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

Issues running the container with a read only root FS #1506

Closed
adejanovski opened this issue May 24, 2024 · 0 comments · Fixed by #1507
Closed

Issues running the container with a read only root FS #1506

adejanovski opened this issue May 24, 2024 · 0 comments · Fixed by #1507
Labels
done Issues in the state 'done'

Comments

@adejanovski
Copy link
Contributor

adejanovski commented May 24, 2024

Project board link

The entrypoint of reaper's Docker image will manipulate the root FS to generate the configuration files.
This is not permitted when running in a pod with readOnlyRootFilesystem set to true.

We should instead allow mounting an emptyDir volume for this data and copy the files from the root FS to this volume when this mode is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
None yet
1 participant