github-actions[bot] commented on issue #13666: URL: https://github.com/apache/dolphinscheduler/issues/13666#issuecomment-1453161767
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I deploy a worker in k8s, I cannot register the worker to the specified workergroup. ### What you expected to happen It is expected that when I modify the grouping in WORKER_GROUPS, I can register to the workergroup I specified at startup. When I deploy multiple worker StatefulSets in k8s, I hope that the PODs in different StatefulSets can be managed in different groups. Now it can only be registered to the default default at startup. When I create a new workergroup, I can only choose wokers that have been registered in the default, When the POD in the StatefulSet increases or decreases, it is necessary to manually modify the settings in the workergroup. ### How to reproduce Use the helm configuration file for [version 3.1.4](https://github.com/apache/dolphinscheduler/tree/3.1.4-release) After modifying the groups in WORKER_GROUPS and WORKER_GROUPS_0 and deploying them to k8s, view the workgroup on the screen ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
