From 54a06a4807817abd927b956664f0fee89edd3b66 Mon Sep 17 00:00:00 2001 From: Frank Farmer Date: Tue, 27 Mar 2018 16:14:06 -0700 Subject: [PATCH] Small typo --- 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 d3bfdb46..d2723aa0 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -142,7 +142,7 @@ We all knew this couldn't be that easy, right! - We could also tell Kubernetes to ignore these errors and try anyway -- The `--force` flag actual name is `--validate=false` +- The `--force` flag's actual name is `--validate=false` .exercise[