From bf0182b9d32e7a0293f7a526a58344c2d054ba75 Mon Sep 17 00:00:00 2001 From: Fabio Bertinatto Date: Mon, 4 Nov 2019 15:08:47 +0100 Subject: [PATCH] Update hostpath CSI driver manifest This is required for promoting volume limits to GA. The new version of the driver reports the max number of volumes it supports. Such number should be specified as a CLI argument when starting the driver. --- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 3 ++- 1 file changed, 2 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 2cac6097136..dcec409787a 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 @@ -62,12 +62,13 @@ spec: name: csi-data-dir - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v1.2.0 + image: quay.io/k8scsi/hostpathplugin:v1.3.0-rc1 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5" - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" + - "--maxvolumespernode=10" env: - name: CSI_ENDPOINT value: unix:///csi/csi.sock