From 1983d6cb4fc93469e77a5cd4a4e0ae9fb20723ff Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 21 Feb 2018 18:06:12 -0800 Subject: [PATCH] Detail fix --- slides/kube/daemonset.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index f7897b23..19cb7cc3 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -1,8 +1,6 @@ # Daemon sets -- Remember: we did all that cluster orchestration business for `rng` - -- We want one (and exactly one) instance of `rng` per node +- What if we want one (and exactly one) instance of `rng` per node? - If we just scale `deploy/rng` to 2, nothing guarantees that they spread