magnum/releasenotes/notes/k8s-delete-vip-fip-b2ddf61ddbc080bc.yaml
Lingxian Kong f63761a804 [k8s_fedora_atomic] Delete floating ip for load balancer
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
2019-01-25 12:15:08 +13:00

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.