-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: Update AWS ELB config #3974
Conversation
update: I did add a LB for this. |
Codecov Report
@@ Coverage Diff @@
## master #3974 +/- ##
==========================================
+ Coverage 61.94% 68.81% +6.87%
==========================================
Files 173 177 +4
Lines 18345 18847 +502
==========================================
+ Hits 11364 12970 +1606
+ Misses 5866 4750 -1116
- Partials 1115 1127 +12
|
- Remove incorrect `aws-load-balancer-internal`. - Change the loadbalancer for Grafana from "CLB" (Classic) to "NLB" (Network)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 4ce5f47
|
/run-integration-test |
/test all |
/run-all-tests |
1 similar comment
/run-all-tests |
What problem does this PR solve?
aws-load-balancer-internal
.(Network)
Tests
Deploy on EKS with https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-aws-eks
On the AWS Console check the loadbalancers that were created. This should show three NLB type loadbalancers with the 'internet facing' scheme. Previously this would show 1 NLB and 1 CLB and the NLB had the 'internal' scheme.
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.