chickenlj commented on code in PR #285:
URL: https://github.com/apache/dubbo-kubernetes/pull/285#discussion_r1606183044
##########
app/dubbo-cp/cmd/run.go:
##########
@@ -122,10 +121,10 @@ func newRunCmdWithOpts(opts dubbo_cmd.RunCmdOpts)
*cobra.Command {
runLog.Error(err, "unable to set up DP Server")
return err
}
- if err := defaults.Setup(rt); err != nil {
- runLog.Error(err, "unable to set up Defaults")
- return err
- }
+ //if err := defaults.Setup(rt); err != nil {
+ // runLog.Error(err, "unable to set up Defaults")
+ // return err
+ //}
Review Comment:
Why is this component disabled?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]