API changes to enable TCP keepalive configuration.#718
API changes to enable TCP keepalive configuration.#718istio-testing merged 3 commits intoistio:release-1.1from
Conversation
Signed-off-by: Shakti <shaktiprakash.das@salesforce.com>
|
Hi @shakti-das. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Comments from previous PR for master:
This PR adds tcp_keepalive settings in DestinationRule and MeshConfig. The assignment logic would be as follows: Skipped keepalive probes and only kept keepalive time and interval for now. OS default probes will be sent. |
|
@hzxuzhonghu pointed out in the other thread that probes is also part of requirement. So, adding probes as per istio/istio#9378 (comment). I was thinking with these 3 items added, the message is similar to the one used in envoy proto. Does istio ever use imported protos from envoy? Code search doesn't show any prior art where envoy messages are reused in istio though, maybe to avoid dependency issues? |
Signed-off-by: Shakti <shaktiprakash.das@salesforce.com>
Signed-off-by: Shakti <shaktiprakash.das@salesforce.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rshriram, shakti-das The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
API changes PR for istio/istio#9378 for release 1.1
Signed-off-by: Shakti shaktiprakash.das@salesforce.com