mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-12 19:57:11 +00:00
NodeResourceTopology(aka NRT) custom resource is used to enable NUMA aware Scheduling in Kubernetes. As of now node-feature-discovery daemons are used to advertise those resources but there is no service responsible for removing obsolete objects(without corresponding Kubernetes node). This patch adds new daemon called nfd-topology-gc which removes old NRTs. Signed-off-by: PiotrProkop <pprokop@nvidia.com>
19 lines
422 B
YAML
19 lines
422 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
bases:
|
|
- ../../base/rbac-topologyupdater
|
|
- ../../base/rbac-topology-gc
|
|
- ../../base/noderesourcetopologies-crd
|
|
- ../../base/topologyupdater-daemonset
|
|
- ../../base/topology-gc
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
components:
|
|
- ../../components/common
|
|
- ../../components/topology-updater
|
|
- ../../components/topology-updater-config
|