You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Ayub Pathan (Jira)" <ji...@apache.org> on 2020/08/06 22:47:00 UTC

[jira] [Created] (YUNIKORN-351) admission controller should reject the config with 2 top level queues

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: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org