You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/cmd/init/exec.go
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -385,8 +385,7 @@ func (o *Options) deploySingletonControlplane(kubeClient kubernetes.Interface) e
385
385
returnerr
386
386
}
387
387
388
-
fmt.Fprintf(o.Streams.Out, "The multicluster controlplane has been initialized successfully!\n"+
389
-
"You can use "+fmt.Sprintf("\"kubectl --kubeconfig %s\"", kubeconfigfile)+" to access control plane.\n\n")
388
+
fmt.Fprintf(o.Streams.Out, "The multicluster controlplane has been initialized successfully!\nYou can use \"kubectl --kubeconfig %s\" to access control plane.\n\n", kubeconfigfile)
0 commit comments