-
Notifications
You must be signed in to change notification settings - Fork 80
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 <shriram_sharma@intuit.com>
aattuluri
pushed a commit
that referenced
this issue
Jun 24, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> * fixed linting errors Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
asushanthk
pushed a commit
that referenced
this issue
Jul 21, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> * fixed linting errors Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> Signed-off-by: sa <sushanth_a@intuit.com>
asushanthk
pushed a commit
that referenced
this issue
Jul 21, 2022
* Fixes: #234 force GTPs to update only Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> * fixed linting errors Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> Signed-off-by: sa <sushanth_a@intuit.com>
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 <shriram_sharma@intuit.com> * fixed linting errors Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com> Co-authored-by: aattuluri <AnilKumar_Attuluri@intuit.com>
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: