Skip to content

Commit

Permalink
Update image links for NFS
Browse files Browse the repository at this point in the history
This PR updates image links for NFS plugin deployment
to support CSI 0.2.0.
  • Loading branch information
xing-yang committed Mar 14, 2018
1 parent dc68463 commit 197cfaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/nfs/deploy/kubernetes/csi-attacher-nfsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccount: csi-attacher
containers:
- name: csi-attacher
image: docker.io/k8scsi/csi-attacher
image: quay.io/k8scsi/csi-attacher:v0.2.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -43,7 +43,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/

- name: nfs
image: docker.io/k8scsi/nfsplugin:v0.1
image: quay.io/k8scsi/nfsplugin:v0.2.0
args :
- "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
4 changes: 2 additions & 2 deletions pkg/nfs/deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
hostNetwork: true
containers:
- name: driver-registrar
image: docker.io/k8scsi/driver-registrar
image: quay.io/k8scsi/driver-registrar:v0.2.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -37,7 +37,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: docker.io/k8scsi/nfsplugin:v0.1
image: quay.io/k8scsi/nfsplugin:v0.2.0
args :
- "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 197cfaa

Please sign in to comment.