Add support for running kubectl remotely as an alternative #10843
Labels
cmd/kubectl
Issues with the "kubectl" command
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Some clients don't have the possibility to run the kubernetes client locally, due to binaries not being available...
But we already install
kubectl
on the control plane in the cluster, so we can run that using thessh
connection.This makes minikube accessible on more platforms.
Especially when using the
ssh
driver for the cluster.The text was updated successfully, but these errors were encountered: