-
Notifications
You must be signed in to change notification settings - Fork 62
CSI driver doesn't process requests after 1.29 -> 1.30 -> 1.31 upgrade #330
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
Comments
Hey @themightychris! Thanks for bring this issue to attention. Could you provide with some more information about what you are experiencing? You are not able to provision new volumes at all by creating new PVCs? Also are the existing volumes created by the CSI driver? Could you also provide the event logs for when you try to use existing volumes or create new PVCs? This information would help in debugging this. |
I found the issue, the upgrade process added a I've seen this on three clusters now that I've rapidly upgraded from 1.29 to 1.30 to 1.31—all of the clusters I've upgrade like this, so it seems certainly to be a flaw in the upgrade process Healthy 1.31 clusters don't have this |
Btw are you using LKE cluster? |
Yes |
We found what was causing the issue and have a fix for it. Thank you for bring this up. Going forward you shouldn't be seeing this once the fix is rolled out! |
@komer3 awesome, thanks! When might the fix be rolled out? I have a bunch more clusters to upgrade down the same path so I can wait until it's rolled out and then verify for you |
Its scheduled for rollout for monday (9th dec). Please let us know if you still see the invalid container spec issue after rollout. |
I've seen this exact behavior each time on 3 cluster now after rapidly upgrading from 1.29 to 1.30 to 1.31
Existing volumes don't get attached and new PVC's don't get fulfilled:
Waiting for a volume to be created either by the external provisioner 'linodebs.csi.linode.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
csi-node-driver-registrar
output looks normal:And so does
csi-linode-plugin
(other than that it's not doing anything):The text was updated successfully, but these errors were encountered: