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:
parent
d76af7dca3
commit
1e85001a5f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue