From f1b069f8a84a684edf25585b5bdfcb2fd0f81bf1 Mon Sep 17 00:00:00 2001 From: CALIN Cristian Andrei Date: Tue, 17 May 2022 10:41:34 +0300 Subject: [PATCH] reneable healthcheck for csi-node-driver --- deploy/kubernetes/v1.23/node.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/kubernetes/v1.23/node.yml b/deploy/kubernetes/v1.23/node.yml index 0529106..a725147 100644 --- a/deploy/kubernetes/v1.23/node.yml +++ b/deploy/kubernetes/v1.23/node.yml @@ -63,8 +63,8 @@ spec: securityContext: privileged: true imagePullPolicy: Always -# image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 +# image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 args: - --v=5 - --csi-address=$(ADDRESS) # the csi socket path inside the pod @@ -87,12 +87,12 @@ spec: ports: - containerPort: 9809 name: healthz -# livenessProbe: -# httpGet: -# path: /healthz -# port: healthz -# initialDelaySeconds: 5 -# timeoutSeconds: 5 + livenessProbe: + httpGet: + path: /healthz + port: healthz + initialDelaySeconds: 5 + timeoutSeconds: 5 - name: csi-plugin securityContext: privileged: true