Skip to content

Consider adding Deleting phase for machine deployments #12220

@fabriziopandini

Description

@fabriziopandini

Before 1.11, machine deployment wasn't updating replica counters of phase during deletion

With v1.11 this was fixed, but when deleting a machine deployment phase is scalingDown which is correct except for when replicas = 0 and deletion is blocked by a finalizer.

We can consider adding a Deleting phase for machine deployments to use at the end of the deletion process (or during the entire deletion process).

However, doing this now has the downside to figure out what to do for up/down conversions, so I think we should defer to when v1beta1 is removed (or to when all the priority work for v1beta2 is completed)

Metadata

Metadata

Assignees

Labels

area/machinedeploymentIssues or PRs related to machinedeploymentskind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions