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

ReadOnlyRootFilesystem support #661

Merged
merged 6 commits into from
Jul 19, 2024
Merged

Commits on Jul 19, 2024

  1. Add new annotation, cassandra.datastax.com/readonly-fs that makes the…

    … cassandra container to run in ReadOnlyRootFilesystem securityContext
    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cce8716 View commit details
    Browse the repository at this point in the history
  2. Move from annotation to .spec.readOnlyRootFilesystem property, add ru…

    …nAsNonRoot to default securityContext
    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e9db5f4 View commit details
    Browse the repository at this point in the history
  3. Fix existing tests

    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bb8e733 View commit details
    Browse the repository at this point in the history
  4. Add unit tests, e2e test, modify readOnlyRootFilesystem to be *bool (…

    …so we can set it to true by default later), add verification that MCAC is disabled when used with readOnlyRootFilesystem
    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e20b1fc View commit details
    Browse the repository at this point in the history
  5. Remove $ character

    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c1a5a0a View commit details
    Browse the repository at this point in the history
  6. Revert config changes

    burmanm committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b7dbb30 View commit details
    Browse the repository at this point in the history