gardener / machine-controller-manager

Declarative way of managing machines for Kubernetes cluster
Apache License 2.0
247 stars 115 forks source link

Support multiple data-disks for the machines. #462

Open hardikdr opened 4 years ago

hardikdr commented 4 years ago

What would you like to be added: Currently, MCM boots-up the machines with only one root disk, we should allow users to be able to attach multiple worker-disks. There has been already some work done in this area, this is the umbrella issue to track the overall progress of the feature, along with integration with Gardener.

Progress at different providers:

hardikdr commented 4 years ago

From: https://github.com/gardener/machine-controller-manager/issues/338

yarivlifchuk commented on Oct 7, 2019 • Application Studio (Web IDE DevX) uses ephemeral disk in AliCloud,AWS,Azure,NS2 Encrypted Ephemeral storage (not storage class) requires allocate additional Disk for each node and make it encrypted. in AliCloud there is only a System Disk and not a Data Disk.System Disk is not encrypted (for OS use). The requirement for encrypted data disk is coming from SAP IT Global Security

Impact: Operator IaaS can take the disk and expose the customer data. WebIDE is going GA on Ali on Sep 2019

himanshu-kun commented 2 years ago

cc @kon-angelo for updates on openstack part

himanshu-kun commented 2 years ago

cc @briantopping for updates on VMware vsphere side