-
Notifications
You must be signed in to change notification settings - Fork 0
Gcloud deployment notes
kai edited this page Dec 2, 2017
·
1 revision
Launch VM by: View gcloud command Run in Cloud shell
then to run gcloud: gcloud auth login follow steps to enter verification keys
to check port forwarding list gcloud compute forwarding-rules list
to check target instances gcloud compute target-instances list
try to create port forwarding rule
gcloud compute forwarding-rules create route-to-rails
--ip-protocol TCP --ports 3000
--target-instance geoboxvm