From a9543fbfdfe7f934e8769e9543def0d945e913d5 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 20 Apr 2021 08:06:07 +0200 Subject: [PATCH] storage e2e: downgrade hostpath driver This is a temporary workaround until a fixed driver is available. --- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml index 9e382bbe2019c..5744ea6186e4c 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml @@ -91,7 +91,10 @@ spec: name: csi-data-dir - name: hostpath - image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2 + # WARNING: manually downgraded from 1.6.2 to 1.4.0 because 1.5.x and 1.6.x have + # a bug that causes E2E testing to fail (https://github.com/kubernetes-csi/csi-driver-host-path/pull/210#discussion_r605592438, + # https://github.com/kubernetes-csi/csi-driver-host-path/issues/251). + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.4.0 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5"