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
Copy file name to clipboardExpand all lines: docs/proposals/20191017-kubeadm-based-control-plane.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ reviewers:
17
17
- "@hardikdr"
18
18
- "@sbueringer"
19
19
creation-date: 2019-10-17
20
-
last-updated: 2019-11-08
20
+
last-updated: 2019-11-13
21
21
status: implementable
22
22
---
23
23
@@ -495,7 +495,7 @@ spec:
495
495
- An upgrade will look like this:
496
496
- Serially go through each control plane replica not at the current config hash
497
497
- Check health of any replicas for the current config hash
498
-
- Uniquely mark the existing replica machine through setting an annotation and persisting the change (cluster.x-k8s.io/control-plane/selected-for-upgrade)
498
+
- Uniquely mark the existing replica machine through setting a label and persisting the change (cluster.x-k8s.io/control-plane/selected-for-upgrade)
499
499
- Check cluster health
500
500
- Provision a new machine at the correct version
501
501
- Poll on health of replicas with the current config hash
0 commit comments