feat(k8s/infrastructure): add Node Feature Discovery for automatic hardware labeling

This commit is contained in:
2026-03-10 22:56:49 +02:00
parent a3601cc7e5
commit bcafcac813
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nfd
namespace: flux-system
spec:
chart:
spec:
chart: node-feature-discovery
version: 0.18.3
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: nfd
namespace: flux-system
interval: 1m0s
targetNamespace: nfd
install:
createNamespace: true