From 34f7eec6a07f22020c82dd5780db7bfc25c89717 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Wed, 13 Nov 2019 15:43:58 -0500 Subject: [PATCH] Update Kubeadm Control Plane CAEP - use label for upgrade selection --- docs/proposals/20191017-kubeadm-based-control-plane.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/20191017-kubeadm-based-control-plane.md b/docs/proposals/20191017-kubeadm-based-control-plane.md index de2d1fadba28..d4971222d604 100644 --- a/docs/proposals/20191017-kubeadm-based-control-plane.md +++ b/docs/proposals/20191017-kubeadm-based-control-plane.md @@ -17,7 +17,7 @@ reviewers: - "@hardikdr" - "@sbueringer" creation-date: 2019-10-17 -last-updated: 2019-11-08 +last-updated: 2019-11-13 status: implementable --- @@ -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