Moved intel device plugin operator to configs to ensure it is installed after cert-manager

This commit is contained in:
2024-11-23 23:28:46 +01:00
parent 65a4fb81ad
commit 1858b89e08
6 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.5
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=v0.31.0
configMapGenerator:
- name: nfd-worker-conf
behavior: replace
files:
- nfd-worker.conf

View File

@@ -0,0 +1,3 @@
core:
labelSources:
- "local"