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.
2 parents 4ef074e + 84e4a08 commit ddfb803Copy full SHA for ddfb803
scripts/run_console_local.sh
@@ -44,7 +44,7 @@ run_ocp_console_image (){
44
verify_ocp_console_image (){
45
if [ "$($POD_MANAGER ps -q -f label=io.openshift.build.source-location=https://github.com/openshift/console)" ];
46
then
47
- container_id="$($POD_MANAGER ps -q -f label=io.openshift.build.source-location=https://github.com/openshift/console)"
+ container_id="$($POD_MANAGER ps -q -l -f label=io.openshift.build.source-location=https://github.com/openshift/console)"
48
echo -e "${GREEN}The OLM is accessible via web console at:${RESET}"
49
echo -e "${GREEN}http://localhost:9000/${RESET}"
50
echo -e "${GREEN}Press Ctrl-C to quit${RESET}";
0 commit comments