You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/minikube/cmd/stop.go
+2-3
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,8 @@ var (
48
48
varstopCmd=&cobra.Command{
49
49
Use: "stop",
50
50
Short: "Stops a running local Kubernetes cluster",
51
-
Long: `Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM
52
-
itself, leaving all files intact. The cluster can be started again with the "start" command.`,
53
-
Run: runStop,
51
+
Long: `Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the "start" command.`,
Copy file name to clipboardExpand all lines: site/content/en/docs/commands/stop.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ Stops a running local Kubernetes cluster
11
11
12
12
### Synopsis
13
13
14
-
Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM
15
-
itself, leaving all files intact. The cluster can be started again with the "start" command.
14
+
Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the "start" command.
0 commit comments