-
Notifications
You must be signed in to change notification settings - Fork 71
[improvement] Add subnet filtering for routes management #328
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #328 +/- ##
==========================================
+ Coverage 71.63% 71.67% +0.04%
==========================================
Files 14 14
Lines 2330 2376 +46
==========================================
+ Hits 1669 1703 +34
- Misses 506 515 +9
- Partials 155 158 +3 ☔ View full report in Codecov by Sentry. |
rahulait
left a comment
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 🚀
General:
Currently, route_controller manages and configures routes for all Linodes within a VPC if specified. This change adds the option to specify that CCM manages only nodes within a particular subnet or list of subnets.
Pull Request Guidelines: