We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274074 commit 4c2d09eCopy full SHA for 4c2d09e
pkg/minikube/minikube.go
@@ -43,6 +43,7 @@ func SetUp(name string) error {
43
fmt.Print("\n")
44
fmt.Println("To finish setting up networking for minikube, run the following command in a separate terminal window:")
45
fmt.Println(" minikube tunnel --profile knative")
46
+ fmt.Println("The tunnel window must remain open until you are done with the quickstart environment.")
47
fmt.Println("\nPress the Enter key to continue")
48
fmt.Scanln()
49
}
0 commit comments