Azure / ACS

Azure Container Service - Bug Tracker + Announcements
65 stars 27 forks source link

Creating Kubernetes LoadBalancer service leaks static IP #30

Open xizha162 opened 7 years ago

xizha162 commented 7 years ago

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one):

Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) Kubernetes

What happened: I have some tests that repeatedly create/delete Kubernetes Load Balancer services. After running the tests a few times, all my services are stuck at pending phase with error message: "Cannot create more than 20 public IP addresses with static allocation method for this subscription in this region."

What you expected to happen: Since my tests delete all load balancer services in every run, I expect to not hitting the 20 public IP address limit.

How to reproduce it (as minimally and precisely as possible): Just repeatedly create/delete LoadBalancer services.

Anything else we need to know:

djsly commented 7 years ago

Root cause is upstream : https://github.com/kubernetes/kubernetes/issues/43730