Update git submodules

* Update kuryr-kubernetes from branch 'master'
  to 2141dba99c753c7f94f30335982701ea0cd82957
  - KuryrPort cleanup: Fix issue of subport not found
    
    It can happen that during the cleanup of KuryrPort when Pod is already
    gone we'll fail trying to find the parent port ID. We have a bug that in
    this case finalizing of KuryrPort fails.
    
    This commit changes the way we look for the hostIP of the pod to
    actually look up a node using the info from KuryrPort CRD. If this fails
    (node removed?) we try querying OpenStack API to get this information.
    If this fails too, we just don't pass hostIP to mocked Pod.
    
    Change-Id: I72aea5713f90c8df2f5d0269fa83b8fdd5220c59
This commit is contained in:
Michał Dulko 2023-04-25 19:19:42 +02:00 committed by Gerrit Code Review
parent d61247e311
commit a07bfcb6d9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2b69e039a8002c24e50e2ff1a947573951e9c1e2
Subproject commit 2141dba99c753c7f94f30335982701ea0cd82957