-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
run internal kubectl when os.Args[0] is 'kubectl' #8857
Labels
cmd/kubectl
Issues with the "kubectl" command
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Comments
sharifelgamal
added
cmd/kubectl
Issues with the "kubectl" command
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
labels
Jul 28, 2020
kadern0
added a commit
to kadern0/minikube
that referenced
this issue
Jul 29, 2020
Fixes issue kubernetes#8857 Signed-off-by: Pablo Caderno <kaderno@gmail.com>
kadern0
added a commit
to kadern0/minikube
that referenced
this issue
Jul 29, 2020
Fixes issue kubernetes#8857 Signed-off-by: Pablo Caderno <kaderno@gmail.com>
kadern0
added a commit
to kadern0/minikube
that referenced
this issue
Aug 2, 2020
Fixes issue kubernetes#8857 Signed-off-by: Pablo Caderno <kaderno@gmail.com>
I like this suggestion, we talked about our solutions like providing an "--install" flag or echoing the program path. |
kadern0
added a commit
to kadern0/minikube
that referenced
this issue
Aug 17, 2020
Fixes issue kubernetes#8857 Signed-off-by: Pablo Caderno <kaderno@gmail.com>
@sharifelgamal this has been fixed with #8872 |
Excellent, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/kubectl
Issues with the "kubectl" command
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
It would be nice if this worked:
No harm to existing workflows (as long as we don't force the creation of that symlink-- see k3s-io/k3s#521), and it would save on aliases and '--' argument separators.
Related: #4684
Related: #4697
The text was updated successfully, but these errors were encountered: