apache / cloudstack-kubernetes-provider

Apache Cloudstack Kubernetes Provider
https://cloudstack.apache.org/
Apache License 2.0
38 stars 21 forks source link

Implement persistent volume support #14

Closed onitake closed 4 months ago

onitake commented 4 years ago

CloudStack can create, destroy, attach and detach persistent volumes to nodes in the form of data disks on primary storage.

These can be used as persistent volumes in Kubernetes, with some limitations:

The CCM framework currently contains an interface for fetching Labels for Persistent Volumes, but it is not entirely clear how this integrates with a cloud provider. It may be necessary to implement a separate storage provisioner. This provisioner could be standalone or interface with the cloud provider.

joschi36 commented 3 years ago

There is now CSI driver for CloudStack. Do you think we can close this issue? https://github.com/apalia/cloudstack-csi-driver