Allow load-balancers to be created for Services without Endpoints
Bug #1916103 reported by
Maysa de Macedo Souza
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr-kubernetes |
In Progress
|
High
|
CAROLINA CABALLERO LOPEZ |
Bug Description
There are use cases that the Load Balancer must be ready before the Endpoints are created, meaning no Load Balancer Member would be present. However, such scenario is not yet allowed in Kuryr, right now Kuryr expects the Endpoints addresses to be filled in order to create the Load balancer.
We should allow kuryr to handle the LB creation even if no Endpoints addresses are present.
Changed in kuryr-kubernetes: | |
importance: | Undecided → Wishlist |
tags: | added: low-hanging-fruit |
summary: |
- Allow LBs to be created for Services without Endpoints + Allow load-balancers to be created for Services without Endpoints |
Changed in kuryr-kubernetes: | |
assignee: | nobody → CAROLINA CABALLERO LOPEZ (carcablop19) |
assignee: | CAROLINA CABALLERO LOPEZ (carcablop19) → nobody |
assignee: | nobody → CAROLINA CABALLERO LOPEZ (carcablop19) |
Changed in kuryr-kubernetes: | |
status: | New → In Progress |
To post a comment you must log in.
Bumping the priority as I just discovered K8s e2e tests depending on this.