Skip to content
New issue

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

[hailctl] allow passthrough arguments to dataproc connect #11710

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

danking
Copy link
Contributor

@danking danking commented Mar 30, 2022

For example,

(base) # hailctl dataproc connect --ssh-key-file=/my/special/key dk notebook --dry-run
gcloud command:
compute ssh dking@dk-m --zone=us-central1-b \
    '--ssh-flag=-D 10000' \
    '--ssh-flag=-N' \
    '--ssh-flag=-f' \
    '--ssh-flag=-n' \
    '--ssh-key-file=/my/special/key'

For example,

```
(base) # hailctl dataproc connect --ssh-key-file=/my/special/key dk notebook --dry-run
gcloud command:
compute ssh dking@dk-m --zone=us-central1-b \
    '--ssh-flag=-D 10000' \
    '--ssh-flag=-N' \
    '--ssh-flag=-f' \
    '--ssh-flag=-n' \
    '--ssh-key-file=/my/special/key'
```
@danking danking merged commit 3a88225 into hail-is:main Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants