-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support windows version of this driver for CSI node plugin operations on windows worker nodes. #44
Comments
/assign @humblec |
@j-griffith @andyzhangx @msau42 I have been prototyping the code for windows version of iscsi driver and would like to get an opinion on what will be the right place to put this code. That said, either we can have a clubbed versionwhich holds both linux and windows mounters from this repo or we can just create another project or repo for windows version of the iscsi CSI driver. Any preference on this ? |
@humblec should support windows in this project, could refer to smb csi driver: https://github.com/kubernetes-csi/csi-driver-smb/blob/master/pkg/smb/smb_common_windows.go |
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 |
The Kubernetes project currently lacks enough active 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 rotten |
The Kubernetes project currently lacks enough active 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. /close |
@k8s-triage-robot: 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. |
At present, csi-driver-iscsi does not support or lack windows version support. Considering csi-proxy does have named pipe mounts which support ISCSI operations, its good to have windows version of this driver .
csi-proxy: https://github.com/kubernetes-csi/csi-proxy/blob/master/README.md
csi-proxy expose APIs for windows mounter like below:
The text was updated successfully, but these errors were encountered: