From 1e85001a5f323b2a365190f66565b2b65d4ff400 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 24 Sep 2021 20:37:20 +0300 Subject: [PATCH] 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. --- deployment/overlays/topologyupdater/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/overlays/topologyupdater/kustomization.yaml b/deployment/overlays/topologyupdater/kustomization.yaml index 0bd1788e7..37b01ed76 100644 --- a/deployment/overlays/topologyupdater/kustomization.yaml +++ b/deployment/overlays/topologyupdater/kustomization.yaml @@ -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