Reorganized nfd + added intel overlay
This commit is contained in:
parent
e600bd1134
commit
b37cf01154
|
@ -7,5 +7,5 @@ resources:
|
||||||
- traefik.yaml
|
- traefik.yaml
|
||||||
- cloudnative-pg.yaml
|
- cloudnative-pg.yaml
|
||||||
# - rook.yaml
|
# - rook.yaml
|
||||||
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.5
|
- ./nfd/
|
||||||
- intel.yaml
|
- intel.yaml
|
||||||
|
|
10
infrastructure/controllers/nfd/kustomization.yaml
Normal file
10
infrastructure/controllers/nfd/kustomization.yaml
Normal 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
|
3
infrastructure/controllers/nfd/nfd-worker.conf
Normal file
3
infrastructure/controllers/nfd/nfd-worker.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
core:
|
||||||
|
labelSources:
|
||||||
|
- "local"
|
Loading…
Reference in New Issue
Block a user