feat: migrate node-feature-discovery and inteldeviceplugins-system to platform project (#48)

- Add node-feature-discovery and inteldeviceplugins-system to platform project
- Convert intel-nfd-rules from local Helm chart to static NodeFeatureRule manifests
- Add required Helm repositories (NFD OCI registry and Intel charts)
- Create base configurations with Helm charts and overlay structures
- Update platform ApplicationSet and project permissions

Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
2026-03-19 02:14:45 +11:00
parent d641f630e9
commit dfbb315522
11 changed files with 226 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ spec:
- path: apps/overlays/*/cert-manager
- path: apps/overlays/*/cnpg-system
- path: apps/overlays/*/externaldns
- path: apps/overlays/*/inteldeviceplugins-system
- path: apps/overlays/*/node-feature-discovery
- path: apps/overlays/*/reflector-system
- path: apps/overlays/*/reloader-system
- path: apps/overlays/*/jfrog
+4
View File
@@ -14,6 +14,8 @@ spec:
- https://charts.jetstack.io
- https://kubernetes-sigs.github.io/external-dns/
- https://cloudnative-pg.github.io/charts
- oci://gcr.io/k8s-staging-nfd/charts
- https://intel.github.io/helm-charts/
destinations:
- namespace: '*-system'
server: https://kubernetes.default.svc
@@ -27,6 +29,8 @@ spec:
server: https://kubernetes.default.svc
- namespace: 'jfrog'
server: https://kubernetes.default.svc
- namespace: 'node-feature-discovery'
server: https://kubernetes.default.svc
- namespace: 'puppet'
server: https://kubernetes.default.svc
- namespace: 'woodpecker'