feat: dev with ssh works well

This commit is contained in:
fengcaiwen
2023-09-23 14:16:10 +08:00
committed by naison
parent 6b1ea53cd6
commit e801209349
9 changed files with 60 additions and 38 deletions

View File

@@ -129,7 +129,6 @@ func (svr *Server) Proxy(req *rpc.ConnectRequest, resp rpc.Daemon_ProxyServer) e
log.Errorf("create remote inbound pod failed: %s", err.Error())
return err
}
util.Print(out, "Now you can access resources in the kubernetes cluster, enjoy it :)")
return nil
}