-
Notifications
You must be signed in to change notification settings - Fork 991
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
Fix 1324: Add fs_group_change_policy for the pod security_context #1451
Fix 1324: Add fs_group_change_policy for the pod security_context #1451
Conversation
This allow to add the option fs_group_on_change_policy in the pod security_context
The new option is only available in version 1.20.0 of k8s. |
Any way to get a reviewer on this? |
Hi @GDegrove, Thank you for your contribution. I am going to review your changes. In the meantime, could you please update related provider documentation in Thanks! |
Can you please rebase your branch to address conflicts and catch up with all the latest changes? Thank you. |
Merged in #1892 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Update the pod specification to allow the usage of the
security_context
optionfsGroupChangePolicy
.This options is available in version 1.20.0+ of kubernetes prevents pods from starting if they mount volumes with a high amount a files.
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
resolves #1324
Community Note