Skip to content

Commit

Permalink
storage e2e: downgrade hostpath driver
Browse files Browse the repository at this point in the history
This is a temporary workaround until a fixed driver is available.
  • Loading branch information
pohly authored and msau42 committed Jul 26, 2021
1 parent d2fa447 commit a9543fb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a9543fb

Please sign in to comment.