百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

csi-driver

> 云原生
开源

Kubernetes Hetzner Cloud Volumes 的容器存储接口驱动程序

793 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Kubernetes Hetzner Cloud Volumes 的容器存储接口驱动程序

Container Storage Interface driver for Hetzner Cloud

This is a Container Storage Interface driver for Hetzner Cloud enabling you to use ReadWriteOnce Volumes within Kubernetes & other Container Orchestrators. Please note that this driver requires Kubernetes 1.19 or newer.

Kubernetes Docs

  • :rocket: See the quick start guide.
  • :book: See the CSI driver architecture for the involved components.

Other Container Orchestrators

These environments are not officially supported. However, thanks to their compatibility with the CSI spec and community contributions, quick start guides are available for the following:

  • Docker Swarm️
  • HashiCorp Nomad️

Development

Setup a development environment

To setup a development environment, make sure you installed the following tools:

  • tofu
  • k3sup
  • docker
  • skaffold
  1. Configure a HCLOUD_TOKEN in your shell session.

[!WARNING] The development environment runs on Hetzner Cloud servers which will induce costs.

  1. Deploy the development cluster:
bash
make -C dev up
  1. Load the generated configuration to access the development cluster:
bash
source dev/files/env.sh
  1. Check that the development cluster is healthy:
bash
kubectl get nodes -o wide
  1. Start developing the CSI driver in the development cluster:
bash
skaffold dev

On code change, skaffold will rebuild the image, redeploy it and print all logs from csi components.

⚠️ Do not forget to clean up the development cluster once are finished:

bash
make -C dev down

Run the docker e2e tests

To run the integrations tests, make sure you installed the following tools:

  • docker
  1. Run the following command to run the integrations tests:
bash
go test -v -tags integration ./test/integration

Run the kubernetes e2e tests

The Hetzner Cloud CSI driver is tested against the official kubernetes e2e tests.

Before running the integrations tests, make sure you followed the Setup a development environment steps.

  1. Run the kubernetes e2e tests using the following command:
bash
make -C test/e2e/kubernetes test

License

MIT license

Issues· 27 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Gocsicsi-drivercsi-pluginhetzner-cloud

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类云原生
定价开源

> 相关工具

K
Kubernetes
容器编排事实标准
H
Helm
Kubernetes 包管理器
S
seaweedfs
SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables,