This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cds): expose bug in getLocalServiceCluster via test
* This test shows that etLocalServiceCluster returns unnecessary duplicate endpoints If there are multiple replicas of a Pod sitting behind the same service, there should only be one xds LbEndpoint programmed for the local cluster per port specified in the Kubernetes Service spec and it should look like the following: 0.0.0.0:<port>. * If you increase the replica count to 2 for bookbuyer in the demo, you'll see an additional 18 entries in the local clusters list Signed-off-by: Michelle Noorali <minooral@microsoft.com>
- Loading branch information
Michelle Noorali
committed
Feb 8, 2021
1 parent
4ecb124
commit c3ced5d
Showing
1 changed file
with
96 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters