-
Notifications
You must be signed in to change notification settings - Fork 336
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
GRPC response DeadlineExceeded #1305
Comments
What external-provisioner do you use? I can see that the latest v5.1.0 uses value of With
And with
If you have the latest provisioner version, I would suggest to debug on your side, as I can't reproduce the issue. |
I can see the --timeout works correcly even with v5.0.1, so please triple check everything on your side. |
What happened:
When use external-provisioner, we creat pvc, then our driver creates volume successfully, [controllerserver.go:116] CreateVolume pvc-069b89a0-271f-4d86-86bf-61608aae66d4 success. cost time:10.125894947s, it cost time more than 10s
then external-provisioner reports context deadline exceeded, it seems that timeout is 10s
howerver, --timeout param seems not work
What you expected to happen:
external-provisioner GRPC response is normal
How to reproduce it:
driver creates volume cost time more than 10s
Anything else we need to know?:
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: