From f0a76772dc1b8f547d7d349805ae7d27dae5f9b9 Mon Sep 17 00:00:00 2001 From: "David A. Bradley" Date: Mon, 30 Sep 2024 09:04:49 -0400 Subject: [PATCH] Upgrade sidecars --- deploy/csi-azurelustre-controller.yaml | 4 ++-- deploy/csi-azurelustre-node.yaml | 4 ++-- deploy/rbac-csi-azurelustre-controller.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/csi-azurelustre-controller.yaml b/deploy/csi-azurelustre-controller.yaml index 165b27246..ac604b7b5 100644 --- a/deploy/csi-azurelustre-controller.yaml +++ b/deploy/csi-azurelustre-controller.yaml @@ -31,7 +31,7 @@ spec: effect: "NoSchedule" containers: - name: csi-provisioner - image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.6.0 + image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0 args: - "-v=2" - "--csi-address=$(ADDRESS)" @@ -52,7 +52,7 @@ spec: cpu: 10m memory: 20Mi - name: liveness-probe - image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.9.0 + image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0 args: - --csi-address=/csi/csi.sock - --probe-timeout=120s diff --git a/deploy/csi-azurelustre-node.yaml b/deploy/csi-azurelustre-node.yaml index b78ab11fa..bffc84065 100644 --- a/deploy/csi-azurelustre-node.yaml +++ b/deploy/csi-azurelustre-node.yaml @@ -39,7 +39,7 @@ spec: volumeMounts: - mountPath: /csi name: socket-dir - image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.9.0 + image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0 args: - --csi-address=/csi/csi.sock - --probe-timeout=120s @@ -53,7 +53,7 @@ spec: cpu: 10m memory: 20Mi - name: node-driver-registrar - image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0 + image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.12.0 args: - --csi-address=$(ADDRESS) - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) diff --git a/deploy/rbac-csi-azurelustre-controller.yaml b/deploy/rbac-csi-azurelustre-controller.yaml index 793092f45..b3aa23878 100644 --- a/deploy/rbac-csi-azurelustre-controller.yaml +++ b/deploy/rbac-csi-azurelustre-controller.yaml @@ -13,7 +13,7 @@ metadata: rules: - apiGroups: [""] resources: ["persistentvolumes"] - verbs: ["get", "list", "watch", "create", "delete"] + verbs: ["get", "list", "watch", "create", "delete", "patch"] - apiGroups: [""] resources: ["persistentvolumeclaims"] verbs: ["get", "list", "watch", "update"]