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

Add kube connect subcommand #816

Merged
merged 4 commits into from
Dec 14, 2020
Merged

Add kube connect subcommand #816

merged 4 commits into from
Dec 14, 2020

Conversation

jefferai
Copy link
Member

No description provided.

Copy link
Collaborator

@malnick malnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment, otherwise this looks great!

}, nil
},
"connect rdp": func() (cli.Command, error) {
"connect k8s": func() (cli.Command, error) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if the auto complete will be confusing with both commands that start with k? You'll get two possible sub commands, and if you're unfamiliar, may not know they do the same thing. Wondering if you think we should start with one only and grow to two once people start using it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will scope to just kube for now. Many people prefer k8s but kube matches kubectl -- it's not k8sctl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants