Skip to content

Commit d0687af

Browse files
authored
Merge pull request #904 from andyzhangx/enable-hpc-by-default
feat: enable host process deployment for windows daemonset by default
2 parents 8941441 + 45c2275 commit d0687af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |
-46 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ linux:
130130
memory: 20Mi
131131

132132
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
135135
dsName: csi-smb-node-win # daemonset name
136136
kubelet: 'C:\var\lib\kubelet'
137137
removeSMBMappingDuringUnmount: true

0 commit comments

Comments
 (0)