-
Notifications
You must be signed in to change notification settings - Fork 687
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
mysteriously wedged sds #21
Comments
It seems that the Planning to switch it to Python 3.6 and do some bulletproofing. Also see #32. |
Ambassador doesn't ship with SDS any more. |
LukeShu
added a commit
that referenced
this issue
Sep 6, 2019
Makefile Tidy Tidy the Makefile for preparation for merge with oauth.
LukeShu
pushed a commit
that referenced
this issue
Sep 6, 2019
LukeShu
pushed a commit
that referenced
this issue
Sep 6, 2019
Initial Consul Connect Integration + tests
acookin
pushed a commit
that referenced
this issue
Mar 10, 2021
Update tag and override RBAC resource name option
acookin
added a commit
that referenced
this issue
Aug 18, 2021
acookin
added a commit
that referenced
this issue
Aug 24, 2021
Signed-off-by: Flynn <[email protected]>
acookin
added a commit
that referenced
this issue
Aug 24, 2021
* ensure pod log uploading when pytests fail - incorrect if() clause in yaml caused failure to upload pod logs, making it hard to diagnose failures Signed-off-by: Alice Nodelman <[email protected]> * fixup links in readme (#3682) Signed-off-by: Alix Cook <[email protected]> * fix chart readme (#3690) Signed-off-by: Alix Cook <[email protected]> * Document similar implementation in DevPortal (#3691) * Document similar implementation in DevPortal Signed-off-by: alex <[email protected]> * Added comment to the AmbassadorMapping CRD docs attribute Signed-off-by: alex <[email protected]> * make generate Signed-off-by: Alix Cook <[email protected]> Co-authored-by: Alix Cook <[email protected]> * split out t_mappingtests into namespace sets (default and plain) - some of the mappingtests are designed to run in the default namespace, some in the plain namespace. Split up these tests into different py files to make it easier to understand and execute - update pytest harness to start an httpbin for each namespace defined in tests under execution - update plain test gold file to use correct namespace Signed-off-by: Alice Nodelman <[email protected]> * add devel (#3696) Signed-off-by: Alix Cook <[email protected]> * Update for v2.0.2-ea (#3698) Signed-off-by: Alix Cook <[email protected]> * Update for v2.0.2-ea Signed-off-by: Alix Cook <[email protected]> * update envoy commit Signed-off-by: Aidan Hahn <[email protected]> * dont push manifests if IS_PRIVATE Signed-off-by: Flynn <[email protected]> * updates for embargoed Signed-off-by: Flynn <[email protected]> * envoy v3 should be default Signed-off-by: Flynn <[email protected]> * run make generate Signed-off-by: Flynn <[email protected]> * Update for v1.14.0. * dont push manifests if IS_PRIVATE * updates for embargoed * Update for v1.14.0 Signed-off-by: Alix Cook <[email protected]> * fixup changelog Signed-off-by: Flynn <[email protected]> * gotest fix (#16) * gotest fix * undo Signed-off-by: Flynn <[email protected]> * remove tests that were commented out on master Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Flynn <[email protected]> * enable deprecated apis Signed-off-by: Flynn <[email protected]> * pytest corrections (#18) Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Flynn <[email protected]> * gzip fix (#19) * gzip fix * update ambex * update ambex * update circle Signed-off-by: Flynn <[email protected]> * pytest envoy v2 test fixes (#21) Signed-off-by: Flynn <[email protected]> * envoy v2 fixes maybz (#22) * envoy v2 fixes maybz * envoy v2 fixes maybz Signed-off-by: Flynn <[email protected]> * also push rc for emissary privaet Signed-off-by: Flynn <[email protected]> * allow chunked length (#24) * expose chunked length Signed-off-by: AliceProxy <[email protected]> improve test coverage Signed-off-by: AliceProxy <[email protected]> Remove v2listener and v2Test Signed-off-by: AliceProxy <[email protected]> add setting to protos Signed-off-by: AliceProxy <[email protected]> make generate Signed-off-by: AliceProxy <[email protected]> * comment out test * test fixes * UNDO THIS * mkay * comment out test Co-authored-by: AliceProxy <[email protected]> Signed-off-by: Flynn <[email protected]> * update pf gomod Signed-off-by: Flynn <[email protected]> * extauth needs "ignore_case" for auth and request headers Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Flynn <[email protected]> * yank deprecated config option Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Flynn <[email protected]> * update t_chunked_length test Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Flynn <[email protected]> * Log ambex snapshots Signed-off-by: Flynn <[email protected]> * ambex logging cleanup Signed-off-by: Flynn <[email protected]> * Update goldfiles for V3 #1 (from d15d3b4) Signed-off-by: Flynn <[email protected]> * fix fake_mapping_cors_test Signed-off-by: Flynn <[email protected]> * fix chunked length Signed-off-by: Flynn <[email protected]> * fix envoy_api_version Signed-off-by: Flynn <[email protected]> * make go-mod-tidy Signed-off-by: Flynn <[email protected]> * Update t_chunked_length for V2 Signed-off-by: Flynn <[email protected]> * Update gold files Signed-off-by: Flynn <[email protected]> * CHANGELOG Signed-off-by: Flynn <[email protected]> * make generate Signed-off-by: Flynn <[email protected]> * Temporary fix for repo name. Signed-off-by: Flynn <[email protected]> * remove fake mapping test, make generate Signed-off-by: Flynn <[email protected]> * bump envoy in 2.0.2 * fix manifest stuff * fix is private thing again Co-authored-by: Alice Nodelman <[email protected]> Co-authored-by: Alex Gervais <[email protected]> Co-authored-by: Aidan Hahn <[email protected]> Co-authored-by: Flynn <[email protected]> Co-authored-by: Aidan Hahn <[email protected]> Co-authored-by: AliceProxy <[email protected]> Co-authored-by: Flynn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My ambassador got into a mysteriously wedged state. It was responding just fine to /ambassador/* queries, but it refused to route to my upstream "hello" cluster.
After some head scratching I managed to track this down to the sds service being wedged. I was able to diagnose this because a) the sds service was hanging when I queried it, and b) I got the appended stack trace from the logs.
This raises the obvious question of why it got wedged in this way, but perhaps more importantly this points to the need for some kind of health checking on the various envoy "plugin" services.
The text was updated successfully, but these errors were encountered: