https://github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver
Container Storage Interface (CSI) plugin for IONOS Cloud block storage.
https://github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver
csi-driver ionoscloud
Last synced: 4 months ago
JSON representation
Container Storage Interface (CSI) plugin for IONOS Cloud block storage.
- Host: GitHub
- URL: https://github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver
- Owner: ionos-cloud
- License: apache-2.0
- Created: 2024-05-16T08:34:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T14:55:55.000Z (11 months ago)
- Last Synced: 2025-07-29T15:03:29.190Z (11 months ago)
- Topics: csi-driver, ionoscloud
- Language: Smarty
- Homepage: https://cloud.ionos.com
- Size: 116 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# ionoscloud-blockstorage-csi-driver
![image-version] ![chart-version]
Container Storage Interface (CSI) plugin for IONOS Cloud [block storage][1].
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.
## Features
* **Static Provisioning***: Associate an externally-created volume with a [Persistent Volume][2] (PV) for consumption
within Kubernetes.
* **Dynamic Provisioning**: Automatically create volumes and associated [Persistent Volumes][2] from
[PersistentVolumeClaims][3] (PVC). Parameters can be passed in via a [StorageClass][4] for fine-grained control over
volume creation.
* **Volume Resizing**: Expand a volume without downtime by specifying a new size in the [PersistentVolumeClaims][5].
* **Volume Snapshots**: Create and restore [snapshots][6] taken from a volume in Kubernetes.
Configurable storage class parameters:
* `type`: Available type names are `HDD`, `SSD`, `SSD Standard` or `SSD Premium`. `SSD` is an alias for `SSD Standard`.
* `availabilityZone`: Defaults to `AUTO` if not set.
* `fstype`: Currently only `ext2`, `ext3` and `ext4` (default) are supported.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
[1]: https://cloud.ionos.com/storage/block-storage
[2]: https://kubernetes.io/docs/concepts/storage/persistent-volumes
[3]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#dynamic
[4]: https://kubernetes.io/docs/concepts/storage/storage-classes/#the-storageclass-resource
[5]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims
[6]: https://kubernetes.io/docs/concepts/storage/volume-snapshots
*****Externally created volumes [must have the Disc Serial Exposure flag enabled](https://api.ionos.com/docs/cloud/v6/#tag/Volumes/operation/datacentersVolumesPatch), otherwise the driver won't be able to identify them during the mounting process.
[image-version]:
[chart-version]: