Skip to content

Commit

Permalink
Revert "Make the IMEX nodes config file available to GFD"
Browse files Browse the repository at this point in the history
This reverts commit 5525636.
  • Loading branch information
cdesiniotis committed Mar 9, 2025
1 parent f201c30 commit e95e596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
22 changes: 0 additions & 22 deletions assets/gpu-feature-discovery/0500_configmap.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,11 @@ spec:
fieldRef:
fieldPath: spec.nodeName
volumeMounts:
- name: gpu-feature-discovery-entrypoint
readOnly: true
mountPath: /bin/entrypoint.sh
subPath: entrypoint.sh
- name: output-dir
mountPath: "/etc/kubernetes/node-feature-discovery/features.d"
- name: host-sys
mountPath: /sys
readOnly: true
- name: run-nvidia-validations
mountPath: /run/nvidia/validations
- name: driver-install-dir
mountPath: /driver-root
mountPropagation: HostToContainer
- name: host-root
mountPath: /host
readOnly: true
mountPropagation: HostToContainer
securityContext:
privileged: true
- image: "FILLED BY THE OPERATOR"
Expand Down Expand Up @@ -131,24 +118,13 @@ spec:
- name: PROCESS_TO_SIGNAL
value: "gpu-feature-discovery"
volumes:
- name: gpu-feature-discovery-entrypoint
configMap:
name: gpu-feature-discovery-entrypoint
defaultMode: 448
- name: output-dir
hostPath:
path: "/etc/kubernetes/node-feature-discovery/features.d"
- name: host-sys
hostPath:
path: /sys
- name: run-nvidia-validations
hostPath:
path: "/run/nvidia/validations"
type: DirectoryOrCreate
- name: host-root
hostPath:
path: /
- name: driver-install-dir
- name: run-nvidia
hostPath:
path: /run/nvidia/driver
type: DirectoryOrCreate
path: "/run/nvidia"
type: Directory

0 comments on commit e95e596

Please sign in to comment.