[ https://issues.apache.org/jira/browse/YUNIKORN-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ayub Pathan updated YUNIKORN-351: --------------------------------- Summary: Support validate conf to reject the config with 2 top level queues (was: Add validate conf to reject the config with 2 top level queues) > Support validate conf to reject the config with 2 top level queues > ------------------------------------------------------------------ > > Key: YUNIKORN-351 > URL: https://issues.apache.org/jira/browse/YUNIKORN-351 > Project: Apache YuniKorn > Issue Type: Bug > Components: core - scheduler > Reporter: Ayub Pathan > Priority: Critical > > admission controller should reject the config with 2 top level queues.. > something like below. > {noformat} > queues.yaml: > ---- > partitions: > - > name: default > placementrules: > - name: tag > value: namespace > create: true > queues: > - name: root > submitacl: '*' > - name: queue1 > resources: > guaranteed: > memory: 300 > cpu: 300 > max: > memory: 2024 > cpu: 2000 > {noformat} > YK reads this config and creates the queue1 as child to the first top level > queue. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org For additional commands, e-mail: issues-h...@yunikorn.apache.org