From 4f72547851e5462aa63b4b235ca771c4c27606a4 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Fri, 18 Mar 2016 09:16:54 +0800 Subject: [PATCH] Once -> One --- docs/admin/daemons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/daemons.md b/docs/admin/daemons.md index ce3b4aaba5..f2b5463e8d 100644 --- a/docs/admin/daemons.md +++ b/docs/admin/daemons.md @@ -64,7 +64,7 @@ specified, they are defaulted to be equal. Config with these not matching will Also you should not normally create any pods whose labels match this selector, either directly, via another DaemonSet, or via other controller such as ReplicationController. Otherwise, the DaemonSet controller will think that those pods were created by it. Kubernetes will not stop you from doing -this. Once case where you might want to do this is manually create a pod with a different value on +this. One case where you might want to do this is manually create a pod with a different value on a node for testing. ### Running Pods on Only Some Nodes