You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "when there is an up to date machine with delete annotation, while there are any outdated machines without annotatio that still exist, it returns oldest marked machine first",
469
+
name: "when there is an up to date machine with delete annotation, while there are any outdated machines without annotation that still exist, it returns oldest marked machine first",
Copy file name to clipboardExpand all lines: docs/proposals/20191017-kubeadm-based-control-plane.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -401,8 +401,9 @@ spec:
401
401
- See [Preflight checks](#preflight-checks) below.
402
402
- Scale down operations removes the oldest machine in the failure domain that has the most control-plane machines on it.
403
403
- Allow scaling down of KCP with the possibility of marking specific control plane machine(s) to be deleted with delete annotation key. The presence of the annotation will affect the rollout strategy in a way that, it implements the following prioritization logic in descending order, while selecting machines for scale down:
404
-
- outdatedMachines with the delete annotation
404
+
- outdated machines with the delete annotation
405
405
- machines with the delete annotation
406
+
- outdated machines with unhealthy control plane component pods
0 commit comments