From d672628aba7b847bab80f57c85b0fce992ef483e Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Wed, 17 Apr 2024 10:11:01 +0200 Subject: [PATCH] Update current feature --- .github/workflows/e2e-common.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-common.yml b/.github/workflows/e2e-common.yml index 2c76c26c..2ba81bfa 100644 --- a/.github/workflows/e2e-common.yml +++ b/.github/workflows/e2e-common.yml @@ -106,6 +106,7 @@ jobs: curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.1/vcluster-linux-amd64" sudo install -c -m 0755 vcluster /usr/bin rm -f vcluster + sleep 7200 vcluster create "$(hostname)" \ --connect=false --namespace="$(hostname)" \ --chart-name=vcluster