ryankert01 opened a new pull request, #426: URL: https://github.com/apache/yunikorn-site/pull/426
### What is this PR for? The current [doc says](https://yunikorn.apache.org/docs/user_guide/queue_config#placement-rules): If no rules are defined the placement manager is not started and each application must have a queue set on submit. This is not correct, we moved to placement rules always in [YUNIKORN-1793](https://issues.apache.org/jira/browse/YUNIKORN-1793) in YuniKorn 1.4 The documentation needs to be updated to reflect that. According to [this code](https://github.com/apache/yunikorn-core/blob/master/pkg/scheduler/placement/placement.go#L182-L188), it will create implicit provided rule if we don't specify the rule. ### What type of PR is it? * [x] - Bug Fix * [ ] - Improvement * [ ] - Feature * [ ] - Documentation * [ ] - Hot Fix * [ ] - Refactoring ### Todos * [ ] - also correct version 1.4 and 1.5 ### What is the Jira issue? https://issues.apache.org/jira/browse/YUNIKORN-2591 ### How should this be tested? Github CI ### Screenshots (if appropriate) ### Questions: N/A -- 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]
