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
Use the correct io.Writer for k0sctl kubeconfig output (#413)
Redirect the output of `k0sctl kubeconfig` to the `io.Writer` being
used in `cli.App` instead of `fmt.Println()`. This fixes the usage
of `k0sctl` as a module when configured with an `cli.App.Writer`
other than `os.Stdout`
Signed-off-by: Shane Jarych <[email protected]>
Signed-off-by: Shane Jarych <[email protected]>
0 commit comments