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

Node-pool deletion doesn't fully delete with Talos #319

Open
NerdyShawn opened this issue May 18, 2023 · 1 comment
Open

Node-pool deletion doesn't fully delete with Talos #319

NerdyShawn opened this issue May 18, 2023 · 1 comment

Comments

@NerdyShawn
Copy link

Had an existing Talos cluster where I wanted to try to add a net new named node-pool to a cluster and then delete it

civo k8s node-pool create test02 --name somename -s g4s.kube.xsmall
The pool (somename) was added to the cluster (test02)

That scaled up and was ok, I shortly after then attempted a cli removal

civo k8s node-pool delete test02 somename
Warning: Are you sure you want to delete the somename node pool (y/N) ? y
The node pool (somename) has been deleted from the cluster (test02)

The ui says 4 nodes, but when you click on it says 1 node
image

From the cluster's perspective I see the nodes still there but with scheduling disabled

k get nodes
NAME                                 STATUS                     ROLES    AGE     VERSION
test02-889a-a0ac4c-pool-9022-6mh3s   Ready,SchedulingDisabled   <none>   5h18m   v1.25.5
test02-889a-a0ac4c-pool-9022-bwsq2   Ready,SchedulingDisabled   <none>   5h17m   v1.25.5
test02-889a-a0ac4c-pool-9022-q9syi   Ready,SchedulingDisabled   <none>   5h18m   v1.25.5
test02-889a-a0ac4c-pool-c4a5-is9op   Ready                      <none>   27h     v1.25.5

About 4 hours later I attempted the delete operation again via CLI without change.
The node-pool doesn't exist in the specific cluster ui, only the main "kubernetes" menu from the web ui in civo account.
image

I then attempted the same process with k3s type cluster and the named node-pool delete was successful in node-removal so the issue seems specific to Talos type clusters, this was tested in NYC1.

@RealHarshThakur
Copy link
Member

Hey @NerdyShawn , we're looking into this. Thanks for reporting

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

2 participants