Skip to content

Commit aa5fa4c

Browse files
committed
OCP-DEMO Don't list the pods at the end of the installation
This commit removes the last line on the script so that it doesn't stop listing the created pods. Before it was unclear if the installation process finished successfully or not. It seemed it was still running and waiting for something.
1 parent 97e255f commit aa5fa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/message-board/script/install-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ oc set probe dc/message-service --liveness --failure-threshold 3 --initial-delay
3939
oc set probe dc/account-service --readiness --failure-threshold 3 --initial-delay-seconds 30 --get-url=http://:8080/account-service/health
4040
oc set probe dc/message-service --readiness --failure-threshold 3 --initial-delay-seconds 30 --get-url=http://:8080/message-service/health
4141

42-
oc get pods -w
42+
echo "Insatallation finished!"

0 commit comments

Comments
 (0)