Skip to content

Commit

Permalink
Merge pull request #2020 from dcbw/multus-node-name
Browse files Browse the repository at this point in the history
OCPBUGS-19550: multus: set MULTUS_NODE_NAME to filter pods to local node
  • Loading branch information
openshift-merge-robot committed Sep 21, 2023
2 parents 6888ace + 59eb5c5 commit c097483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindata/network/multus/multus.yaml
Expand Up @@ -232,6 +232,10 @@ spec:
value: "{{.KUBERNETES_SERVICE_PORT}}"
- name: KUBERNETES_SERVICE_HOST
value: "{{.KUBERNETES_SERVICE_HOST}}"
- name: MULTUS_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
{{ if .HTTP_PROXY }}
- name: "HTTP_PROXY"
value: "{{ .HTTP_PROXY}}"
Expand Down

0 comments on commit c097483

Please sign in to comment.