From 4197b9eae5ca9b76087e54e9084991c8aa981bdd Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Fri, 5 Jan 2018 14:45:21 -0500 Subject: [PATCH] ceph-mgr: set .spec.strategy to recreate This PS set the Ceph MGR pod .spec.strategy to recreate. Signed-off-by: Alexandre Marangone Change-Id: I14a817dbf8e0d1ec86345cf97911302f5acc3466 --- ceph/templates/deployment-mgr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph/templates/deployment-mgr.yaml b/ceph/templates/deployment-mgr.yaml index c5ec309371..857e41fcb4 100644 --- a/ceph/templates/deployment-mgr.yaml +++ b/ceph/templates/deployment-mgr.yaml @@ -29,6 +29,8 @@ metadata: name: ceph-mgr spec: replicas: {{ .Values.pod.replicas.mgr }} + strategy: + type: Recreate template: metadata: labels: