Skip to content

Commit

Permalink
Merge pull request #464 from dlorenc/output
Browse files Browse the repository at this point in the history
Remove the "kubernetes is now available" line from start.
  • Loading branch information
aaron-prindle authored Aug 9, 2016
2 parents 4185dc1 + 63e0b80 commit cc95add
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func runStart(cmd *cobra.Command, args []string) {
}
kubeHost = strings.Replace(kubeHost, "tcp://", "https://", -1)
kubeHost = strings.Replace(kubeHost, ":2376", ":"+strconv.Itoa(constants.APIServerPort), -1)
fmt.Printf("Kubernetes is available at %s.\n", kubeHost)

// setup kubeconfig
name := constants.MinikubeContext
Expand Down

0 comments on commit cc95add

Please sign in to comment.