-
Notifications
You must be signed in to change notification settings - Fork 334
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
external-provisioner yields whole stack trace when it loses connection to the CSI driver #732
Comments
Care to submit a PR? Simply update to the latest klog and then use The same change needs to go into all sidecars which use |
Thanks! klog dependency in the HEAD is already at the latest tag ( |
Ah, sorry. The corresponding klog invocation rather comes from https://github.com/kubernetes-csi/csi-lib-utils: |
Looks like this is already fixed in https://github.com/kubernetes-csi/csi-lib-utils with kubernetes-csi/csi-lib-utils#81. |
Then the dependency update in #710 should fix it. |
It should be rather fixed for external-provider >= v3.0.0. This is the commit that updated to Does it make sense to update external-provider release-2.1 and release-2.2 branches by updating |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/close |
@ialidzhikov: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig storage
/kind bug
What happened:
external-provisioner yields whole stack trace when it loses connection to the CSI driver.
What you expected to happen:
external-provisioner to only log connection lost and to exit (without logging thousands of lines of stack trace that is not useful for anyone).
How to reproduce it:
Anything else we need to know?:
The issue is similar to kubernetes/kubernetes#107665.
Environment:
kubectl version
): 1.21.10The text was updated successfully, but these errors were encountered: