Update nodes.md (#5094)

modify "daemonSet"to "DaemonSet"
This commit is contained in:
Anthony
2017-08-23 07:49:10 +08:00
committed by Steve Perry
parent 87dcad5db6
commit ecf9025d30
+1 -1
View File
@@ -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.