-
Notifications
You must be signed in to change notification settings - Fork 86
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
Enforcing fsGroup to 65535 breaks backups on OpenShift #1009
Milestone
Comments
I use stash v0.9.0-rc.1 (not *rc.2 !) |
This should be fixed by |
Now the pod starts, but there is still an event which says that the operator pod could not be created due a security context violation:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After creating a BackupConfiguration, all my deployments on OpenShift 3.11 get updated with "fsGroup: 65535". I think it is related to this merge request.
This breaks my deployments and the side car containers though, since the default group Id on OpenShift is 1000350000.
After adding the "restricted" security context to the serviceaccounts, the pods start up.
For obious reasons I don't want to give these serviceaccounts privileged rights though.
Is there are way to disable setting the fsGroup on the deployment configurations?
The text was updated successfully, but these errors were encountered: