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 Standard
orSSD Premium
.SSD
is an alias forSSD Standard
.availabilityZone
: Defaults toAUTO
if not set.fstype
: Currently onlyext2
,ext3
andext4
(default) are supported.
See CONTRIBUTING.md for more information.