-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Is Pod securityContext fsgroup supported? #1373
Comments
So clearly it is not supported, I still have problems when mounting a volume and running a pod with a user different than root... |
I think #1463 solved this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
icecoffee531
pushed a commit
to icecoffee531/argo-workflows
that referenced
this issue
Jan 5, 2022
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: whynowy <whynowy@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST
What happened:
When submitting workflow yaml file that has securityContext fsGroup defined, argo reports:
Failed to parse workflow: error unmarshaling JSON: while decoding JSON: json: unknown field "fsGroup"
What you expected to happen:
Argo supports fsGroup
The text was updated successfully, but these errors were encountered: