Skip to content

Commit baa3c7c

Browse files
authored
[internal] add CSI controller HA mode (#100)
Signed-off-by: v.oleynikov <[email protected]>
1 parent bfb8723 commit baa3c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/csi/controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ storage.deckhouse.io/csi-nfs-node: ""
198198
{{- $_ := set $csiControllerConfig "snapshotterTimeout" "1200s" }}
199199
{{- $_ := set $csiControllerConfig "extraCreateMetadataEnabled" true }}
200200
{{- $_ := set $csiControllerConfig "livenessProbePort" 4229 }}
201+
{{- $_ := set $csiControllerConfig "csiControllerHaMode" true }}
201202
{{- $_ := set $csiControllerConfig "additionalControllerArgs" (include "csi_controller_args" . | fromYamlArray) }}
202203
{{- $_ := set $csiControllerConfig "additionalControllerEnvs" (include "csi_controller_envs" . | fromYamlArray) }}
203204
{{- $_ := set $csiControllerConfig "additionalControllerVolumes" (include "csi_additional_controller_volume" . | fromYamlArray) }}

0 commit comments

Comments
 (0)