mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user