This message was deleted.
# harvester
a
This message was deleted.
b
kubectl delete node <node-name>
There's a lot that could be going on in the background, but if it were me, I'd probably already have powered down the node, and wiped the disks/OS before doing it this way.
(assuming you're running on bare metal)
Just make sure it's not the only control plane node or something
you should be able to check with
kubectl get nodes
b
I am going give it a try. Thanks!
I was able to delete the node and then add it back with a new/diff name
Using the same node name did not work
any idea how to fix that?
b
find the lingering references and delete them?
Search through the support bundle to find them?
b
Thanks. I will have to do that.
I wish there was some docs on how things are linked.