From d093709f946b3da5b9fa47dcf48b2705cca1d349 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 28 Jan 2021 15:25:45 +0900 Subject: [PATCH] Add grace period to missing deployment template --- images/multus-daemonset-crio.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/multus-daemonset-crio.yml b/images/multus-daemonset-crio.yml index 777830e2e..5e7d7fdd4 100644 --- a/images/multus-daemonset-crio.yml +++ b/images/multus-daemonset-crio.yml @@ -272,6 +272,7 @@ spec: mountPath: /host/usr/libexec/cni - name: multus-cfg mountPath: /tmp/multus-conf + terminationGracePeriodSeconds: 10 volumes: - name: cni hostPath: @@ -341,6 +342,7 @@ spec: mountPath: /host/usr/libexec/cni - name: multus-cfg mountPath: /tmp/multus-conf + terminationGracePeriodSeconds: 10 volumes: - name: cni hostPath: