Ayub Pathan created YUNIKORN-351:
------------------------------------
Summary: admission controller should 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
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: [email protected]
For additional commands, e-mail: [email protected]