We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Efficient SELinux volume relabeling refer: https://kubernetes.io/blog/2023/04/18/kubernetes-1-27-efficient-selinux-relabeling-beta/
Faster mounting of pods with specific access modes in clusters with SELinux enabled OS.
PVC which suffered from delay in mounting due to selinux relabelling issue should no longer occur for specific access modes.
Tasks:
seLinuxMount: true
The text was updated successfully, but these errors were encountered:
Rakshith-R
Successfully merging a pull request may close this issue.
Describe the feature you'd like to have
Efficient SELinux volume relabeling
refer: https://kubernetes.io/blog/2023/04/18/kubernetes-1-27-efficient-selinux-relabeling-beta/
What is the value to the end user? (why is it a priority?)
Faster mounting of pods with specific access modes in clusters with SELinux enabled OS.
How will we know we have a good solution? (acceptance criteria)
PVC which suffered from delay in mounting due to selinux relabelling issue should no longer occur
for specific access modes.
Tasks:
seLinuxMount: true
in csidriver object.The text was updated successfully, but these errors were encountered: