From 7c1f55f4003ae24ffbdbb8ca6f6594807783230a Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Mon, 12 Aug 2019 09:25:00 -0700 Subject: [PATCH] Update csi-provisioner and snapshotter to get selflink fix Change-Id: I5aa44d5d530dad04968429369aff65e369a86e2e --- .../testing-manifests/storage-csi/gce-pd/controller_ss.yaml | 3 ++- .../hostpath/hostpath/csi-hostpath-provisioner.yaml | 3 ++- .../hostpath/hostpath/csi-hostpath-snapshotter.yaml | 3 ++- .../testing-manifests/storage-csi/mock/csi-mock-driver.yaml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml b/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml index 8a0b7ee1f96..e4f21d14056 100644 --- a/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml +++ b/test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml @@ -16,7 +16,8 @@ spec: serviceAccountName: csi-controller-sa containers: - name: csi-provisioner - image: gcr.io/gke-release/csi-provisioner:v1.2.1-gke.0 + # TODO: replace with official 1.4.0 release when ready + image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1 args: - "--v=5" - "--csi-address=/csi/csi.sock" 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 d3a11d53523..11ab11ef25a 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,8 @@ spec: serviceAccountName: csi-provisioner containers: - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v1.3.0 + # TODO: replace with official 1.4.0 release when ready + image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1 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 6eeaa477d17..f2dd767d016 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,8 @@ spec: serviceAccount: csi-snapshotter containers: - name: csi-snapshotter - image: quay.io/k8scsi/csi-snapshotter:v1.2.0 + # TODO: replace with official 2.0.0 release when ready + image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc1 args: - "--csi-address=$(ADDRESS)" - "--connection-timeout=15s" diff --git a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml index af4b06c1a56..447adc3fdf4 100644 --- a/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml +++ b/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml @@ -15,7 +15,8 @@ spec: serviceAccountName: csi-mock containers: - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v1.1.0 + # TODO: replace with official 1.4.0 release when ready + image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1 args: - "--provisioner=csi-hostpath" - "--csi-address=$(ADDRESS)"