Julian Tölle
Julian Tölle
Probably, not sure how Go
This IPv4 is always enabled if the cluster does not use private networks, maybe thats the cause? https://github.com/syself/cluster-api-provider-hetzner/blob/c6cab3c53bc89782018698a8aec98575a52c3879/pkg/services/hcloud/server/server.go#L463-L466
I can reproduce the issue. I have written an acceptance test that also exhibits the bug: ```go func TestServerResource_ImportPublicNet(t *testing.T) { // Regression test for https://github.com/hetznercloud/terraform-provider-hcloud/issues/944 var s hcloud.Server sk...
Applying the patch from #597 fixes this particular issue. But in the comments of the PR I wrote: > Closing as I have not managed to fix the bugs that...
The bugs from #597 are still there and can not be fixed with the SDKv2. We will need to migrate the `hcloud_server` resource to the Plugin Framework to have a...
Good suggestion, we should support every single resource in our API. If anyone wants to pick this up before we get to this, you can check out the patterns we...
Thanks for the suggestion. Do you have any tools where you like how this is implemented?
Nice suggestion. Placement Groups have a limit of 10 instances, so using them for all your Nodes might become a Problem. This can be introduced more nicely in the new...
`HCLOUD_CLUSTER_CONFIG` will override `HCLOUD_CLOUD_INIT`: https://github.com/kubernetes/autoscaler/blob/81eed9622b009fc3f3f71429f124688c71a4dfc1/cluster-autoscaler/cloudprovider/hetzner/hetzner_node_group.go#L416-L420 The JSON should look like this: ```json { "nodeConfigs": { "pool-1": { "placementGroup": "name or ID here" } } ``` > Could a warning be...
@dominic-p are you interested in implementing this? I can help out if you have any questions :) /remove-lifecycle stale