From f855c90c1e6ff4c47d70c6a8f3b9d0e5034a53f9 Mon Sep 17 00:00:00 2001 From: Chris Henzie Date: Mon, 30 Jan 2023 17:42:21 -0800 Subject: [PATCH] chore: Update hostpath driver to v1.11.0 This version enforces the new SINGLE_NODE_SINGLE_WRITER CSI access mode in NodePublishVolume. See for more details: https://github.com/kubernetes-csi/csi-driver-host-path/pull/381 --- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 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 afca3241f74..33cf06a9a5e 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 @@ -218,7 +218,7 @@ spec: serviceAccountName: csi-hostpathplugin-sa containers: - name: hostpath - image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0 + image: registry.k8s.io/sig-storage/hostpathplugin:v1.11.0 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5"