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.
Add extra source addresses for Inbound cluster via upstream bindconfi…
…g to support dual stack in Istio (istio#41618) * Add extra source addresses for Inbound cluster via upstream bindconfig to support dual stack in Istio * add release notes for dual stack support * fixed issues based on comments * fixed lint-go * remove TODO for reachability test * add feature flags EnableDualStack to support Dual Stack for both istiod and istio-agent, merge inboundPassthroughCluster into one once Dual Stack is enabled. * fixed the dual stack integration test * remove prefix ForDualStack for functions: getWildcardsAndLocalHost and getPassthroughBindIPs * change code based on comments * change the inbound passthrough cluster name and let getLocalIP return another for ipv6 enable. * add go comments for how to implement the smarter pick between SourceAddress and ExtraSourceAddresses for Dual Stack support via bindconfig * Update releasenotes/notes/40394.yaml highlight the feature flags Co-authored-by: Greg Hanson <gregory.hanson@solo.io> Co-authored-by: Greg Hanson <gregory.hanson@solo.io>
- Loading branch information
1 parent
8c808c4
commit 0f0806a
Showing
14 changed files
with
238 additions
and
104 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
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
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.