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

Add Security Context Constraint (SCC) for Helm Deployment #2315

Open
smooti opened this issue Sep 7, 2024 · 0 comments
Open

Add Security Context Constraint (SCC) for Helm Deployment #2315

smooti opened this issue Sep 7, 2024 · 0 comments

Comments

@smooti
Copy link

smooti commented Sep 7, 2024

Is your feature request related to a problem? Please describe.
When deploying the minio-operator on an OpenShift cluster in a newly created namespace (ex. minio-operator) an SCC error is commonly presented to the user. This has been reported as an issue #289 with no real resolution other than a user having to manually provision their own SecurityContextConstraint before provisioning the minio-operator.

Describe the solution you'd like
Reading over documentation from rook.io it looks like they have addressed this issue by adding in a conditional which creates the SecurityContextConstraint if it detects that it is running on an OpenShift cluster. The documentation going over OpenShift and SecurityContextConstraints can be found here. The helm chart template file that creates the SCC resource can be found here.

Describe alternatives you've considered
Creating an SCC resource separately before helm installation.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant