kuryr-kubernetes/kuryr_kubernetes
Maysa Macedo c05de06be9 Ensure only lb with no corresponding svc is cleaned up
Right now the lbaas name and the service name are compared when
identifying a load balancer that exist with no matching service.
This might cause a wrong lbaas deletion as the service and the lbaas
name might differ. This commit fixes the issue by ensuring the
cluster_ip field of the service is used to verify the existence
of a matching lbaas.

Closes-bug: 1858108

Change-Id: I4a32b8ce3bae68b406f23429f2ad895dd44c9842
2020-01-07 13:43:42 +00:00
..
cmd Basic Python 3 compatibility fixes 2019-11-22 09:19:14 +01:00
cni Merge "Nested CNI: Look for leftover ifaces to remove" 2019-12-23 12:07:17 +00:00
controller Ensure only lb with no corresponding svc is cleaned up 2020-01-07 13:43:42 +00:00
handlers Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00
objects Provide a proper way to choose VF in CNI 2019-08-27 18:03:46 +03:00
platform Move route URL to apis/route.openshift.io 2019-05-30 11:39:46 +02:00
pod_resources Add PodResources gRPC API updating guide 2019-08-02 17:50:32 +03:00
tests Merge "Ensure LB member is removed upon pod removal" 2019-12-24 10:10:18 +00:00
__init__.py Implement Guru meditation reports 2017-04-13 03:19:08 +00:00
clients.py Added support for bulk create ports. 2019-10-23 14:08:18 +02:00
config.py Set defaults for certs and token on the k8s client 2019-12-20 15:09:41 +01:00
constants.py Allow to use Mellanox smart NICs for DPDK 2019-12-17 11:11:20 +03:00
exceptions.py Implement NPWG multi-vif driver 2018-08-09 17:31:21 +08:00
k8s_client.py Bump pool_maxsize for K8sClient to 1000 2019-11-22 15:22:03 +01:00
linux_net_utils.py Remove log translations 2017-03-28 15:13:49 +08:00
opts.py Update CRD when NP has podSelectors 2019-01-02 22:14:44 +00:00
os_vif_plug_noop.py Add SR-IOV pod vif driver 2018-09-18 10:19:43 +03:00
os_vif_util.py Fix lower-constraints gate 2019-12-11 14:08:40 +01:00
utils.py Move from Neutron client to OpenStackSDK. 2019-10-23 14:08:18 +02:00
version.py Add kuryr-status utility for upgrade-checkers 2018-10-03 15:09:53 +02:00
watcher.py Remove exit_on_stop from Watcher 2019-09-04 10:26:56 +02:00