Remove the "kubernetes is now available" line from start.
parent
4185dc148c
commit
63e0b80d56
|
@ -109,7 +109,6 @@ func runStart(cmd *cobra.Command, args []string) {
|
||||||
}
|
}
|
||||||
kubeHost = strings.Replace(kubeHost, "tcp://", "https://", -1)
|
kubeHost = strings.Replace(kubeHost, "tcp://", "https://", -1)
|
||||||
kubeHost = strings.Replace(kubeHost, ":2376", ":"+strconv.Itoa(constants.APIServerPort), -1)
|
kubeHost = strings.Replace(kubeHost, ":2376", ":"+strconv.Itoa(constants.APIServerPort), -1)
|
||||||
fmt.Printf("Kubernetes is available at %s.\n", kubeHost)
|
|
||||||
|
|
||||||
// setup kubeconfig
|
// setup kubeconfig
|
||||||
name := constants.MinikubeContext
|
name := constants.MinikubeContext
|
||||||
|
|
Loading…
Reference in New Issue