Skip to content

Commit

Permalink
Merge pull request kubernetes#2169 from AdamDang/patch-11
Browse files Browse the repository at this point in the history
Typo fix: DeamonSet->DaemonSet
  • Loading branch information
k8s-ci-robot authored May 21, 2018
2 parents 8f7aae4 + 913d533 commit b8f2326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/apps/daemonset-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here are some potential requirements that haven't been covered by this proposal:
- Uptime is critical for each pod of a DaemonSet during an upgrade (e.g. the time
from a DaemonSet pods being killed to recreated and healthy should be < 5s)
- Each DaemonSet pod can still fit on the node after being updated
- Some DaemonSets require the node to be drained before the DeamonSet's pod on it
- Some DaemonSets require the node to be drained before the DaemonSet's pod on it
is updated (e.g. logging daemons)
- DaemonSet's pods are implicitly given higher priority than non-daemons
- DaemonSets can only be operated by admins (i.e. people who manage nodes)
Expand Down

0 comments on commit b8f2326

Please sign in to comment.