Introduce minor improvement in vcluster:

- Auto remove of leftover container
- Increase vcluster creation timeout to 10min
- Upgrade vcluster to vesion 0.30.1

Change-Id: I11d1bd9fba06746cfa0419273e36ac08997ce705
Signed-off-by: mesaj <juanmanuel.mesamendez.ext@telefonica.com>
diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile
index cceaea9..b269e64 100644
--- a/docker/tests/Dockerfile
+++ b/docker/tests/Dockerfile
@@ -81,7 +81,7 @@
 RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
 
 # Add vCluster CLI
-ENV VCLUSTER_VERSION "v0.26.0"
+ENV VCLUSTER_VERSION "v0.30.1"
 RUN curl -L -o /tmp/vcluster "https://github.com/loft-sh/vcluster/releases/download/${VCLUSTER_VERSION}/vcluster-linux-amd64" \
     && install -c -m 0755 /tmp/vcluster /usr/local/bin \
     && rm -f /tmp/vcluster