File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ test-performance: deploy-max-replicas-istio deploy-helm test-deploy
36
36
deploy-max-replicas-istio :
37
37
kubectl apply -f istio-max-replicas.yaml
38
38
kubectl wait --for=' jsonpath={.status.state}=Ready' --timeout=5m -n kyma-system istio default
39
- kubectl wait -n istio-system --for=jsonpath=' {.status.loadBalancer.ingress}' service/istio-ingressgateway
39
+ kubectl wait -n istio-system --for=jsonpath=' {.status.loadBalancer.ingress}' --timeout=5m service/istio-ingressgateway
40
40
41
41
domain=$(shell kubectl config view -o json | jq '.clusters[0].cluster.server' | sed -e "s/https:\/\/api.//" -e 's/"//g');\
42
42
kubectl annotate service -n istio-system istio-ingressgateway "dns.gardener.cloud/dnsnames=*.${domain}" --overwrite
You can’t perform that action at this time.
0 commit comments