Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update DaemonSet concept for 1.8 release #5397

Merged
merged 2 commits into from
Sep 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update daemonset.md
Fix typo. than -> then
  • Loading branch information
steveperry-53 authored Sep 19, 2017
commit 4059b65e4ee7c50106d6e82b7603dded1acb888d
2 changes: 1 addition & 1 deletion docs/concepts/workloads/controllers/daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controll
create Pods on nodes which match that [node
selector](/docs/concepts/configuration/assign-pod-node/). Likewise if you specify a `.spec.template.spec.affinity`,
then DaemonSet controller will create Pods on nodes which match that [node affinity](/docs/concepts/configuration/assign-pod-node/).
If you do not specify either, than the DaemonSet controller will create Pods on all nodes.
If you do not specify either, then the DaemonSet controller will create Pods on all nodes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then DaemonSet controller -> the DaemonSet controller

## How Daemon Pods are Scheduled

Expand Down