f63761a804
When user creates LoadBalancer type service in k8s cluster, a floating ip may be created and associated with the load balancer VIP. Magnum now could delete the load balancers automatically in the cluster pre-delete method, should also remove the floating ip as needed. This patch depends on the github PR for cloud-provider-openstack: https://github.com/kubernetes/cloud-provider-openstack/pull/433 Story: 2004836 Change-Id: Ia553aff4e66033346c6bfe120a72992bec79e136
7 lines
260 B
YAML
7 lines
260 B
YAML
fixes:
|
|
- |
|
|
In kubernetes cluster, a floating IP is created and associated with the vip
|
|
of a load balancer which is created corresponding to the service of
|
|
LoadBalancer type inside kubernetes, it should be deleted when the cluster
|
|
is deleted.
|