You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/22 20:55:39 UTC

[GitHub] [cloudstack-kubernetes-provider] onitake opened a new issue #14: Implement persistent volume support

onitake opened a new issue #14: Implement persistent volume support
URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/14
 
 
   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:
   - A data disk can only be attached to one node at a time. This limits the Access Type to `ReadWriteOnce`.
   - Data disks need to be assigned a disk offering at creation time, which must exist in CloudStack and allow specifying a custom size. The offering should be selectable via the Storage Class.
   
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services