From ecf9025d3020f28fbf9a635af8167398e4c4aa78 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 23 Aug 2017 07:49:10 +0800 Subject: [PATCH] Update nodes.md (#5094) modify "daemonSet"to "DaemonSet" --- docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index b128d1efb3..7720e46c04 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -215,7 +215,7 @@ unschedulable, run this command: kubectl cordon $NODENAME ``` -Note that pods which are created by a daemonSet controller bypass the Kubernetes scheduler, +Note that pods which are created by a DaemonSet controller bypass the Kubernetes scheduler, and do not respect the unschedulable attribute on a node. The assumption is that daemons belong on the machine even if it is being drained of applications in preparation for a reboot.