yin1999 opened a new pull request, #290: URL: https://github.com/apache/dubbo-kubernetes/pull/290
## What is the purpose of the change resolve the init logic of k8s environment, as the command given in [guide](https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/java-sdk/quick-start/deploy/) cannot work correctly. The config map of nacos is from [https://github.com/chickenlj/dubbo-admin/tree/refactor-with-go-integration/deploy](https://github.com/chickenlj/dubbo-admin/tree/0c5a543d5ab76b208508628bf48302e547a186fc/deploy). ## Brief changelog resolve the init logic of k8s environment ## Verifying this change Run the following command to init the k8s environment: ```bash dubboctl manifest install --set profile=demo # check the services kubectl get services -n dubbo-system ``` ## CheckList - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo-kubernetes/issues) field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue. - [x] Each commit in the pull request should have a meaningful subject line and body. - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] GitHub Actions works fine on your own branch. - [x] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide). -- 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]
