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

Should certain commands skip the remote version check and use some default kubectl? #36

Open
dnwe opened this issue Jul 3, 2023 · 3 comments

Comments

@dnwe
Copy link

dnwe commented Jul 3, 2023

For example local-only things such as kubectl config ... commands to fetch or switch the current context, or print the local config, shouldn't really attempt to do a remote kubectl version match before running and should just pick a default kubectl available locally and run via that

@alisamji-ybor
Copy link

Seconded. This is really messing with some of the internal dev tooling we are building at my job.

@flavio
Copy link
Owner

flavio commented Mar 27, 2025

This is a valid request.

Based on what you said, I would propose:

  • completion
  • config
  • version
  • plugin

Am I missing something

@dnwe dnwe changed the title Should certain commands skip the remove version check and use some default kubectl? Should certain commands skip the remote version check and use some default kubectl? Mar 27, 2025
@dnwe
Copy link
Author

dnwe commented Mar 27, 2025

LGTM!

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

No branches or pull requests

3 participants