-
Notifications
You must be signed in to change notification settings - Fork 738
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
AppMesh: Add annotation to enable Envoy access logs #1156
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1156 +/- ##
==========================================
+ Coverage 56.65% 56.75% +0.10%
==========================================
Files 79 79
Lines 6591 6607 +16
==========================================
+ Hits 3734 3750 +16
Misses 2301 2301
Partials 556 556
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the annotation to the AppMesh docs and explain what it does.
@@ -62,6 +62,9 @@ Create a canary definition: | |||
apiVersion: flagger.app/v1beta1 | |||
kind: Canary | |||
metadata: | |||
annotations: | |||
# Enable virtual node logging to stdout. | |||
"appmesh.flagger.app/accesslog": enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"appmesh.flagger.app/accesslog": enabled | |
appmesh.flagger.app/accesslog: enabled |
@@ -62,6 +62,9 @@ Create a canary definition: | |||
apiVersion: flagger.app/v1beta1 | |||
kind: Canary | |||
metadata: | |||
annotations: | |||
# Enable virtual node logging to stdout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Enable virtual node logging to stdout. | |
# Enable Envoy access logging to stdout. |
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works> Co-authored-by: wucg <wucg@trip.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Sanskar Jaiswal sanskar.jaiswal@weave.works
Co-authored-by: wucg wucg@trip.com