I have a node that shows up as offline
when I run gravity status
, which is true as the instance is no longer around. The node does not show up when I run kubectl get nodes
. Running gravity remove
(and gravity remove --force
) for the node, however, fails and the node remains listed as part of my cluster.
Is there a way to see why the gravity remove
(and gravity remove --force
) commands for the node are failing? Or is there another way to remove an unrecoverable node?