forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement support for configuring the connection pool of inbound clus…
…ters via the Sidecar API (istio#47313) * update API to HEAD to get new connection pool fields -- note we'll need to remove the replace directive before merge * Implement support for ConnectionPoolSettings on the inbound cluster configured via the Sidecar API (see istio/api#2961). This PR implements the following precedence for picking connection pool config (highest to lowest): 1) per-port ConnectionPool from the Sidecar; 2) top-level InboundConnectionPool from the Sidecar; 3) per-port TrafficPolicy.ConnectionPool from the DestinationRule; 4) top-level TrafficPolicy.ConnectionPool from the DestinationRule. (3 and 4 are unchanged from before this PR.) This PR does not change how client-side connection pools are configured (which remains DestinationRule only). * point to latest revision of the istio/api change * remove one useless test case, and format a few things * simplify if statement logic * remove the replace directive and update to the 1.20 release of the API repo; restore test file I messed up during rebase * Add release notes that mirror those from istio/api; fix linter error * roll back go mod changes as they weren't needed anyway -- yay caches 🙃 * include port name+number in the warning about HTTP settings on TCP ports
- Loading branch information
1 parent
7945294
commit 4ab1fb7
Showing
7 changed files
with
506 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.