From 860840a4c155e7b2e3e98bb9198d5351af524e33 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 18 Apr 2018 14:09:08 -0500 Subject: [PATCH] Clarify off-by-one --- slides/kube/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index f9043656..8eea056b 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -202,7 +202,7 @@ And one too many pods... - *one pod per node* for the daemonset -.footnote[(We don't run these pods on master nodes, so it's *one pod per worker node*.)] +.footnote[(Off by one? We don't run these pods on the node hosting the control plane.)] ---