Skip to content

Commit ea3043f

Browse files
committed
Cherry-pick: Allow host network for dcgm-exporter to communicate with dcgm host engine listening on hostPort
1 parent 653ca6d commit ea3043f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/state-dcgm-exporter/0810_scc.openshift.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
allowHostDirVolumePlugin: true
66
allowHostIPC: false
7-
allowHostNetwork: false
7+
allowHostNetwork: true
88
allowHostPID: false
99
allowHostPorts: true
1010
allowPrivilegeEscalation: true

assets/state-dcgm-exporter/0900_daemonset.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spec:
2525
priorityClassName: system-node-critical
2626
serviceAccount: nvidia-dcgm-exporter
2727
serviceAccountName: nvidia-dcgm-exporter
28+
hostNetwork: true
2829
initContainers:
2930
- name: toolkit-validation
3031
image: "FILLED BY THE OPERATOR"

0 commit comments

Comments
 (0)