-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
The installer already creates a MachineSet per availability zone. This MachineSets need to be removed.
This can probably be solved by deploying a job object. The executed container then runs a script (or some other piece of software). The script then uses the API to identify and delete those MachineSets.
One note of warning: an IPI cluster can never have zero worker machines. Before deleting those default MachneSets, we might need to ensure, the new ones are up and running. This might not be need though as pod disruption budgets and other mechanism might prevent deletion of nodes if the workload can not be rescheduled.
Alternatives
Making all the details available, to bring those MachineSets into the cluster catalogue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request