Skip to content

Commit 6804a16

Browse files
committed
Fix minikube kubectl context switching
1 parent 3512e88 commit 6804a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/minikube/cmd/kubectl.go

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ minikube kubectl -- get pods --namespace kube-system`,
4343
co := mustload.Healthy(ClusterFlagValue())
4444

4545
version := co.Config.KubernetesConfig.KubernetesVersion
46+
4647
c, err := KubectlCommand(version, args...)
4748
if err != nil {
4849
out.ErrLn("Error caching kubectl: %v", err)

0 commit comments

Comments
 (0)