Azure / container-upstream

This project captures work in progress, and completed work for the Azure Core Container Upstream team
MIT License
53 stars 26 forks source link

CSI Migration for Windows #53

Closed PatrickLang closed 2 years ago

PatrickLang commented 5 years ago

Option 1:

Option 2 - use storage proxy. This is detailed in https://github.com/kubernetes/enhancements/issues/1122 and https://github.com/kubernetes/enhancements/pull/1141

andyzhangx commented 5 years ago

I think option#1 is easier to implement. @PatrickLang if you are working on a POC or investigation on Windows CSI driver, would you try azure disk CSI driver first: https://github.com/kubernetes-sigs/azuredisk-csi-driver, thanks. This driver could build on Windows already.