File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Get IPs of master nodes from values
117117 {{- end -}}
118118 {{- end -}}
119119 {{- else -}}
120- RollingUpdate
120+ {{- $ .Values.ovsOvn.updateStrategy -}}
121121 {{- end -}}
122122{{- end -}}
123123
Original file line number Diff line number Diff line change @@ -398,6 +398,11 @@ ovsOvn:
398398 cpu : " 2"
399399 memory : " 1000Mi"
400400
401+ # -- ovs-ovn DaemonSet update strategy.
402+ # ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy
403+ # @section -- OVS/OVN daemons configuration
404+ updateStrategy : " RollingUpdate"
405+
401406 # -- Disable auto-loading of kernel modules by OVS.
402407 # If this is disabled, you will have to enable the Open vSwitch kernel module yourself.
403408 # @section -- OVS/OVN daemons configuration
You can’t perform that action at this time.
0 commit comments