Merge pull request #2878 from janetkuo/ds-rolling-update

Add Task: Rolling Update a DaemonSet
This commit is contained in:
devin-donnelly
2017-03-21 11:09:45 -07:00
committed by GitHub
4 changed files with 240 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ 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.
You cannot update a DaemonSet.
Starting from Kubernetes version 1.6, 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.