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