yin1999 opened a new issue, #291: URL: https://github.com/apache/dubbo-kubernetes/issues/291
The steps listed in the [`dubboctl` quick start guide](https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/java-sdk/quick-start/deploy/) is not corrected. The problems found in testing are as follows: - [ ] The command to init the demo environment is not working: ```bash dubboctl manifest install --profile=demo ``` The command should be changed to `dubboctl manifest install --set profile=demo` A fix is created to resolve the services creation problem: #290 - [ ] Missing the step to create k8s namespace `dubbo-demo` - [ ] The branch name to dubbo-samples specified in [this article](https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/java-sdk/quick-start/starter/) is not correct `main` -> `master`. - [ ] The command (`dubboctl build --dockerfile=./Dockerfile`) used to build the application is not correct, it should be replaced with: ```bash dubboctl build --useDockerfile ``` - [ ] The command used to generate the deploy should specify the namespace: `dubboctl deploy --namespace dubbo-demo`. - [ ] The `port` field of the `Service` resource within `kube.yaml` file generated by `dubboctl deploy` is missing. -- 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]
