Skip to content

Commit

Permalink
Merge pull request #1764 from detiber/reviseCPCAEP
Browse files Browse the repository at this point in the history
🏃 Update Kubeadm Control Plane CAEP - use label for upgrade selection
  • Loading branch information
k8s-ci-robot authored Nov 13, 2019
2 parents 409448c + 34f7eec commit fa6fab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/proposals/20191017-kubeadm-based-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reviewers:
- "@hardikdr"
- "@sbueringer"
creation-date: 2019-10-17
last-updated: 2019-11-08
last-updated: 2019-11-13
status: implementable
---

Expand Down Expand Up @@ -495,7 +495,7 @@ spec:
- An upgrade will look like this:
- Serially go through each control plane replica not at the current config hash
- Check health of any replicas for the current config hash
- Uniquely mark the existing replica machine through setting an annotation and persisting the change (cluster.x-k8s.io/control-plane/selected-for-upgrade)
- Uniquely mark the existing replica machine through setting a label and persisting the change (cluster.x-k8s.io/control-plane/selected-for-upgrade)
- Check cluster health
- Provision a new machine at the correct version
- Poll on health of replicas with the current config hash
Expand Down

0 comments on commit fa6fab8

Please sign in to comment.