Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: existing_arrikto: initial e2e test #4154

Merged
Prev Previous commit
Next Next commit
increase timeout for service ip discovery
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark committed Oct 14, 2019
commit d9567fc52f0931d9f7f20ad026ce99cac9471521
2 changes: 1 addition & 1 deletion bootstrap/pkg/kfapp/existing_arrikto/existing.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func generateCert(addr string) ([]byte, []byte, error) {

func getLBAddress(kubeclient client.Client) (string, error) {
// Get IngressGateway Service's address
const maxRetries = 40
const maxRetries = 80
var lbIngresses []corev1.LoadBalancerIngress
svc := &corev1.Service{}
lbServiceName := types.NamespacedName{Name: "istio-ingressgateway", Namespace: "istio-system"}
Expand Down