From 0e7876d43346241cbdb2bd2dcdf1c8848fcf47f8 Mon Sep 17 00:00:00 2001 From: Jonathan Lopez Date: Fri, 20 Sep 2024 18:18:11 -0400 Subject: [PATCH] testing request sandbox --- .github/workflows/request-sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/request-sandbox.yml b/.github/workflows/request-sandbox.yml index f97362e..b61a613 100644 --- a/.github/workflows/request-sandbox.yml +++ b/.github/workflows/request-sandbox.yml @@ -25,5 +25,5 @@ jobs: to your sandbox by following these steps: 1. Go to https://cedille.omni.siderolabs.io/cluster/cedille-cluster/overview, click "Download kubeconfig" and put that file as ~/.kube/config 2. Install vcluster on your computer: https://www.vcluster.com/docs/getting-started/setup - 3. run `vcluster connect vcluster-sandbox -n ${{github.event.sender.login}}-vcluster-sandbox` + 3. run `vcluster connect vcluster-sandbox -n sandbox-"${{ github.event.sender.login }}" | tr '[:upper:]' '[:lower:]')"` 4. Start using kubectl to play around!