Merge pull request #79955 from msau42/update-hostpath-csi

Update csi hostpath driver in e2e
This commit is contained in:
Kubernetes Prow Robot 2019-07-25 14:34:11 -07:00 committed by GitHub
commit f243bd4787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ spec:
serviceAccountName: csi-attacher
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.0
image: quay.io/k8scsi/csi-attacher:v1.2.0
args:
- --v=5
- --csi-address=$(ADDRESS)

View File

@ -30,7 +30,7 @@ spec:
serviceAccountName: csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.0
image: quay.io/k8scsi/csi-provisioner:v1.3.0
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"

View File

@ -30,7 +30,7 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.0.1
image: quay.io/k8scsi/csi-snapshotter:v1.2.0
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
@ -45,4 +45,4 @@ spec:
- hostPath:
path: /var/lib/kubelet/plugins/csi-hostpath
type: DirectoryOrCreate
name: socket-dir
name: socket-dir

View File

@ -33,7 +33,7 @@ spec:
- mountPath: /registration
name: registration-dir
- name: hostpath
image: quay.io/k8scsi/hostpathplugin:v1.1.0-rc1
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc3
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"