Replies: 1 comment
-
Take a look at v2.18.1, should fix your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm experiencing a problem with the update to version 2.18.0. After upgrading, all my clusters and load balancers would be redeployed by Terraform. From my perspective, the reason for the redeployment is the change of the subnet handling of the networks.
terraform-hcloud-kube-hetzner/locals.tf
Lines 304 to 310 in a6faafd
The behavior before 2.18.0 was a little bit different:
terraform-hcloud-kube-hetzner/locals.tf
Lines 245 to 247 in eb20e0a
This ends up in a new IP address for the services and forces replacement. Here's an example:
The only network-specific thing I have configured is the
use_control_plane_lb = true
. All other network values are using the defaults.Has anyone else encountered this issue? What would be the recommended approach to resolve this problem?
Thank you very much.
Regards,
Manuel
Beta Was this translation helpful? Give feedback.
All reactions