You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCX13 servers unavailable in FSN1 despite UI showing availability
CCX13 servers in FSN1 location are shown as available in Hetzner Cloud UI (see screenshot), but when attempting to deploy via kube-hetzner, the API returns resource unavailability errors. Deployment works successfully when using HEL1 location instead.
# Authenticateexport HCLOUD_TOKEN="<API Token>"# List Datacenters
hcloud datacenter list
# List Server Types
hcloud server-type list
# List images
hcloud image list
# Create a server
hcloud server create --datacenter fsn1-dc14 --type ccx33 --image ubuntu-24.04 --name fsn1-ccx33-ubuntu
Just did an experiment and it shows that availability shown on the Hetzner is not necessary reflect instances availability.
Server type ccx23 and ccx33 is not available, but I was able to run servers, but not ccx43 and got an error
hcloud: error during placement (resource_unavailable, 8cf3b34cd58bf6ab)
Description
CCX13 servers unavailable in FSN1 despite UI showing availability
CCX13 servers in FSN1 location are shown as available in Hetzner Cloud UI (see screenshot), but when attempting to deploy via kube-hetzner, the API returns resource unavailability errors. Deployment works successfully when using HEL1 location instead.
Config that fails:
Error received:
Working solution:
Change location to
hel1
for nodepools and load balancer - confirmed working with same CCX13 server type.Kube.tf file
Screenshots
Platform
Mac
The text was updated successfully, but these errors were encountered: