From de87743c6a7922b1f7131aa1b70640db6c2c4548 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 16:10:38 -0500 Subject: [PATCH] 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?