Skip to content

Commit 8df20c7

Browse files
committed
Use more generic name for NFD features host directory volume
Before adding kustomize file changing it from feature hooks directory to feature files directory (which is needed to support scalability testing with fake devices). Signed-off-by: Eero Tamminen <[email protected]>
1 parent 4a52cf3 commit 8df20c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/gpu_plugin/base/intel-gpu-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
allowPrivilegeEscalation: false
2323
volumeMounts:
2424
- mountPath: /etc/kubernetes/node-feature-discovery/source.d/
25-
name: nfd-source-hooks
25+
name: nfd-features
2626
containers:
2727
- name: intel-gpu-plugin
2828
env:
@@ -54,7 +54,7 @@ spec:
5454
- name: kubeletsockets
5555
hostPath:
5656
path: /var/lib/kubelet/device-plugins
57-
- name: nfd-source-hooks
57+
- name: nfd-features
5858
hostPath:
5959
path: /etc/kubernetes/node-feature-discovery/source.d/
6060
type: DirectoryOrCreate

0 commit comments

Comments
 (0)