Julian Tölle
Julian Tölle
This is explained in our docs: https://github.com/hetznercloud/hcloud-cloud-controller-manager/blob/main/docs/deploy_with_networks.md#considerations-on-the-ip-ranges
I opened https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/issues/1477 In general, this is not an issue with hcloud-cloud-controller-manager but rather a misconfiguration by the user (through kube-hetzner). Hetzner does not provide official support for this.
This fix for this was released in kube-hetzner [v2.14.5](https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/releases/tag/v2.14.5) I will close the issue, please respond if you still encounter the same problem.
Hey @M4t7e, just to confirm, the "8 Annotations" limit is from the [`Gateway.spec.infrastructure.annotations`](https://gateway-api.sigs.k8s.io/reference/spec/#gatewayinfrastructure) field, right? I found this thread where the limit was discussed and added, it sounds like this...
I personally dislike the many annotations, and have often wondered how we could provide a better alternative. The Gateway API `parameterRef` looks better, but a Gateway API Provider needs to...
Hey @borisceranic, looks like this bug was introduced in #874, first released in 1.46.0. This only happens if you omit the `/32` at the end of your allowed IPs. If...
This is reproducable with this e2e test: ```go func TestFirewallResource_Regression931(t *testing.T) { var f hcloud.Firewall res := firewall.NewRData(t, "update-keep-rules", []firewall.RDataRule{ { Direction: "in", Protocol: "tcp", SourceIPs: []string{"192.0.2.250"}, Port: "80", Description:...
> By the way: are you saying that if I stick with the provider 1.45.0 or older (for the time being) that the issue would not happen? In theory yes,...
Looks like we are running into the same bug as described here: https://github.com/hetznercloud/terraform-provider-hcloud/pull/468