-
Notifications
You must be signed in to change notification settings - Fork 137
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
Newly introduced drivername makes csi-smb-node crash #281
Comments
try run helm with Another workaround is try |
Hi and thanks for quick reply!! Unfortunately we can't revert to v.0.6.0 because you fixed another issue in v.0.7.0 so it won't help us setting the pull policy to always (because it will still just get the newest version that has the drivername error). Is there anything we can do to help things along? It's quite urgent for us as we're in the middle of testing of our platform and solution. I guess it's some golang flag issue, but I'm no golang expert to say it the least :-) Best regards |
Another workaround is try What issue are you mentioning? |
Hi again, The issue is that the latest version (both using image tag latest and 0.7.0) doesn't work when using Helm.
|
And then change
|
BTW, once #259 is merged, I will publish a GA release, that's a milestone. |
Oh, you're right (of course). We're looking forward to the next GA release. |
What happened:
We upgraded our Helm template from v.0.7.0 to v.0.7.0 (yes, an upgrade to the same version).
After the upgrade the node, csi-smb-node, started to fail with the following error:
We've looked into your commits and it appears that you've made a commit a couple of weeks ago that introduced this new flag.
Unfortunately it breaks the functionality - at least when using Helm.
We tried to set driver.name as a Helm argument but that did not work either.
What you expected to happen:
Absolutely nothing as we "upgraded" from the same version.
How to reproduce it:
Install the Helm chart v.0.7.0
Anything else we need to know?:
You really should make the versioned Helm charts use versioned containers rather than using the "latest" tag! We need to be sure that a versioned Helm chart will be the same on all environments.
You could simply introduce a "-devel" tag. E.g. 0.8.0-devel then users could opt-in to use a development version if needed.
Environment:
kubectl version
): v1.21.1uname -a
): Linux XXX-38TWBI11 4.15.0-143-generic Fix image repo, version and flag to support ARM64 #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: