Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 513d716

Browse files
Update deploy.sh
1 parent 5975242 commit 513d716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-to-bluemix/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ code=$(curl -sw '%{http_code}' http://$IP_ADDR:31300/uptime -o /dev/null)
121121
if [ $TRIES -eq 10 ]
122122
then
123123
echo "Failed setting up controlplane."
124-
kubectl logs $(kubectl get pods | grep controller | awk '{print $1}')
124+
kubectl logs $(kubectl get pods | grep registry | awk '{print $1}')
125125
exit 1
126126
fi
127127
TRIES=$((TRIES+1))

0 commit comments

Comments
 (0)