Skip to content

Commit fa6fab8

Browse files
authored
Merge pull request #1764 from detiber/reviseCPCAEP
🏃 Update Kubeadm Control Plane CAEP - use label for upgrade selection
2 parents 409448c + 34f7eec commit fa6fab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/20191017-kubeadm-based-control-plane.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reviewers:
1717
- "@hardikdr"
1818
- "@sbueringer"
1919
creation-date: 2019-10-17
20-
last-updated: 2019-11-08
20+
last-updated: 2019-11-13
2121
status: implementable
2222
---
2323

@@ -495,7 +495,7 @@ spec:
495495
- An upgrade will look like this:
496496
- Serially go through each control plane replica not at the current config hash
497497
- 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)
499499
- Check cluster health
500500
- Provision a new machine at the correct version
501501
- Poll on health of replicas with the current config hash

0 commit comments

Comments
 (0)