Skip to content

Commit 4c2d09e

Browse files
authored
add instruction to keep minikube tunnel terminal open (#188)
1 parent 3274074 commit 4c2d09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/minikube.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func SetUp(name string) error {
4343
fmt.Print("\n")
4444
fmt.Println("To finish setting up networking for minikube, run the following command in a separate terminal window:")
4545
fmt.Println(" minikube tunnel --profile knative")
46+
fmt.Println("The tunnel window must remain open until you are done with the quickstart environment.")
4647
fmt.Println("\nPress the Enter key to continue")
4748
fmt.Scanln()
4849
}

0 commit comments

Comments
 (0)