Closed
Description
Steps to reproduce the issue:
- Provision multiple minikube clusters, e.g. cluster-a & cluster-b
- Change context to cluster-a with
kubectl config use-context cluster-a
- Get namespaces in cluster-b with
minikube kubectl --profile cluster-b -- get ns
, context isn't switched from cluster-a to cluster-b and cluster-a namespaces are shown.
The reason is that
minikube/cmd/minikube/cmd/kubectl.go
Lines 34 to 81 in 5ce9d99
--profile
.
Full output of failed command:
N/A
Full output of minikube start
command used, if not already included:
N/A
Optional: Full output of minikube logs
command:
Metadata
Metadata
Assignees
Labels
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Categorizes issue or PR as related to a bug.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.