We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding the following security context settings to Reaper, it fails to start complaining about access rights to /etc/cassandra-reaper:
/etc/cassandra-reaper
securityContext: capabilities: drop: - ALL runAsUser: 999 runAsGroup: 999 runAsNonRoot: true readOnlyRootFilesystem: true allowPrivilegeEscalation: false
We need to be able to run the Reaper pods with read only root FS.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
adejanovski
Successfully merging a pull request may close this issue.
When adding the following security context settings to Reaper, it fails to start complaining about access rights to
/etc/cassandra-reaper
:We need to be able to run the Reaper pods with read only root FS.
Definition of Done
The text was updated successfully, but these errors were encountered: