Open mchirico opened 3 years ago
# gcloud compute ssh worker -- -L 38211:localhost:38211 -L 32793:localhost:32793 -L 37999:localhost:37999 -fN # gcloud compute config-ssh # gcloud compute instances list # gcloud compute instances stop worker # gcloud compute instances start worker # tmux attach alias sworker='gcloud compute instances start worker'
mchirico, Thanks for opening this issue!