storage e2e: downgrade hostpath driver

This is a temporary workaround until a fixed driver is available.
This commit is contained in:
Patrick Ohly 2021-04-20 08:06:07 +02:00
parent 7682e39a47
commit ebd02341c9

View File

@ -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"