File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
deployment/helm/node-feature-discovery Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 69
69
{{- if .Values.master.instance | empty | not }}
70
70
- " -instance={{ .Values.master.instance }}"
71
71
{{- end }}
72
- - " -port={{ .Values.master.port | default " 8080" }}"
73
72
{{- if not .Values.enableNodeFeatureApi }}
73
+ - " -port={{ .Values.master.port | default " 8080" }}"
74
74
- " -enable-nodefeature-api=false"
75
75
{{- else if gt (int .Values.master.replicaCount) 1 }}
76
76
- " -enable-leader-election"
Original file line number Diff line number Diff line change 49
49
command :
50
50
- " nfd-worker"
51
51
args :
52
- - " -server={{ include " node-feature-discovery.fullname" . }}-master:{{ .Values.master.service.port }}"
53
52
{{- if not .Values.enableNodeFeatureApi }}
53
+ - " -server={{ include " node-feature-discovery.fullname" . }}-master:{{ .Values.master.service.port }}"
54
54
- " -enable-nodefeature-api=false"
55
55
{{- end }}
56
56
{{- if .Values.tls.enable }}
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ master:
45
45
# nfdApiParallelism: 10
46
46
# ## <NFD-MASTER-CONF-END-DO-NOT-REMOVE>
47
47
# The TCP port that nfd-master listens for incoming requests. Default: 8080
48
+ # Deprecated this parameter is related to the deprecated gRPC API and will
49
+ # be removed with it in a future release
48
50
port : 8080
49
51
metricsPort : 8081
50
52
instance :
You can’t perform that action at this time.
0 commit comments