Renamed the node while it had min_nodes > 0, what to do now? #1494
Unanswered
abriginets
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used this terraform provider to learn Kubernetes and deploy the cluster for my pet project, and while I was playing around it so happened that I renamed one of the
autoscaler_nodepools
whilemin_nodes
value was1
, and the actual amount of deployed servers was 2. Seems like nothing bad happened, I just now have 2 runaway servers, I guess? I removed the pods that were supposedly occupiying those servers (I hadpodAntiAffinity
deployed at that time, so I guess nothing except my own app was running there) as well as deployments and nodes related to it. Now when I runkubectl get all --all-namespaces
, those nodes/deployments/pods are no longer there, although the servers won't get deleted by any means. I believe I can safely delete those servers from Hetzner web GUI now? Is there anything worth checking before I delete them?Beta Was this translation helpful? Give feedback.
All reactions