From 1b7a072f25501c7eca46e0631b0dd9a5ec037339 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 10 Apr 2018 15:29:14 -0500 Subject: [PATCH] Bump version and add link --- slides/kube/daemonset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 93945f4b..bf2e5cb1 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -36,7 +36,7 @@ ## Creating a daemon set -- Unfortunately, as of Kubernetes 1.9, the CLI cannot create daemon sets +- Unfortunately, as of Kubernetes 1.10, the CLI cannot create daemon sets -- @@ -55,7 +55,7 @@ -- - - option 1: read the docs + - option 1: [read the docs](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/#create-a-daemonset) --