mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

NFD v0.14+ doesn't support binary NFD hooks by default, so there is a need to move the label creation away from the GPU nfdhook. Move extended resource label creation to plugin, and drop labels that were already marked deprecated (platform_gen, media_version etc.). Drop init-container from deployment files and operator. It is still possible to use an initcontainer, but the default deployments do not support it. Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
19 lines
380 B
YAML
19 lines
380 B
YAML
resources:
|
|
- ../../base
|
|
- gpu-manager-rolebinding.yaml
|
|
- gpu-manager-role.yaml
|
|
- gpu-manager-sa.yaml
|
|
patches:
|
|
- path: add-serviceaccount.yaml
|
|
target:
|
|
kind: DaemonSet
|
|
- path: add-mounts.yaml
|
|
target:
|
|
kind: DaemonSet
|
|
- path: add-args.yaml
|
|
target:
|
|
kind: DaemonSet
|
|
- path: add-nodeselector-intel-gpu.yaml
|
|
target:
|
|
kind: DaemonSet
|