Skip to content

Commit 435c679

Browse files
Merge pull request kubernetes#170 from gosharplite/patch-1
Once -> One
2 parents 669c467 + 4f72547 commit 435c679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/daemons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ specified, they are defaulted to be equal. Config with these not matching will
6464
Also you should not normally create any pods whose labels match this selector, either directly, via
6565
another DaemonSet, or via other controller such as ReplicationController. Otherwise, the DaemonSet
6666
controller will think that those pods were created by it. Kubernetes will not stop you from doing
67-
this. Once case where you might want to do this is manually create a pod with a different value on
67+
this. One case where you might want to do this is manually create a pod with a different value on
6868
a node for testing.
6969

7070
### Running Pods on Only Some Nodes

0 commit comments

Comments
 (0)