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.
Fix multicluster e2e test setup to use helm chart template (istio#6679)
* Fix istio-remote and multicluster e2e test setup to use helm chart template - Add istio-ingressgateway service and endpoints option to istio-remote charts - Make the multicluster tests always setup istio-remote via helm template with passed args. - Fix crash in getEndpointIPForService method * e2e test install addons prior to remote cluster install * Update e2e framework to work with istio-remote helm chart created configmap - istio-remote changes remove selectorless service/endpoint setup so DNS for istio control plane services won't resolve on remote. Sidecar injection configmap setup on remote uses the IP addresses of services directly. - change istioctl in e2e framework to allow use of sidecar inject configmap on remote rather than default settings. - enable/disable sidecar injection in remote based on test flag - misc. fix zipkin address in istio-remote configmap * Multicluster pilot e2e: fix remote cleanup and ingress subtests
- Loading branch information
1 parent
772812a
commit 2e5a2d3
Showing
7 changed files
with
157 additions
and
48 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