Update incorrect DNS names in productpage/reviews#60
Merged
Conversation
kyessenov
approved these changes
Mar 19, 2017
zenlint
pushed a commit
to zenlint/istio
that referenced
this pull request
Aug 30, 2017
rshriram
added a commit
that referenced
this pull request
Oct 30, 2017
Update incorrect DNS names in productpage/reviews Former-commit-id: 2a8f83e
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Update incorrect DNS names in productpage/reviews Former-commit-id: 2a8f83e
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
* Add repeated fields for descriptors to the global config, update the monitored resource and principal descriptors to use LabelDescriptors rather than * Put the fields in alphabetical order, matching the imports
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
* Add quota cache. * fix format * free memroy in quota_cache_test. * add README
rajusharma
pushed a commit
to rajusharma/istio
that referenced
this pull request
Jul 2, 2019
* Add pilot prefix Signed-off-by: John Howard <howardjohn@google.com> * Add galley prefix Signed-off-by: John Howard <howardjohn@google.com> * Add injector prefix Signed-off-by: John Howard <howardjohn@google.com> * Pass all values to injector Signed-off-by: John Howard <howardjohn@google.com> * Add egress Signed-off-by: John Howard <howardjohn@google.com> * Add prefix to policy Signed-off-by: John Howard <howardjohn@google.com> * Add prefix for citadel Signed-off-by: John Howard <howardjohn@google.com> * Add values prefix to grafana Signed-off-by: John Howard <howardjohn@google.com> * Add values prefix to mixer-telemetry Signed-off-by: John Howard <howardjohn@google.com> * Add prometheus prefix Signed-off-by: John Howard <howardjohn@google.com> * Add ingress prefix Signed-off-by: John Howard <howardjohn@google.com> * Fix mixer telemetry Signed-off-by: John Howard <howardjohn@google.com>
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* move util to common pkg. * apply comments. * apply comments. * fix lint.
deva26
pushed a commit
to deva26/istio
that referenced
this pull request
Jun 24, 2020
vmgateway should be part of values-tcc-controlplane.yaml
myidpt
pushed a commit
that referenced
this pull request
May 11, 2021
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
May 12, 2021
(cherry picked from commit 1aa9fc7)
istio-testing
pushed a commit
that referenced
this pull request
May 12, 2021
* Lock down AUTO_PASSTRHOUGH gateway to only valid mTLS requests (#52) (cherry picked from commit 1751251632e1bcdee10fcc4ad1a76bfea9774837) (cherry picked from commit 4672527) * Implement mesh config pathNormalization * Implement mesh config pathNormalization * Send a print out original path of request (#32152) Avoid golang processing the URL which limits our ability to tests non-standard clients. (cherry picked from commit 78136cd) * Update filter types (cherry picked from commit 6851417) * Update base image for 1.8.6 (#60) (cherry picked from commit 1aa9fc7) * fix tests (cherry picked from commit 8fb9466db7da6dd7e6eac219cd285b4caaf341d4) * fix lint Co-authored-by: jacob-delgado <jacob.delgado@aspenmesh.io>
stevenctl
pushed a commit
to stevenctl/istio
that referenced
this pull request
Jun 1, 2022
* tproxy redirect - not working yet * update scripts * better * update proxy gen to send local * add back port 15088. can't remove it now was we rely on original_dst; when we support SNI instread it can be rmeoved. * more comments
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
[jaeger] Add CronJob to delete ElasticSearch indices older than n days
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
…er-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
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.
The DNS names in productpage and reviews hardcoded the namespace to default (e.g., reviews.default.svc.cluster.local), making the demo not portable across namespaces. This PR fixes the issue.
This change is