mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 08:47:04 +00:00
Similar to the nfd-worker, in this PR we want to support the dynamic run-time configurability through a config file for the nfd-master. We'll use a json or yaml configuration file along with the fsnotify in order to watch for changes in the config file. As a result, we're allowing dynamic control of logging params, allowed namespaces, extended resources, label whitelisting, and denied namespaces. Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
18 lines
325 B
YAML
18 lines
325 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
bases:
|
|
- ../../base/rbac
|
|
- ../../base/nfd-crds
|
|
- ../../base/master
|
|
- ../../base/worker-job
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
components:
|
|
- ../../components/worker-config
|
|
- ../../components/common
|
|
- ../../components/master-config
|