-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add validation for vpcID in tgb spec #3663
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
Conversation
args: args{ | ||
tgb: &elbv2api.TargetGroupBinding{ | ||
Spec: elbv2api.TargetGroupBindingSpec{ | ||
TargetGroupARN: "tg-2", | ||
TargetType: &ipTargetType, | ||
VpcID: "vpc-02", | ||
VpcID: "vpc-vpc-0bbbbbbb", |
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.
did you mean vpc-0bbbbbbb
?
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.
Yes. Fixed it. Apologies
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3663 +/- ##
=======================================
Coverage 55.40% 55.41%
=======================================
Files 151 151
Lines 9144 9146 +2
=======================================
+ Hits 5066 5068 +2
Misses 3736 3736
Partials 342 342 ☔ View full report in Codecov by Sentry. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oliviassss, shraddhabang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@shraddhabang @oliviassss Can you please explain the purpose of this PR? It seems unnecessary and its breaking k8s running on AWS API compatible clouds. If it is indeed necessary I would like to implement #3839. Please let me know WDYT |
Description
Add validation for vpcID in tgb spec
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯