This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 78b58dfda1 [YUNIKORN-2228] Fix doc
admissionController.filtering.defaultQueue default should be root.default (#377)
78b58dfda1 is described below
commit 78b58dfda17756891e0a1bbfff63f0df32e12c71
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Tue Dec 5 16:24:51 2023 +0800
[YUNIKORN-2228] Fix doc admissionController.filtering.defaultQueue default
should be root.default (#377)
Reviewers: Chia-Ping Tsai <[email protected]>
---
docs/user_guide/service_config.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index 256a244001..274d3d6775 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -907,7 +907,7 @@ For certain use-cases, there may be a need to skip adding a
default queue name t
Adding default queue name should be avoided when `provided` rule is used in
conjunction with other placement rules and `provided` rule is higher in the
hierarchy. If default queue label is added whenever there is no queue name
specified, all the apps will be placed via `provided` rule and the other rules
after that will never be executed.
-Default: empty
+Default: `root.default`
Example:
```yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]