Quick start
June 16, 2026 ยท View on GitHub
-
Create a read+write API token in the Hetzner Cloud Console as described in this document.
-
Create a secret containing your Hetzner Cloud API token:
kubectl -n kube-system create secret generic hcloud --from-literal=token=<hcloud API token>
- Add the Helm repository:
helm repo add hcloud https://charts.hetzner.cloud
helm repo update hcloud
- Install the chart:
helm install hcloud-csi hcloud/hcloud-csi -n kube-system