mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #47292 from derekwaynecarr/fix-kubfed-output
Automatic merge from submit-queue Incorrect output in kubefed init **What this PR does / why we need it**: Fixes incorrect output in `kubefed init`. fixes https://github.com/kubernetes/kubernetes/issues/47291 **Special notes for your reviewer**: none **Release note**: ```release-note NONE ```
This commit is contained in:
commit
c577d97be9
@ -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