Skip to content

Removing a Node

This is a bit more involved as the k8s cluster will not forget the node without deprovisioning it from the cluster.

If a node is missing, k8s will give it ~5mins to reappear before deciding not to schedule jobs on it. This is k8s expected behaviour.

To remove a node entirely from the cluster it is necessary to deprovision it from k8s cluster database.

TBD