From 1492a8a0bc9352e636bbb1d5b5efa63af30f2a3a Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 27 Feb 2018 13:53:34 -0600 Subject: [PATCH] Rephrase daemon set intro to fit even without the entropy spiel --- 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 991da3ce..d3bfdb46 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -1,6 +1,6 @@ # Daemon sets -- Remember: we did all that cluster orchestration business for `rng` +- We want to scale `rng` in a way that is different from how we scaled `worker` - We want one (and exactly one) instance of `rng` per node