Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for vSphere storage Container Storage Interface (CSI) #5309
Comments
|
@vjtm thanks for the issue, if you're up to make a PR we'll be happy to review it. |
|
@Miouge1 see also the Getting Started with VMware Cloud Native Storage |
|
I would love to work on that, however some guidelines about how to add an external cloud provider would be nice. Is there any information about the project structure? Edit: I guess the External OpenStack Cloud Controller Manager implementation is a good enough reference. |
|
@pierreyves-lebrun |
|
Brilliant! I'm tagging this for 2.13, but we can move it to 2.14 depending on how things go. |
|
There is a problem with For example, when I run a playbook in the first time it is ok, but when I run the playbook in the second time I get the error:
|
|
Thanks for #6210, I hadn't realized kubectl create would fail on subsequent runs! We should probably close this issue now as the main feature has been implemented. |
|
Also got hit by it, thank you for quick fix :) |
|
How would this work with multiple vSAN datastores over multiple clusters? |
I believe some modifications would be required, essentially the following needs to be implemented: |


What would you like to be added:
Support for deploying vSphere storage Container Storage Interface (CSI).
It' GA already.
https://github.com/kubernetes-sigs/vsphere-csi-driver
https://cloud-provider-vsphere.sigs.k8s.io/
It requires vSphere 6.7u3+
Why is this needed:
Thanks