This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(e2e): fix HTTP ingress e2e on non-kind
This change updates the HTTP ingress e2e test to only install the nginx ingress controller service as NodePort on kind clusters and LoadBalancer elsewhere. On kind, test requests are made against `localhost` and for other clusters against the load balancer ingress IP or hostname of the nginx service. Fixes #2835 Signed-off-by: Jon Huhn <johuhn@microsoft.com>
- Loading branch information
Showing
1 changed file
with
53 additions
and
18 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