Create cluster using RKE2 and OpenStack node driver #7594
Unanswered
manuelstein
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I'm a little confused - when you say "Use the UI", what UI are you referring to?. Are you using rancher? If you're using Rancher then this is the wrong repo for this question. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environmental Info:
RKE2 Version: v2.9.2
OpenStack: Queens
Describe the bug:
I am trying to create an RKE2/K3s cluster on OpenStack (
Cluster: Create OpenStack
) and filling in the OpenStack machine template parameters, I get a pool of nodes with InternalIPs and, by setting thefloatingIPPool
to the network name that provides floating IPs, the VMs also get floating IPs. However, those floating IPs do not appear as external IPs in the OpenstackMachines.rke-machine.cattle.io/v1 status section. And as a result, they don't show up as external IPs in the dashboard and the cluster nodes doesn't have external IPs configured either.Steps To Reproduce:
Use the UI to create a cluster, select RKE2, select OpenStack, enter OpenStack API information to create a node pool.
Expected behavior:
Nodes show up in the UI with both their Internal IP and their External IP (aka floating IP on OpenStack).
Actual behavior:
Nodes only show up with a correct Internal IP and no External IP.
Additional context / logs:
I don't know where to look to debug this further. The OpenstackMachines are in the namespace rke-machine.cattle.io/v1 but I couldn't locate that anywhere on GitHub. Is this using https://github.com/kubernetes-sigs/cluster-api-provider-openstack under the hood?
Beta Was this translation helpful? Give feedback.
All reactions