We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--cluster
kubectl __complete
1 parent 5ea80d0 commit 6be3ba1Copy full SHA for 6be3ba1
cmd/minikube/cmd/kubectl.go
@@ -96,7 +96,7 @@ host. Please be aware that when using --ssh all paths will apply to the remote m
96
os.Exit(1)
97
}
98
99
- if len(args) > 1 && args[0] != "--help" {
+ if len(args) > 1 && args[0] != "--help" && args[0] != cobra.ShellCompRequestCmd {
100
cluster := []string{"--cluster", cname}
101
args = append(cluster, args...)
102
0 commit comments