monogon-dev/monogon

metropolis: implement removing nodes

fionera opened this issue · 3 comments

Currently there is no way to remove a node from a cluster

q3k commented

There's two things here:

  1. A proper, safe decomissioning flow, including draining, Kubernetes state sync, etc.
  2. A way to just remove dead nodes and generally 'clean up'.

We mostly need the latter, so that's what we should probably implement first. Then the decomissioning flow will include the latter, either automatically or as part of the process to be done by operators.

q3k commented

(good first issue for the 'clean up' part)