mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
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.
This commit is contained in:
parent
f6de8ab727
commit
bf0182b9d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user