forked from kubevirt/kubevirt
-
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.
The negative test checking that Envoy refuses to connect to external service was missing .Should(Succeed()) so when we changed from using "kubevirt.io" as an external service to another cluster vmi, the test was broken without us knowing about it. This commit properly registers the vmi as a service by defining VirtualService, destinationRule and Gateway. The vmi HTTP server is now accessed via Istio ingressgateway. Signed-off-by: Radim Hrazdil <[email protected]>
- Loading branch information
Radim Hrazdil
committed
Jul 27, 2021
1 parent
e91728e
commit 3631d9f
Showing
2 changed files
with
169 additions
and
36 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