website/handbook: don't advise users to create a symbolic link to minikube’s binary named ‘kubectl’ #10717
Labels
kind/documentation
Categorizes issue or PR as related to documentation.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
this confuses users and doesn't work (eg, minikube calling kubectl would loopback to itself)
ref: https://minikube.sigs.k8s.io/docs/handbook/kubectl/ (https://github.com/kubernetes/minikube/blob/master/site/content/en/docs/handbook/kubectl.md)
example: #9976
previously, there were discussions in issue #8857 and pr #8872
alternatively, we can make it work by 'recognising' that minikube was called as kubectl and assign the flags as flags for minikube's own downloaded kubectl binary...
The text was updated successfully, but these errors were encountered: