-
Notifications
You must be signed in to change notification settings - Fork 83
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
[BUG]: Deleting a GTP would result in deleting the only endpoint of a service #234
Labels
bug
Something isn't working
Comments
shriramsharma
added a commit
to shriramsharma/admiral
that referenced
this issue
Jun 24, 2022
force GTPs to update only Signed-off-by: Shriram Sharma <[email protected]>
aattuluri
pushed a commit
that referenced
this issue
Jun 24, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <[email protected]> * fixed linting errors Signed-off-by: Shriram Sharma <[email protected]>
asushanthk
pushed a commit
that referenced
this issue
Jul 21, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <[email protected]> * fixed linting errors Signed-off-by: Shriram Sharma <[email protected]> Signed-off-by: sa <[email protected]>
asushanthk
pushed a commit
that referenced
this issue
Jul 21, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <[email protected]> * fixed linting errors Signed-off-by: Shriram Sharma <[email protected]> Signed-off-by: sa <[email protected]>
itsLucario
pushed a commit
to itsLucario/admiral
that referenced
this issue
Aug 9, 2022
…ystem#132) * Fixes: istio-ecosystem#234 force GTPs to update only Signed-off-by: Shriram Sharma <[email protected]> * fixed linting errors Signed-off-by: Shriram Sharma <[email protected]> Co-authored-by: aattuluri <[email protected]>
kpharasi
pushed a commit
that referenced
this issue
Dec 19, 2024
* handling tc overriding scenario and improving log formatting * fixing log formatter to print in json format
kpharasi
pushed a commit
that referenced
this issue
Dec 19, 2024
* handling tc overriding scenario and improving log formatting (#234) * handling tc overriding scenario and improving log formatting * fixing log formatter to print in json format * traffic config cache by identity * cache operations changes * remove unused assignment * log and moved queue push to new function * log changes * chore * router reconcile changes & fixes * fix dup imports * use common method to check isDisabled * fix: add assetalias to config * add envoyfilter version as suffix * read ignore clusters list from config file * wait cache warmup and ignore api gw clusters * comon ispresent func * fix unit test cases * update annotations * skip updating VirtualService for GW clusters * update unit test and fixes Co-authored-by: rgosavi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With this PR #223 we have an issue where a delete GTP event could cause the only service entry endpoint to be deleted since we're passing down the same admiral event down to the
modifyServiceEntryForNewServiceOrPod
func.The text was updated successfully, but these errors were encountered: