Issues with Openstack Terraform setup #3303
Unanswered
DevDynastyX
asked this question in
Q&A
Replies: 1 comment
-
You may have some leftover IPs created by kubernetes Service, type: LoadBalancer objects. Those will prevent deleting subnet and network. |
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
-
Hi,
not sure if that is the right place but I was able to setup kubeone inside Openstack with the terraform quick setup modules. However when trying to do a terraform destroy, terraform is not able to destroy certain ressources and it runs in a timeout.
After some rebuilding and destroying I came to the conclusion that it might have something to do with the setup of the loadbalancer kube_apiserver, since everytime when I delete ports from the created network everything else will be destroyed by terraform as expected.
the ports have no names and are fixed to certain IPs:
Does anyone else have this issue?
Beta Was this translation helpful? Give feedback.
All reactions