Merge branches 'release-1.6' and 'release-1.6' of https://github.com/kubernetes/kubernetes.github.io into release-1.6

* 'release-1.6' of https://github.com/kubernetes/kubernetes.github.io:
  Update daemons.md

* 'release-1.6' of https://github.com/kubernetes/kubernetes.github.io:
  Update daemons.md
This commit is contained in:
Andrew Chen
2017-03-22 13:39:50 -07:00
+2 -2
View File
@@ -126,9 +126,9 @@ the new DaemonSet with the different template will recognize all the existing po
matching labels. It will not modify or delete them despite a mismatch in the pod template.
You will need to force new pod creation by deleting the pod or deleting the node.
Starting from Kubernetes version 1.6, you can [perform a rolling update](/docs/tasks/manage-daemon/update-daemon-set/) on a DaemonSet.
In Kubernetes version 1.6 and later, you can [perform a rolling update](/docs/tasks/manage-daemon/update-daemon-set/) on a DaemonSet.
Support for updating DaemonSets and controlled updating of nodes is planned.
Future releases of Kubernetes will support controlled updating of nodes.
## Alternatives to DaemonSet