-
Notifications
You must be signed in to change notification settings - Fork 255
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
Generic native CSI Driver should not have reference to specific vendor packages #736
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
@andyzhangx Please acknowledge |
@sean-freeman do you have time to contribute on this? |
@andyzhangx I am engaged in multiple other open source projects of significant scale, I cannot provide help here. I noticed this dependency problem by accident when performing K8S testing, I am not a K8S Dev and would be lost in this CSI code. |
What happened:
Generic native CSI Driver should not have reference to specific vendor packages. Code should not contain
az
specific references in codeVendor specific code within a generic driver should not exist, unless additional handling is required for functionality with that vendor. Unnecessary dependency is created on
cloud-provider-azure
, with reference tocloud-provider-azure/pkg/cache
as a wrapper fork8s.io/client-go/tools/cache
What you expected to happen:
N/A
How to reproduce it:
N/A
Anything else we need to know?:
Environment:
all
kubectl version
):all
all
uname -a
):all
The text was updated successfully, but these errors were encountered: