From 044e52c1610b4a68fab2013f8be6897289b34a80 Mon Sep 17 00:00:00 2001 From: Qi Feng Huo Date: Mon, 31 Jul 2023 10:52:30 +0800 Subject: [PATCH] install: add rollingUpdate strategy in caa daemonset Fixes: #1214 Signed-off-by: Qi Feng Huo --- install/yamls/caa-pod.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/yamls/caa-pod.yaml b/install/yamls/caa-pod.yaml index 4fa6983dd..27e45100f 100644 --- a/install/yamls/caa-pod.yaml +++ b/install/yamls/caa-pod.yaml @@ -9,6 +9,10 @@ spec: selector: matchLabels: app: cloud-api-adaptor + updateStrategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 1 template: metadata: labels: