Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 569 Bytes

kk-delete-node.md

File metadata and controls

21 lines (14 loc) · 569 Bytes

NAME

kk delete node: Delete a node.

DESCRIPTION

Delete and cleanup a node. This command will use the kubectl drain to safely evict all pods, then use kubectl delete node to delete the specified node. And network configurations on the node will be cleaned up.

OPTIONS

--debug

Print detailed information. The default is false.

--filename, -f

Path to a configuration file.

EXAMPLES

Delete a node named node2 from a specified configuration file.

$ kk delete node node2 -f config-example.yaml