mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Incorrect output in kubefed init
This commit is contained in:
parent
1168552fad
commit
77f5721152
@ -385,7 +385,7 @@ func (i *initFederation) Run(cmdOut io.Writer, config util.AdminConfig) error {
|
||||
return err
|
||||
}
|
||||
glog.V(4).Info("Successfully created federation controller manager deployment")
|
||||
fmt.Println(cmdOut, " done")
|
||||
fmt.Fprintln(cmdOut, " done")
|
||||
|
||||
fmt.Fprint(cmdOut, "Updating kubeconfig...")
|
||||
glog.V(4).Info("Updating kubeconfig")
|
||||
|
Loading…
Reference in New Issue
Block a user