Skip to content

Commit c50598b

Browse files
committed
gpu: enable monitoring for the default installations
Signed-off-by: Tuomas Katila <[email protected]>
1 parent b896609 commit c50598b

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

deployments/gpu_plugin/overlays/fractional_resources/add-args.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ spec:
1010
args:
1111
- "-shared-dev-num=300"
1212
- "-resource-manager"
13+
- "-enable-monitoring"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: apps/v1
2+
kind: DaemonSet
3+
metadata:
4+
name: intel-gpu-plugin
5+
spec:
6+
template:
7+
spec:
8+
containers:
9+
- name: intel-gpu-plugin
10+
args:
11+
- "-enable-monitoring"
12+
- "-v=2"

deployments/gpu_plugin/overlays/nfd_labeled_nodes/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ resources:
22
- ../../base
33
patches:
44
- path: add-nodeselector-intel-gpu.yaml
5+
- path: add-args.yaml

deployments/operator/samples/deviceplugin_v1_gpudeviceplugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ spec:
66
image: intel/intel-gpu-plugin:0.28.0
77
sharedDevNum: 10
88
logLevel: 4
9+
enableMonitoring: true
910
nodeSelector:
1011
intel.feature.node.kubernetes.io/gpu: "true"

0 commit comments

Comments
 (0)