-
Notifications
You must be signed in to change notification settings - Fork 748
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
Reduce API server calls #2160
Comments
This optimization will be done post merge of #2149. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
/notstale |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days |
|
What would you like to be added:
Today we do a list call on aws-node init and regular watch calls. This is not needed for customers who are not using custom networking and/or SGPP.
Why is this needed:
Reduce unnecessary API server calls and moreover cross AZ calls when not needed.
The text was updated successfully, but these errors were encountered: