Skip to content

Commit

Permalink
feat: print a message when connect setup completed
Browse files Browse the repository at this point in the history
  • Loading branch information
linfan committed Dec 29, 2021
1 parent 7677fe7 commit b190539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kt/command/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (action *Action) Connect(cli kt.CliInterface, options *options.DaemonOption
if err != nil {
return err
}
log.Info().Msgf("All looks good, now you can access to resources in the kubernetes cluster")

// watch background process, clean the workspace and exit if background process occur exception
go func() {
Expand Down

0 comments on commit b190539

Please sign in to comment.