Deleting an OKE Node Pool Node

Learn how to explicitly delete an OKE worker node on Compute Cloud@Customer.

Worker nodes are also deleted when you update a node pool to scale down the node pool or change the subnet or fault domains of the node pool. See Updating an OKE Node Pool.

Caution

Deleting a worker node permanently deletes the node. You can't recover a deleted worker node.

When you delete a node, by default a new node is created to satisfy the node count set for the pool. To override this behavior, select the option to decrease node pool size.

Important

Don't use the kubectl delete node command to terminate worker nodes in an OKE cluster. The kubectl delete node command removes the worker node from the cluster's etcd key-value store, but the command doesn't terminate the underlying compute instance.

Was this article helpful?