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
| Flag | Type | Description |
|---|---|---|
--force | Force removal without additional confirmation. | |
--skip-drain | Skip draining workloads from the node before removal. | |
-h, --help | Help for remove-node. |