Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghost Node Pool in UI if cluster created outside of UI #220

Open
inichols opened this issue Aug 15, 2024 · 0 comments
Open

Ghost Node Pool in UI if cluster created outside of UI #220

inichols opened this issue Aug 15, 2024 · 0 comments

Comments

@inichols
Copy link

If you create a cluster.provisioning.cattle.io object for an elemental cluster, it will work as expected, but UI then shows the node pool twice.

Screenshot 2024-08-15 094159

Checked to see if there was a duplicate machinedeployment, but only saw one there:

kubectl get machinedeployments.cluster.x-k8s.io -n fleet-default
NAME         CLUSTER   REPLICAS   READY   UPDATED   UNAVAILABLE   PHASE     AGE     VERSION
test-pool1   test      1          1       1         0             Running   4m50s

This looks to be the same if you create it via TF. Unsure, but to be able to create an Elemental cluster via YAML or TF, you do need to precreate the machineinventoryselectortemplates.elemental.cattle.io as it isn't created via the cluster object but rather the UI creates it during the process of setup in the UI for the new cluster. Not sure if this has to deal with the reason two node pools appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant