We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e64ea commit d86d425Copy full SHA for d86d425
deploy/helm/listener-operator/templates/node-daemonset.yaml
@@ -51,6 +51,12 @@ spec:
51
value: {{ .Values.kubernetesClusterDomain | quote }}
52
{{- end }}
53
{{- include "telemetry.envVars" . | nindent 12 }}
54
+ # Operators need to know the node name they are running on, to e.g. discover the
55
+ # Kubernetes domain name from the kubelet API.
56
+ - name: KUBERNETES_NODE_NAME
57
+ valueFrom:
58
+ fieldRef:
59
+ fieldPath: spec.nodeName
60
volumeMounts:
61
- name: csi
62
mountPath: /csi
0 commit comments