From 7eff574248baf5aa880a5f1b740485068632f42f Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Mon, 24 Mar 2025 12:02:38 +0000 Subject: [PATCH] chore: use sbctl shell instead of sbctl serve Signed-off-by: Evans Mungai --- .github/actions/e2e-troubleshoot/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e-troubleshoot/action.yml b/.github/actions/e2e-troubleshoot/action.yml index 89550e7c20..a5226636cf 100644 --- a/.github/actions/e2e-troubleshoot/action.yml +++ b/.github/actions/e2e-troubleshoot/action.yml @@ -56,9 +56,9 @@ runs: echo -e "\e[1;33m \e[0m" echo -e "\e[1;33m 3- From inside the extracted directory, run: \e[0m" echo -e "\e[1;33m \e[0m" - echo -e "\e[1;32m sbctl serve -s . \e[0m" + echo -e "\e[1;32m sbctl shell . \e[0m" echo -e "\e[1;33m \e[0m" - echo -e "\e[1;33m 4- Export the printed kubeconfig to interact with the cluster. \e[0m" + echo -e "\e[1;33m 4- Run kubectl commands in the new shell and run `exit` once done \e[0m" echo -e "\e[1;33m \e[0m" echo -e "\e[1;33m└──────────────────────────────────────────────────────────────────────────────────────────────────────┘\e[0m" shell: bash