Update git submodules

* Update kuryr-kubernetes from branch 'master'
  to e9200beef0c0df785665b1712cf7c8980ab38fc5
  - Merge "Error handling improvements"
  - Error handling improvements
    
    This combines a few error handling improvements fixing problems found by
    e2e K8s tests.
    
    1. Logs on K8sNamespaceTerminating are no longer on WARNING but DEBUG
       level. This is because they're harmless, yet they can spam the logs
       when multiple namespaces are deleted, such as in e2e K8s tests.
    2. 400 Bad Request is ignored on LB member creation. This happens when
       subnet got deleted in the meanwhile and the LB will be gone soon too.
    3. 404 Not Found is ignored when subports are detached from a trunk.
       This can happen when some other thread already detached that port. If
       the request was just for a single port, then error can be safely
       ignored. In case of bulk request we don't really know which and how
       many subports are detached already, so on detach error we'll just
       proceed to delete ports and on errors attempt to detach them
       one-by-one.
    
    Change-Id: Ic11f15e44086f8b25380e20457f28c351403b4d9
This commit is contained in:
Zuul 2022-07-22 16:53:36 +00:00 committed by Gerrit Code Review
parent 3e01d98611
commit a6bbd06c55
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit cebd7495b51d46d0190f1ff0a71620f6f83af7cd
Subproject commit e9200beef0c0df785665b1712cf7c8980ab38fc5