Skip to content
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

Mirror Destinationrule connectionPool to Sidecar #1754

Closed
wants to merge 1 commit into from

Conversation

howardjohn
Copy link
Member

@istio-testing istio-testing added the do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet. label Nov 13, 2020
@google-cla google-cla bot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Nov 13, 2020
@istio-testing
Copy link
Collaborator

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@istio-testing istio-testing added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 13, 2020
@@ -448,6 +448,9 @@ message Sidecar {
// detected defaults from the namespace-wide or the global default Sidecar.
repeated IstioEgressListener egress = 3;

// Settings controlling the volume of connections to an upstream service
istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 7;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the open question here that I didn't notice in the original design is where exactly we put this. In destination rule, we have the top level setting and perPortSettings. However for Sidecar we don't have this. If we put it here, users cannot configure it per-port. If we put in in Ingress, then users need to opt into explicitly configuring ALL ports just to add connection pool settings

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add it in both places I'm guessing like how DR is structured.

@@ -448,6 +448,9 @@ message Sidecar {
// detected defaults from the namespace-wide or the global default Sidecar.
repeated IstioEgressListener egress = 3;

// Settings controlling the volume of connections to an upstream service
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will update comment later

@istio-testing
Copy link
Collaborator

@howardjohn: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Jan 30, 2021
@howardjohn
Copy link
Member Author

@louiscryan @costinm can you take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet. needs-rebase Indicates a PR needs to be rebased before being merged size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants