mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
6cf29bd8ef
Rename the old "topology-gc" to just "gc". Simplify the setup a bit by including the RBAC rules in the "gc" base. Note: we don't enable nfd-gc in the default overlay, yet, as the NodeFeature API isn't enabled (gc is not needed).
22 lines
531 B
YAML
22 lines
531 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
resources:
|
|
- ../../base/rbac
|
|
- ../../base/rbac-topologyupdater
|
|
- ../../base/nfd-crds
|
|
- ../../base/master
|
|
- ../../base/worker-daemonset
|
|
- ../../base/noderesourcetopologies-crd
|
|
- ../../base/topologyupdater-daemonset
|
|
- ../../base/gc
|
|
- namespace.yaml
|
|
|
|
components:
|
|
- ../../components/worker-config
|
|
- ../../components/common
|
|
- ../../components/topology-updater
|
|
- ../../components/topology-updater-config
|
|
- ../../components/master-config
|