From 6b34e6c899783090e86099c44792d5a20fc19324 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 14 Apr 2022 09:32:29 +0200 Subject: [PATCH] deploy: use k8s.gcr.io registry for the NFS-nodeplugin Kubernetes CSI now hosts the container-image for the NFS-nodeplugin in the the k8s.gcr.io instead of the Microsoft registry. See-also: kubernetes-csi/csi-driver-nfs@7b5b6f344 Signed-off-by: Niels de Vos --- deploy/nfs/kubernetes/csi-nfsplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nfs/kubernetes/csi-nfsplugin.yaml b/deploy/nfs/kubernetes/csi-nfsplugin.yaml index ae0989a2a..20b72280f 100644 --- a/deploy/nfs/kubernetes/csi-nfsplugin.yaml +++ b/deploy/nfs/kubernetes/csi-nfsplugin.yaml @@ -86,7 +86,7 @@ spec: fieldPath: spec.nodeName - name: CSI_ENDPOINT value: unix:///csi/csi.sock - image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.1.0 + image: k8s.gcr.io/sig-storage/nfsplugin:v3.1.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5