We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6aad4 commit 6e08143Copy full SHA for 6e08143
.github/actions/e2e-troubleshoot/action.yml
@@ -56,9 +56,9 @@ runs:
56
echo -e "\e[1;33m \e[0m"
57
echo -e "\e[1;33m 3- From inside the extracted directory, run: \e[0m"
58
59
- echo -e "\e[1;32m sbctl serve -s . \e[0m"
+ echo -e "\e[1;32m sbctl shell . \e[0m"
60
61
- 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"
62
63
echo -e "\e[1;33m└──────────────────────────────────────────────────────────────────────────────────────────────────────┘\e[0m"
64
shell: bash
0 commit comments