From f8a7050d42fae35d4bf49c7e4e92aa3cd270ab56 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Tue, 9 Jul 2019 19:02:09 -0700 Subject: [PATCH] Update csi hostpath driver in e2e Change-Id: I159a9554126b967f76fbb7f76c4336833bf2a910 --- .../storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml | 2 +- .../hostpath/hostpath/csi-hostpath-provisioner.yaml | 2 +- .../hostpath/hostpath/csi-hostpath-snapshotter.yaml | 4 ++-- .../storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml index 0c50d2c0a27..9462bea0c25 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml @@ -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) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml index 0ae3c6a4c25..d3a11d53523 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml @@ -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)" diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml index 5fa5011e67a..6eeaa477d17 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml @@ -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 \ No newline at end of file + name: socket-dir diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml index 25662168ef4..ec8358b6b04 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml @@ -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)"