Adding missing known issue.

This commit is contained in:
Dawn Chen 2016-03-18 17:16:46 -07:00
parent 16f652ca27
commit ab2ebdbbd9

View File

@ -251,6 +251,8 @@ failure.
* “kubectl rolling-update” only supports Replication Controllers (it doesnt
support Replica Sets). Its 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