From ee33799a8fd1e04c0790dda6e87f8581927128bf Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 20 Feb 2018 15:34:05 -0600 Subject: [PATCH] Only 2 worker nodes --- 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 b07244f3..f7897b23 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -382,7 +382,7 @@ Of course, option 2 offers more learning opportunities. Right? .exercise[ -- Check the logs of all `run=rng` pods to confirm that only 4 of them are now active: +- Check the logs of all `run=rng` pods to confirm that only 2 of them are now active: ```bash kubectl logs -l run=rng ```