We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653ca6d commit ea3043fCopy full SHA for ea3043f
assets/state-dcgm-exporter/0810_scc.openshift.yaml
@@ -4,7 +4,7 @@
4
#
5
allowHostDirVolumePlugin: true
6
allowHostIPC: false
7
-allowHostNetwork: false
+allowHostNetwork: true
8
allowHostPID: false
9
allowHostPorts: true
10
allowPrivilegeEscalation: true
assets/state-dcgm-exporter/0900_daemonset.yaml
@@ -25,6 +25,7 @@ spec:
25
priorityClassName: system-node-critical
26
serviceAccount: nvidia-dcgm-exporter
27
serviceAccountName: nvidia-dcgm-exporter
28
+ hostNetwork: true
29
initContainers:
30
- name: toolkit-validation
31
image: "FILLED BY THE OPERATOR"
0 commit comments