inexplicable behavior during deployment, about 19 out of 20 fail #1821
Replies: 3 comments 8 replies
-
Same here. Seems like Hetzner is running out of servers... I have opened a support request and just got a response (translated):
In my kube.tf file I have not specified a placement group. I think the code in placement_groups.tf will generate a placement group per nodepool, which means that each virtual server of one nodepool will (try to) be created on a different host. Hosts with available servers seem to be limited, which may result in the failing deployment. I'll try to find a way to skip setting placement groups later, maybe someone already has some input on that? |
Beta Was this translation helpful? Give feedback.
-
Same here. Any solutions? |
Beta Was this translation helpful? Give feedback.
-
I already spoke with Hetzner support last week. They said there was currently an issue with placement groups and that they would inform me about my ticket in writing, which unfortunately never happened. I called again today and was fobbed off rather rudely and told to submit a new ticket. Although there seem to be various issues with creating and even deleting resources, they don't seem to want to make any status or incidents public. I find this level of customer service very disappointing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm experiencing some strange behavior, and I'm not sure what's causing it. Most deployments with my kube.tf fail. In the Hetzner console, I can see machines popping up briefly and then disappearing again. I'm not sure if it's a Hetzner Cloud issue or a configuration problem on my part.
I've been trying for days, and it keeps failing with the same behavior.
Is the problem reproducible, or is it just me?
regards,
Erik
Here's the output from terraform apply (after plan):
kube.tf (without comments and spaces):
Beta Was this translation helpful? Give feedback.
All reactions