Skip to content

Commit

Permalink
Merge pull request #9411 from tstromberg/vbox-wut
Browse files Browse the repository at this point in the history
Remove reference to Virtualbox in "stop" help
  • Loading branch information
medyagh authored Oct 7, 2020
2 parents 82a5189 + 615f233 commit 0068dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions cmd/minikube/cmd/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ var (
var stopCmd = &cobra.Command{
Use: "stop",
Short: "Stops a running local Kubernetes cluster",
Long: `Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM
itself, leaving all files intact. The cluster can be started again with the "start" command.`,
Run: runStop,
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.`,
Run: runStop,
}

func init() {
Expand Down
3 changes: 1 addition & 2 deletions site/content/en/docs/commands/stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Stops a running local Kubernetes cluster

### Synopsis

Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM
itself, leaving all files intact. The cluster can be started again with the "start" command.
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.

```
minikube stop [flags]
Expand Down

0 comments on commit 0068dfb

Please sign in to comment.