mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
282c33cb58
commit
6b34e6c899
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user