Skip to content

Commit 6bdc0b9

Browse files
committed
Merge branch 'cherry_pick_a90eb5584a4f7f5afc718903550299dff0ba09f3' into 'release-1.9'
Cherry-pick: Allow host network for dcgm-exporter to communicate with dcgm host engine listening on hostPort See merge request nvidia/kubernetes/gpu-operator!355
2 parents 653ca6d + ea3043f commit 6bdc0b9

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)