From b1e19e83d29036a2006d980a206efdd140c85503 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 22 Oct 2019 12:43:36 +0000 Subject: [PATCH] Update git submodules * Update kuryr-kubernetes from branch 'master' - Merge "Remove namespace leftover upon kuryr-controller restart" - Remove namespace leftover upon kuryr-controller restart When a namespace is deleted, kuryr-controller is in charge of deleting its associated openstack resources (net, subnet and ports) as well as the associated KuryrNet CRD. As removing OpenStack resources may take some time, if the kuryr-controller is restarted by any different reason during that process, the resources will be left behind as no new events for the namespace (already deleted) will happen after the restart. This patch fixes this problem by ensuring upon reboot that there are no orphan KuryrNet CRDs for unexisting namespaces, and deleting them in case there are (including its associated OpenStack resources). Closes-Bug: 1848761 Change-Id: I0c4852f5bb816756cc1bf536354da20aa3948dc7 --- kuryr-kubernetes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr-kubernetes b/kuryr-kubernetes index dbe742cf59..80f990fed4 160000 --- a/kuryr-kubernetes +++ b/kuryr-kubernetes @@ -1 +1 @@ -Subproject commit dbe742cf596b95513d56826556645379b8caddd5 +Subproject commit 80f990fed4e0ded69f0537bdd5117055bfc1b38b