-
Notifications
You must be signed in to change notification settings - Fork 39
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
Make CVMFS fix configurable #498
Make CVMFS fix configurable #498
Conversation
add in VALUES.md and README.md fix: add mising \n in configmap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this fix @NilsKrattinger. My only suggestion is that we add the deployPostInstallFix
flag only, and remove the externalCvmfsNamespace
option. This fix was never meant to be permanent, just a temporary workaround till the upstream csi chart is fixed. I think it's preferable to simply document the steps or manually restart the csi pods instead.
@NilsKrattinger Thanks for the changes. @ksuderman is also investigating whether this may have been fixed upstream, and hopefully he has some good news to share. |
Add a option to not deploy the CVMFS-fix.
Add ability to restart nodeplugin even if deployed on other namespaceAdd condition to not create the cvmfs-fix configmap if CVMFS isn't used / deployed as CSI for refdata.
Close #494.
Impact #441.