Replies: 1 comment 2 replies
-
Have you applied a different configuration with other node pools before this one, which was unsuccessful and left the subnet behind as a leftover? There's also a chance that a subnet or route was added manually, which overlaps with the workerx86 subnet ( However, your current configuration is in good shape. I just tested it and everything's running smoothly. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I want to use a x86 and a arm worker but I do not understand how I can manage to do that.
my current configuration:
I am getting following error if I try to apply that:
│ Error: ip range overlaps with existing subnetwork or route (invalid_input, 8c5...): [] │ │ with module.kubernetes.hcloud_network_subnet.worker["workerx86"], │ on .terraform/modules/kubernetes/network.tf line 93, in resource "hcloud_network_subnet" "worker": │ 93: resource "hcloud_network_subnet" "worker" {
Beta Was this translation helpful? Give feedback.
All reactions