Container Storage Interface (CSI) plugin for IONOS Cloud block storage.
The repository currently only contains the Helm chart. The actual driver will be open sourced later.
Select release candidate images will be pushed to GitHub Container Registry. Only these images should be used together with the helm chart.
- Static Provisioning*: Associate an externally-created volume with a Persistent Volume (PV) for consumption within Kubernetes.
- Dynamic Provisioning: Automatically create volumes and associated Persistent Volumes from PersistentVolumeClaims (PVC). Parameters can be passed in via a StorageClass for fine-grained control over volume creation.
- Volume Resizing: Expand a volume without downtime by specifying a new size in the PersistentVolumeClaims.
- Volume Snapshots: Create and restore snapshots taken from a volume in Kubernetes.
Configurable storage class parameters:
type: Available type names areHDD,SSD,SSD StandardorSSD Premium.SSDis an alias forSSD Standard.availabilityZone: Defaults toAUTOif not set.fstype: Currently onlyext2,ext3andext4(default) are supported.
See CONTRIBUTING.md for more information.
*****Externally created volumes must have the Disc Serial Exposure flag enabled, otherwise the driver won't be able to identify them during the mounting process.

