Closed
Conversation
andraxylia
suggested changes
Mar 9, 2017
| args: | ||
| - proxy | ||
| - sidecar | ||
| - -n |
Contributor
There was a problem hiding this comment.
Is there an API for proxy to obtain the namespace in which it is running or can we pass the namespace via env vars?
Contributor
There was a problem hiding this comment.
What is proxy in this yaml is deployed in a different namespace? Please remove this.
Contributor
Author
There was a problem hiding this comment.
This restricts traffic to a namespace and helps to reduce load on the controller and the restart frequency. We can add another flag to use the current namespace, which I like.
Contributor
|
Closing this one. I'll incorporate these changes in another PR, where I will also updates the demo to work with the fault-rule design change, i.e., set the fault (delay) in a route-rule instead of destination-policy. |
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Initial example deployment * Add start-up command to manager * Complete echoheaders example * Minor fix
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
* Parse response status code. * Add unit_test
rajusharma
pushed a commit
to rajusharma/istio
that referenced
this pull request
Jul 2, 2019
Use credential-manager for KUBECONFIG.
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* Initial implementation of IstioFeature * Move names out to name package * Cleanup * Cleanup * Minor cleanup * Lint * Lint
deva26
pushed a commit
to deva26/istio
that referenced
this pull request
Jun 24, 2020
Add helm support for (only)service entry crd installation
jacob-delgado
pushed a commit
that referenced
this pull request
Aug 11, 2020
istio-testing
pushed a commit
that referenced
this pull request
Aug 11, 2020
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
Added extraSecretMounts option for TLS support
2 tasks
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
* OSSM-6600 Avoid failures to be hidden on integration test Avoid to use eval when integration test are executed Fix ocp test execution * Fix junit report execution on integration test Fix error in command execution for ocp test run with junit report test fix junit report generator for integration test * Adding debugging to the integration script * More debugging for OCP execution * Avoid hidde exit status on ocp test execution
johnlanni
pushed a commit
to johnlanni/istio
that referenced
this pull request
Jun 17, 2025
* add mcp-server.so * add space * add arm version
dgn
pushed a commit
to dgn/istio
that referenced
this pull request
Jun 24, 2025
* OSSM-6600 Avoid failures to be hidden on integration test Avoid to use eval when integration test are executed Fix ocp test execution * Fix junit report execution on integration test Fix error in command execution for ocp test run with junit report test fix junit report generator for integration test * Adding debugging to the integration script * More debugging for OCP execution * Avoid hidde exit status on ocp test execution
cam-garrison
pushed a commit
to cam-garrison/istio
that referenced
this pull request
Oct 29, 2025
* OSSM-6600 Avoid failures to be hidden on integration test Avoid to use eval when integration test are executed Fix ocp test execution * Fix junit report execution on integration test Fix error in command execution for ocp test run with junit report test fix junit report generator for integration test * Adding debugging to the integration script * More debugging for OCP execution * Avoid hidde exit status on ocp test execution
cam-garrison
pushed a commit
to cam-garrison/istio
that referenced
this pull request
Jan 20, 2026
* OSSM-6600 Avoid failures to be hidden on integration test Avoid to use eval when integration test are executed Fix ocp test execution * Fix junit report execution on integration test Fix error in command execution for ocp test run with junit report test fix junit report generator for integration test * Adding debugging to the integration script * More debugging for OCP execution * Avoid hidde exit status on ocp test execution
dgn
pushed a commit
to dgn/istio
that referenced
this pull request
Feb 17, 2026
* OSSM-6600 Avoid failures to be hidden on integration test Avoid to use eval when integration test are executed Fix ocp test execution * Fix junit report execution on integration test Fix error in command execution for ocp test run with junit report test fix junit report generator for integration test * Adding debugging to the integration script * More debugging for OCP execution * Avoid hidde exit status on ocp test execution
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.
Some minor edits. Feel free to close and apply in your PR.
This change is