File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
deployment/helm/node-feature-discovery Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ metadata:
13
13
{{- end }}
14
14
spec :
15
15
revisionHistoryLimit : {{ .Values.worker.revisionHistoryLimit }}
16
+ {{- with .Values.worker.updateStrategy }}
17
+ updateStrategy :
18
+ {{- toYaml . | nindent 4 }}
19
+ {{- end}}
16
20
selector :
17
21
matchLabels :
18
22
{{- include "node-feature-discovery.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -469,6 +469,12 @@ worker:
469
469
470
470
priorityClassName : " "
471
471
472
+ updateStrategy : {}
473
+ # type: RollingUpdate
474
+ # rollingUpdate:
475
+ # maxSurge: 0
476
+ # maxUnavailable: "10%"
477
+
472
478
topologyUpdater :
473
479
config : # ## <NFD-TOPOLOGY-UPDATER-CONF-START-DO-NOT-REMOVE>
474
480
# # key = node name, value = list of resources to be excluded.
You can’t perform that action at this time.
0 commit comments