-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce global envoy proxy topology Signed-off-by: Waleed Malik <[email protected]> * Add port lookup service Signed-off-by: Waleed Malik <[email protected]> * Formatting fixes Signed-off-by: Waleed Malik <[email protected]> * Add RBAC for kubelb controller to manage configmaps Signed-off-by: Waleed Malik <[email protected]> * Map arbitrary ports with the targetted node ports Signed-off-by: Waleed Malik <[email protected]> * Remove redundant code Signed-off-by: Waleed Malik <[email protected]> * Take care of de-allocating ports when load balancer is removed Signed-off-by: Waleed Malik <[email protected]> * Fix typos Signed-off-by: Waleed Malik <[email protected]> * Remove circular dependency for EnvoyResourceIdentifierPattern Signed-off-by: Waleed Malik <[email protected]> * Fix cleanup for services Signed-off-by: Waleed Malik <[email protected]> * Fix port lookup for services Signed-off-by: Waleed Malik <[email protected]> * Rework port lookup for better state management Signed-off-by: Waleed Malik <[email protected]> * Requeue load-balancers when the service is updated Signed-off-by: Waleed Malik <[email protected]> * Only queue up LBs when status of service has changed Signed-off-by: Waleed Malik <[email protected]> * Refactored code Since we already have specific labels that are used by KubeLB when creating services we don't really need to add additional label for managed-by Signed-off-by: Waleed Malik <[email protected]> * Use downwards API for kubelb namespace Signed-off-by: Waleed Malik <[email protected]> --------- Signed-off-by: Waleed Malik <[email protected]>
- Loading branch information
1 parent
5cd08bd
commit 569ebf9
Showing
12 changed files
with
540 additions
and
52 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
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
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
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
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
Oops, something went wrong.