mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-12 19:57:11 +00:00
Align "topologyupdater" overlay with "topologyupdater-job". Both should deploy topologyupdater as a standalone application. Previously the topologyupdater overlay did not deploy nfd-master at all (but deployed nfd-worker instead) causing the pods to end up in crashloopbackoff as there was no master to communicate with.
18 lines
362 B
YAML
18 lines
362 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
bases:
|
|
- ../../base/rbac
|
|
- ../../base/rbac-topologyupdater
|
|
- ../../base/master
|
|
- ../../base/noderesourcetopologies-crd
|
|
- ../../base/topologyupdater-daemonset
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
components:
|
|
- ../../components/common
|
|
- ../../components/topology-updater
|