{"id":18552578,"url":"https://github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver","last_synced_at":"2026-01-31T11:02:34.431Z","repository":{"id":241941712,"uuid":"801441846","full_name":"ionos-cloud/ionoscloud-blockstorage-csi-driver","owner":"ionos-cloud","description":"Container Storage Interface (CSI) plugin for IONOS Cloud block storage.","archived":false,"fork":false,"pushed_at":"2025-07-29T14:55:55.000Z","size":119,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-29T15:03:29.190Z","etag":null,"topics":["csi-driver","ionoscloud"],"latest_commit_sha":null,"homepage":"https://cloud.ionos.com","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ionos-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-16T08:34:50.000Z","updated_at":"2025-07-29T12:19:32.000Z","dependencies_parsed_at":"2025-01-06T16:33:13.696Z","dependency_job_id":"fd4f2c57-4bcf-43b9-b65c-aa8caf02aa97","html_url":"https://github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver","commit_stats":null,"previous_names":["ionos-cloud/ionoscloud-blockstorage-csi-driver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ionos-cloud/ionoscloud-blockstorage-csi-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fionoscloud-blockstorage-csi-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fionoscloud-blockstorage-csi-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fionoscloud-blockstorage-csi-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fionoscloud-blockstorage-csi-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionos-cloud","download_url":"https://codeload.github.com/ionos-cloud/ionoscloud-blockstorage-csi-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fionoscloud-blockstorage-csi-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csi-driver","ionoscloud"],"created_at":"2024-11-06T21:14:36.111Z","updated_at":"2026-01-31T11:02:34.427Z","avatar_url":"https://github.com/ionos-cloud.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ionoscloud-blockstorage-csi-driver\n\n![image-version] ![chart-version]\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/container-storage-interface/spec/master/logo.png\" width=\"200\"\u003e\n  \u003cimg src=\"./docs/assets/images/LOGO_IONOS_Blue_RGB.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\nContainer Storage Interface (CSI) plugin for IONOS Cloud [block storage][1].\n\nThe repository currently only contains the Helm chart.\nThe actual driver will be open sourced later.\n\nSelect release candidate images will be pushed to GitHub Container Registry.\nOnly these images should be used together with the helm chart.\n\n## Features\n\n* **Static Provisioning\u0026ast;**: Associate an externally-created volume with a [Persistent Volume][2] (PV) for consumption\n  within Kubernetes.\n* **Dynamic Provisioning**: Automatically create volumes and associated [Persistent Volumes][2] from\n  [PersistentVolumeClaims][3] (PVC). Parameters can be passed in via a [StorageClass][4] for fine-grained control over\n  volume creation.\n* **Volume Resizing**: Expand a volume without downtime by specifying a new size in the [PersistentVolumeClaims][5].\n* **Volume Snapshots**: Create and restore [snapshots][6] taken from a volume in Kubernetes.\n\nConfigurable storage class parameters:\n\n* `type`: Available type names are `HDD`, `SSD`, `SSD Standard` or `SSD Premium`. `SSD` is an alias for `SSD Standard`.\n* `availabilityZone`: Defaults to `AUTO` if not set.\n* `fstype`: Currently only `ext2`, `ext3` and `ext4` (default) are supported.\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.\n\n[1]: https://cloud.ionos.com/storage/block-storage\n[2]: https://kubernetes.io/docs/concepts/storage/persistent-volumes\n[3]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#dynamic\n[4]: https://kubernetes.io/docs/concepts/storage/storage-classes/#the-storageclass-resource\n[5]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims\n[6]: https://kubernetes.io/docs/concepts/storage/volume-snapshots\n\n**\u0026ast;**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.\n\n[image-version]: \u003chttps://ghcr-badge.egpl.dev/ionos-cloud/ionoscloud-blockstorage-csi-driver/latest_tag?label=app version\u003e\n[chart-version]: \u003chttps://ghcr-badge.egpl.dev/ionos-cloud/helm-charts/ionoscloud-blockstorage-csi-driver/latest_tag?label=chart version\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionos-cloud%2Fionoscloud-blockstorage-csi-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionos-cloud%2Fionoscloud-blockstorage-csi-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionos-cloud%2Fionoscloud-blockstorage-csi-driver/lists"}