fix: make CSI rollout checks configurable and faster
Some checks failed
Deploy Cluster / Terraform (push) Successful in 43s
Deploy Cluster / Ansible (push) Failing after 8m19s

This commit is contained in:
2026-03-01 18:28:17 +00:00
parent 712f4e8f82
commit 6593adbea6
2 changed files with 21 additions and 7 deletions

View File

@@ -2,3 +2,7 @@
hcloud_token: ""
cluster_name: "k8s-cluster"
csi_manifest_url: "https://raw.githubusercontent.com/hetznercloud/csi-driver/v2.12.0/deploy/kubernetes/hcloud-csi.yml"
csi_rollout_timeout_seconds: 30
csi_rollout_retries: 8
csi_rollout_delay_seconds: 5
csi_failure_log_tail_lines: 120