From d4d460397f964468a879b847944d113291ad8c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 9 Aug 2018 07:00:52 -0500 Subject: [PATCH] Mention progressDeadlineSeconds @abuisine ran through the whole deck recently, taking the long route each time it was possible; and he noticed that another field had to be removed when transforming the Deployment into a DaemonSet. --- slides/kube/daemonset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 08fc06e2..8234bad9 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -130,6 +130,7 @@ We all knew this couldn't be that easy, right! - remove the `replicas` field - remove the `strategy` field (which defines the rollout mechanism for a deployment) + - remove the `progressDeadlineSeconds` field (also used by the rollout mechanism) - remove the `status: {}` line at the end --