Quick start

June 16, 2026 ยท View on GitHub

  1. Create a read+write API token in the Hetzner Cloud Console as described in this document.

  2. Create a secret containing your Hetzner Cloud API token:

kubectl -n kube-system create secret generic hcloud --from-literal=token=<hcloud API token>
  1. Add the Helm repository:
helm repo add hcloud https://charts.hetzner.cloud
helm repo update hcloud
  1. Install the chart:
helm install hcloud-csi hcloud/hcloud-csi -n kube-system