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