-
Notifications
You must be signed in to change notification settings - Fork 2k
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
csi: controller plugin timeouts #7629
Comments
After a lot of tedious debugging, I've conclusively figured out that the However, in the case of Maybe there's room to suggest that |
Although #7632 partially fixes this, I'm re-opening it so we can make further improvements in the 0.11.1 cycle. |
With #7794 merged there's one last item to do on this before it can be closed which is to restore the original timeout length we had in the client. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
With the fixes in #7626 I've got most of the unpublish workflow working again.
But we're getting controller timeouts when trying to unpublish with the EBS plugin. It appears that the controller plugin is sending the AWS API call and the volume is getting detached, but the RPC call is not returning, so it then times out and bubbles up as an error so we don't release the claim.
Logs from the controller plugin:
The text was updated successfully, but these errors were encountered: