Open WeaselScience opened 1 year ago
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.
Hey @WeaselScience,
Its not very well documented, but the controller
does not need to run on Cloud Nodes if you set the HCLOUD_VOLUME_DEFAULT_LOCATION
environment variable to your preferred default location. By default the controller uses the location of the Cloud Server its running on (through the metadata service), but if you configure it you can run it anywhere you like.
This is something that we should make easily configurable through the Helm Chart and change the default to be more user friendly. I will update the issue title as such.
The
hcloud-csi-controller
deployment has no node anti-affinity for nodes labeled withinstance.hetzner.cloud/is-root-server=true
by default. This means that the pod can get deployed on robot servers, rendering it useless, as it cannot access the API.The
hcloud-csi-node
DaemonSet already has anti-affinity for labeled robot nodes, it should probably be added to the deployment aswell.