{"id":13550765,"url":"https://github.com/hetznercloud/csi-driver","last_synced_at":"2026-02-19T08:03:16.848Z","repository":{"id":37927244,"uuid":"162441106","full_name":"hetznercloud/csi-driver","owner":"hetznercloud","description":"Kubernetes Container Storage Interface driver for Hetzner Cloud Volumes","archived":false,"fork":false,"pushed_at":"2025-05-07T09:36:21.000Z","size":1503,"stargazers_count":682,"open_issues_count":16,"forks_count":104,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-07T09:40:09.335Z","etag":null,"topics":["csi","csi-driver","csi-plugin","hetzner-cloud","hetzner-cloud-volumes","kubernetes","kubernetes-volumes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hetznercloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-19T13:26:16.000Z","updated_at":"2025-05-07T09:22:10.000Z","dependencies_parsed_at":"2023-09-28T15:01:06.429Z","dependency_job_id":"c044c92e-2a16-443e-bf35-c1707db87c41","html_url":"https://github.com/hetznercloud/csi-driver","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fcsi-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fcsi-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fcsi-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fcsi-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetznercloud","download_url":"https://codeload.github.com/hetznercloud/csi-driver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254219374,"owners_count":22034397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","csi-driver","csi-plugin","hetzner-cloud","hetzner-cloud-volumes","kubernetes","kubernetes-volumes"],"created_at":"2024-08-01T12:01:37.327Z","updated_at":"2026-02-19T08:03:16.836Z","avatar_url":"https://github.com/hetznercloud.png","language":"Go","funding_links":[],"categories":["Go","kubernetes","Community Tools","Integrations"],"sub_categories":["Volumes and Storage","Rust"],"readme":"# Container Storage Interface driver for Hetzner Cloud\n\n[![Tests](https://github.com/hetznercloud/csi-driver/actions/workflows/test.yml/badge.svg)](https://github.com/hetznercloud/csi-driver/actions/workflows/test.yml)\n[![codecov](https://codecov.io/github/hetznercloud/csi-driver/graph/badge.svg?token=OHFN24A0sR)](https://codecov.io/github/hetznercloud/csi-driver/tree/main)\n\nThis is a [Container Storage Interface](https://github.com/container-storage-interface/spec) driver for Hetzner Cloud\nenabling you to use ReadWriteOnce Volumes within Kubernetes \u0026 other Container\nOrchestrators. Please note that this driver **requires Kubernetes 1.19 or newer**.\n\n## Getting Started\n\nDepending on your Container Orchestrator you need to follow different steps to\nget started with the Hetzner Cloud csi-driver. You can also find other docs\nrelevant to that Container Orchestrator behind these links.\n\n- [Kubernetes](./docs/kubernetes/README.md#getting-started)\n\n#### Environments Outside Official Support\n\n- [Docker Swarm](./docs/docker-swarm/README.md)️\n- [HashiCorp Nomad](./docs/nomad/README.md)️\n\n## Development\n\n### Setup a development environment\n\nTo setup a development environment, make sure you installed the following tools:\n\n- [tofu](https://opentofu.org/)\n- [k3sup](https://github.com/alexellis/k3sup)\n- [docker](https://www.docker.com/)\n- [skaffold](https://skaffold.dev/)\n\n1. Configure a `HCLOUD_TOKEN` in your shell session.\n\n\u003e [!WARNING]\n\u003e The development environment runs on Hetzner Cloud servers which will induce costs.\n\n2. Deploy the development cluster:\n\n```sh\nmake -C dev up\n```\n\n3. Load the generated configuration to access the development cluster:\n\n```sh\nsource dev/files/env.sh\n```\n\n4. Check that the development cluster is healthy:\n\n```sh\nkubectl get nodes -o wide\n```\n\n5. Start developing the CSI driver in the development cluster:\n\n```sh\nskaffold dev\n```\n\nOn code change, skaffold will rebuild the image, redeploy it and print all logs from csi components.\n\n⚠️ Do not forget to clean up the development cluster once are finished:\n\n```sh\nmake -C dev down\n```\n\n### Run the docker e2e tests\n\nTo run the integrations tests, make sure you installed the following tools:\n\n- [docker](https://www.docker.com/)\n\n1. Run the following command to run the integrations tests:\n\n```sh\ngo test -v -tags integration ./test/integration\n```\n\n### Run the kubernetes e2e tests\n\nThe Hetzner Cloud CSI driver is tested against the official kubernetes e2e tests.\n\nBefore running the integrations tests, make sure you followed the [Setup a development environment](#setup-a-development-environment) steps.\n\n1. Run the kubernetes e2e tests using the following command:\n\n```sh\nmake -C test/e2e/kubernetes test\n```\n\n## License\n\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Fcsi-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetznercloud%2Fcsi-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Fcsi-driver/lists"}