
Sometimes an instance/cluster can be stuck in BUILD state forever. Attempting to delete the instance in this state is currently not allowed. Add force-delete and reset-status command. Reset-status will reset the status to ERROR, letting the instance/cluster be deleted. Force-delete will combine functionality of reset-status and delete. Change-Id: I957b4be5030e493e0eb8c6b6855d41b942b2823c Partial-Bug: #1579141
7 lines
249 B
YAML
7 lines
249 B
YAML
features:
|
|
- The reset-status command will set the task and status
|
|
of an instance to ERROR after which it can be deleted.
|
|
- The force-delete command will allow the deletion of
|
|
an instance even if the instance is stuck in BUILD
|
|
state.
|