File tree 3 files changed +3
-3
lines changed
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
111
111
| ` linux.resources.smb.limits.memory ` | smb-csi-driver memory limits | ` 200Mi ` |
112
112
| ` linux.resources.smb.requests.cpu ` | smb-csi-driver cpu requests limits | ` 10m ` |
113
113
| ` 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 ` |
115
115
| ` windows.useHostProcessContainers ` | whether deploy driver daemonset with HostProcess containers on windows | ` true ` |
116
116
| ` windows.dsName ` | name of driver daemonset on windows | ` csi-smb-node-win ` |
117
117
| ` 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:
130
130
memory : 20Mi
131
131
132
132
windows :
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
135
135
dsName : csi-smb-node-win # daemonset name
136
136
kubelet : ' C:\var\lib\kubelet'
137
137
removeSMBMappingDuringUnmount : true
You can’t perform that action at this time.
0 commit comments