From e4538f714a5dfd8a6b6bf2910d2b56f257f9889c Mon Sep 17 00:00:00 2001 From: "Sphicas, Phil (ps3910)" Date: Thu, 24 Oct 2019 10:41:46 -0700 Subject: [PATCH] openvswitch: add vswitchd dependency on db The openvswitch-vswitchd pod should not start until there is a Ready openvswitch-vswitchd-db pod on the same node. This change adds the appropriate dependency to cause it to wait. Change-Id: I5c827971c99639d2f1c3a24a1761524b3a165421 --- openvswitch/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index 8a11d1c06..4a0bf7bed 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -174,7 +174,12 @@ dependencies: service: local_image_registry static: db: null - vswitchd: null + vswitchd: + pod: + - requireSameNode: true + labels: + application: openvswitch + component: openvswitch-vswitchd-db image_repo_sync: services: - endpoint: internal