1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-13 20:30:03 +00:00

deployment: align topologyupdater overlays

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.
This commit is contained in:
Markus Lehtonen 2021-09-24 20:37:20 +03:00
parent d76af7dca3
commit 1e85001a5f

View file

@ -4,8 +4,9 @@ kind: Kustomization
namespace: node-feature-discovery
bases:
- ../../base/rbac
- ../../base/rbac-topologyupdater
- ../../base/worker-daemonset
- ../../base/master
- ../../base/noderesourcetopologies-crd
- ../../base/topologyupdater-daemonset
@ -13,4 +14,5 @@ resources:
- namespace.yaml
components:
- ../../components/common
- ../../components/topology-updater