jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

Offer storageclass independant of cloudprovider #48

Open obeyler opened 4 years ago

obeyler commented 4 years ago

New feature request: Like some product as openebs (openebs.io) or rook-ceph, the bosh release should offer a solution for PV independant from cloud provider. I think it can be made by adding raw disk to the deployment of node and use it as raw device. If we had it we don't need anymore to configure cloudprovider inside K8S.

jhunt commented 4 years ago

What would need to change about this BOSH release to support out-of-tree cloud providers? I was under the impression one could just run one as pods, and they would handle everything via the API.