Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/e2e-troubleshoot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading