Remove extra log
parent
7900b63d2b
commit
cf62ff62b2
|
@ -375,7 +375,6 @@ func runStart(cmd *cobra.Command, args []string) {
|
||||||
|
|
||||||
if !viper.GetBool(waitUntilHealthy) {
|
if !viper.GetBool(waitUntilHealthy) {
|
||||||
// only wait for apiserver if wait=false
|
// only wait for apiserver if wait=false
|
||||||
fmt.Println("only waiting for api server")
|
|
||||||
podsToWaitFor = map[string]struct{}{
|
podsToWaitFor = map[string]struct{}{
|
||||||
"apiserver": struct{}{},
|
"apiserver": struct{}{},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue