Skip to content

Commit

Permalink
Remove external ip on GCE
Browse files Browse the repository at this point in the history
  • Loading branch information
flomotlik committed Mar 17, 2016
1 parent eb1f920 commit dad6f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/deploy_to_google.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ gcloud container clusters create $KUBERNETES_APP_NAME \
echo "Deploying image on GCE"
kubectl run $KUBERNETES_APP_NAME --image=$GOOGLE_CONTAINER_NAME --port=8080

echo "Exposing a port on GCE"
kubectl expose rc $KUBERNETES_APP_NAME

echo "Waiting for services to boot"
sleep 10

echo "Listing services on GCE"
kubectl get services $KUBERNETES_APP_NAME
Expand Down

0 comments on commit dad6f6b

Please sign in to comment.