add demos from amalgam8#3
Merged
rshriram merged 6 commits intoistio:masterfrom Jan 26, 2017
frankbu:master
Merged
Conversation
rshriram
reviewed
Jan 17, 2017
Contributor
It seems in order to match one of the upstream clusters, we enforce exact match of {name + tags }, if so same info is being repeated multiple times. If not we need to add examples where |
Member
|
We need exact match. If there is a way to name the upstream cluster somewhere and use that name here, it would be great. Otherwise, we have to deal with this redundancy for the moment. It's documented in the proxy config |
mandarjog
approved these changes
Jan 26, 2017
Contributor
mandarjog
left a comment
There was a problem hiding this comment.
LGTM.
There are several additions we need to make to this doc and demo.
None of this should hold up this PR.
- There are several TODOs in bookinfo.md.
- We want to showcase monitoring, so that bit needs to be worked in.
- We would also like to showcase rate limiting.
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
Closed
15 tasks
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
Updated charts to use v1.16.0
2 tasks
2 tasks
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
…r-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
johnlanni
added a commit
to johnlanni/istio
that referenced
this pull request
Dec 26, 2024
Merge commercial code into the isio repository
jewertow
pushed a commit
to jewertow/upstream-istio
that referenced
this pull request
Jun 3, 2025
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
2 tasks
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
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.
Stripped down version of the Amalgam8 demo applications and first pass at a demo outline for Istio milestone 1. Addresses Issue #2.
This change is