From de87743c6a7922b1f7131aa1b70640db6c2c4548 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 16:10:38 -0500 Subject: [PATCH 1/2] Clarify an off-by-one amount of pods --- slides/kube/daemonset.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 93945f4b..f9043656 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -202,6 +202,8 @@ 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*.)] + --- ## What are all these pods doing? From 860840a4c155e7b2e3e98bb9198d5351af524e33 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 18 Apr 2018 14:09:08 -0500 Subject: [PATCH 2/2] 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.)] ---