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
This commit is contained in:
Chris Henzie 2023-01-30 17:42:21 -08:00
parent 0e47d90dd1
commit f855c90c1e

View File

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