Skip to content

Commit 35dbe7b

Browse files
committed
fix: add serviceability that outputs kubelet details
Signed-off-by: Paul Bastide <[email protected]>
1 parent 59d1896 commit 35dbe7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployments/helm/power-dra-driver/templates/kubeletplugin.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ spec:
5252
valueFrom:
5353
fieldRef:
5454
fieldPath: metadata.namespace
55+
- name: KUBELET_REGISTRAR_DIRECTORY_PATH
56+
value: /var/lib/kubelet/plugins_registry
57+
- name: KUBELET_PLUGINS_DIRECTORY_PATH
58+
value: /var/lib/kubelet/plugins
5559
# Simulated number of devices the driver will to have.
5660
- name: NUM_DEVICES
5761
value: "8"

0 commit comments

Comments
 (0)