Skip to main content

remove-node (Beta)

This topic describes the options available with the Embedded Cluster remove-node command.

Usage

sudo ./<app-slug> remove-node <node-name> [flags]

Replace node-name with the Kubernetes node name to remove.

Flags

FlagTypeDescription
--forceForce removal of a controller node even if removing it breaks etcd quorum. This is dangerous and can leave the cluster inoperable.
--skip-drainSkip draining workloads from the node before removal. Use this flag to remove a node that is already unreachable.
-h, --helpHelp for remove-node.