From d46bbc6902dfeaca5ad43970969c817ac3ab92cf Mon Sep 17 00:00:00 2001
From: pbochynski
Date: Wed, 23 Dec 2020 12:28:30 +0100
Subject: [PATCH] Azure timeouts and fixed k8s version
---
.github/workflows/app-connector-e2e-gardener-azure.yml | 2 +-
.gitignore | 1 +
create-cluster-k3d.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/app-connector-e2e-gardener-azure.yml b/.github/workflows/app-connector-e2e-gardener-azure.yml
index 16fcb82..c4d5c6b 100644
--- a/.github/workflows/app-connector-e2e-gardener-azure.yml
+++ b/.github/workflows/app-connector-e2e-gardener-azure.yml
@@ -47,7 +47,7 @@ jobs:
run: |
./install-istio.sh -f config-istio.yaml
- name: Install Kyma
- timeout-minutes: 15
+ timeout-minutes: 20
run: |
SKIP=${{ github.event.inputs.skip }}
export SKIP_MODULES=${SKIP:-$SKIP_MODULES}
diff --git a/.gitignore b/.gitignore
index f6f679a..7b5e0c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ istioctl
istio-*
kubeconfig-*
kyma-src.zip
+fast-integration
\ No newline at end of file
diff --git a/create-cluster-k3d.sh b/create-cluster-k3d.sh
index 46cb8ab..07319cd 100755
--- a/create-cluster-k3d.sh
+++ b/create-cluster-k3d.sh
@@ -18,6 +18,7 @@ docker run -d \
# Create Kyma cluster
k3d cluster create kyma \
+ --image "docker.io/rancher/k3s:v1.18.13-k3s1" \
--port 80:80@loadbalancer \
--port 443:443@loadbalancer \
--k3s-server-arg --no-deploy \