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

Deprecate dockerImageRunsAsCassandra #553

Closed
burmanm opened this issue Jul 18, 2023 · 1 comment · Fixed by #555
Closed

Deprecate dockerImageRunsAsCassandra #553

burmanm opened this issue Jul 18, 2023 · 1 comment · Fixed by #555
Labels
done Issues in the state 'done' enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Jul 18, 2023

What is missing?

dockerImageRunsAsCassandra has been set to true as default for a long time. Setting it to false provided the ability to run the images as root, but none of our images do that.

The correct way to do this is to override the functionality with setting podTemplateSpec/spec/securityContext.

Why is this needed?

Some users have set this to false due to some old examples, but that does not do what the user expects (nor does it fix anything).

Correct method that would work is to use securityContext which is similar to what we're using with OpenShift deployments.

@burmanm burmanm added the enhancement New feature or request label Jul 18, 2023
@burmanm
Copy link
Contributor Author

burmanm commented Jul 18, 2023

Related: #529

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' enhancement New feature or request
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants