We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey Evan,
It would be great if you could add how to connect via the SOCKS proxy to the Dataproc Cluster for the demo.
SSH to master: gcloud compute ssh master-host-name --project=project-id --zone=master-host-zone -- -D 1080 -N
gcloud compute ssh master-host-name --project=project-id --zone master-host-zone -- -4 -N -L port1:master-host-name:port2
And open in Cloud Shell Webpreview with either port: 8088/9870
Hope it helps!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey Evan,
It would be great if you could add how to connect via the SOCKS proxy to the Dataproc Cluster for the demo.
SSH to master:
gcloud compute ssh master-host-name --project=project-id --zone=master-host-zone -- -D 1080 -N
gcloud compute ssh master-host-name --project=project-id --zone master-host-zone -- -4 -N -L port1:master-host-name:port2
And open in Cloud Shell Webpreview with either port: 8088/9870
Hope it helps!
The text was updated successfully, but these errors were encountered: