File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
111111| ` linux.resources.smb.limits.memory ` | smb-csi-driver memory limits | ` 200Mi ` |
112112| ` linux.resources.smb.requests.cpu ` | smb-csi-driver cpu requests limits | ` 10m ` |
113113| ` linux.resources.smb.requests.memory ` | smb-csi-driver memory requests limits | ` 20Mi ` |
114- | ` windows.enabled ` | whether enable windows feature | ` false ` |
114+ | ` windows.enabled ` | whether enable windows feature | ` true ` |
115115| ` windows.useHostProcessContainers ` | whether deploy driver daemonset with HostProcess containers on windows | ` true ` |
116116| ` windows.dsName ` | name of driver daemonset on windows | ` csi-smb-node-win ` |
117117| ` windows.removeSMBMappingDuringUnmount ` | remove SMBMapping during unmount on Windows node windows | ` true ` |
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ linux:
130130 memory : 20Mi
131131
132132windows :
133- enabled : false # Unless you already had csi proxy installed, windows.csiproxy.enabled= true is required
134- useHostProcessContainers : false
133+ enabled : true
134+ useHostProcessContainers : true
135135 dsName : csi-smb-node-win # daemonset name
136136 kubelet : ' C:\var\lib\kubelet'
137137 removeSMBMappingDuringUnmount : true
You can’t perform that action at this time.
0 commit comments