Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Azure timeouts and fixed k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Dec 23, 2020
1 parent 1bf08ce commit d46bbc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-gardener-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ istioctl
istio-*
kubeconfig-*
kyma-src.zip
fast-integration
1 change: 1 addition & 0 deletions create-cluster-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d46bbc6

Please sign in to comment.