-
Notifications
You must be signed in to change notification settings - Fork 8k
add zipkin server address to service mesh config #270
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins rebuild istio/presubmit |
1 similar comment
jenkins rebuild istio/presubmit |
andraxylia
approved these changes
May 15, 2017
Jenkins job istio/presubmit passed |
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
Automatic merge from submit-queue. Fix systemd issue For now, without putting generic named binaries in user’s /usr/local/bin Replacement for #268 ```release-note Standalone node agent path fix (debian) ```
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* More coverage for config gen * rename sds-version * restructure kube tests * Use different header values
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Automatic merge from submit-queue. Fix systemd issue For now, without putting generic named binaries in user’s /usr/local/bin Replacement for #268 ```release-note Standalone node agent path fix (debian) ```
6 tasks
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
This is a general cleanup of the readme. Fixes: * Small grammatical errors * Lots of adding backticks because my eyes hurt otherwise * Some sections were unclear, particularly the bits around how the 'environment' name is determined * Some sections weren't really 'noob friendly' eg. the references to 'kube-inject' instead of `istioctl kube-inject`
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Apr 26, 2021
MAISTRA-2051: Add extended TLS options
howardjohn
added a commit
that referenced
this pull request
Sep 7, 2022
* hbone: add `hboneInsecureSkipVerify` to CLI (#40535) * hbone: add `hboneInsecureSkipVerify` to CLI This matches the proto. Its helpful for local testing since spiffe certificate verification is typically not happening * lint * Add tests with direct HBONE clients * fix for new improvements
aniketsingh03
pushed a commit
to aniketsingh03/istio-1
that referenced
this pull request
Oct 4, 2022
Signed-off-by: Yaroslav Skopets <yaroslav@tetrate.io>
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
…1-24 [jaeger-operator] Update version jaeger-operator to v1.24.0
fjglira
pushed a commit
to fjglira/istio
that referenced
this pull request
Feb 10, 2025
…ter-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables Zipkin tracing in the service mesh (enables it by default). In future, we can look for ways to dynamically enable/disable this [requires manager to watch for updates to config maps].
This change is