From ab2ebdbbd932233f77c789cd3d13b87572c7d44c Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Fri, 18 Mar 2016 17:16:46 -0700 Subject: [PATCH] Adding missing known issue. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17608a0b6bfb..713839c844cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -251,6 +251,8 @@ failure. * “kubectl rolling-update” only supports Replication Controllers (it doesn’t support Replica Sets). It’s recommended to use Deployment 1.2 with “kubectl rollout” commands instead, if you want to rolling update Replica Sets. + * When live upgrading Kubelet to 1.2 without draining the pods running on the node, +the containers will be restarted by Kubelet (see details in [#23104](https://github.com/kubernetes/kubernetes/issues/23104)). ### Docker Known Issues