-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
kind/featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If one wants to properly remove nodes with kubespray, even if the nodes have failed, then you need to add reset_nodes=false and allow_ungraceful_removal=true under -e. However it should be under the same -e as the node argument, so we need to extend it a bit, so that it can have the same protection as regular node removals.
Describe the solution you'd like
A flag --ungraceful or similar to remove node command to run with this set.
Definition of done:
- Remove nodes can with a flag allow ungraceful removals.
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request