Skip to content
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

Support update operations #69

Open
asimpleidea opened this issue Nov 9, 2022 · 0 comments
Open

Support update operations #69

asimpleidea opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asimpleidea
Copy link
Member

Currently, when a Service Entry is updated we delete the "previous version" of it from the SDWAN and re-create it once deletion finishes.

This is fine and easy to implement/understand, but can certainly be improved. The egress watcher will be updated to also support update operations "natively" -- i.e. with PUT operations, whenever feasible.

This should also lower the time it takes SDWAN to apply configuration by ~50% as we don't apply it twice (once to delete it and once to re-create it)

@asimpleidea asimpleidea added the enhancement New feature or request label Nov 9, 2022
@asimpleidea asimpleidea self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant