diff --git a/404.html b/404.html index ae8f9b13e85..de8f38b3296 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ Page Not Found | Apache YuniKorn - + diff --git a/assets/js/1f466884.08219d20.js b/assets/js/1f466884.08219d20.js deleted file mode 100644 index 6f5d6c818b2..00000000000 --- a/assets/js/1f466884.08219d20.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[89838],{89991:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>u,frontMatter:()=>t,metadata:()=>a,toc:()=>c});var r=i(13274),s=i(1780);const t={id:"queue_config",title:"Partition and Queue Configuration"},o=void 0,a={id:"user_guide/queue_config",title:"Partition and Queue Configuration",description:"\x3c!--",source:"@site/docs/user_guide/queue_config.md",sourceDirName:"user_guide",slug:"/user_guide/queue_config",permalink:"/docs/next/user_guide/queue_config",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"queue_config",title:"Partition and Queue Configuration"},sidebar:"docs",previous:{title:"Service Configuration",permalink:"/docs/next/user_guide/service_config"},next:{title:"App Placement Rules",permalink:"/docs/next/user_guide/placement_rules"}},l={},c=[{value:"Configuration",id:"configuration",level:2},{value:"Partitions",id:"partitions",level:2},{value:"Queues",id:"queues",level:3},{value:"Placement rules",id:"placement-rules",level:3},{value:"Limits",id:"limits",level:3},{value:"Properties",id:"properties",level:3},{value:"application.sort.policy",id:"applicationsortpolicy",level:4},{value:"application.sort.priority",id:"applicationsortpriority",level:4},{value:"priority.policy",id:"prioritypolicy",level:4},{value:"priority.offset",id:"priorityoffset",level:4},{value:"preemption.policy",id:"preemptionpolicy",level:4},{value:"preemption.delay",id:"preemptiondelay",level:4},{value:"Resources",id:"resources",level:3},{value:"Child Template",id:"child-template",level:3}];function d(e){const n={a:"a",admonition:"admonition",br:"br",code:"code",em:"em",h2:"h2",h3:"h3",h4:"h4",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(n.p,{children:["The basis for the queue configuration is given in the ",(0,r.jsx)(n.a,{href:"/docs/next/design/scheduler_configuration",children:"configuration design document"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["This document provides the generic queue configuration.\nIt references both the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/acls",children:"Access Control Lists"})," and ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/placement_rules",children:"Placement rules"})," documentation."]}),"\n",(0,r.jsx)(n.p,{children:"This document explains how to create the partition and queue configuration for the scheduler with examples."}),"\n",(0,r.jsxs)(n.p,{children:["The scheduler relies on the shim to reliably provide user information as part of the application submission.\nThe current shim identifies the user and the groups the user belongs to using the methodology provided in ",(0,r.jsx)(n.a,{href:"usergroup_resolution",children:"User & Group Resolution"}),"."]}),"\n",(0,r.jsx)(n.h2,{id:"configuration",children:"Configuration"}),"\n",(0,r.jsx)(n.p,{children:"The configuration file for the scheduler that is described here only provides the configuration for the partitions and queues."}),"\n",(0,r.jsxs)(n.p,{children:["By default the scheduler reads the ConfigMap section ",(0,r.jsx)(n.code,{children:"queues.yaml"})," for partition and queue configuration. The section name can\nbe changed by updating the ",(0,r.jsx)(n.code,{children:"service.policyGroup"})," ConfigMap entry to be something other than ",(0,r.jsx)(n.code,{children:"queues"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["The example reference for the configuration is located in the scheduler core's ",(0,r.jsx)(n.a,{href:"https://github.com/apache/yunikorn-core/blob/master/config/queues.yaml",children:"queues.yaml"})," file."]}),"\n",(0,r.jsx)(n.h2,{id:"partitions",children:"Partitions"}),"\n",(0,r.jsx)(n.p,{children:"Partitions are the top level of the scheduler configuration.\nThere can be more than one partition defined in the configuration."}),"\n",(0,r.jsx)(n.p,{children:"Basic structure for the partition definition in the configuration:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: \n - name: \n"})}),"\n",(0,r.jsxs)(n.p,{children:["The default name for the partition is ",(0,r.jsx)(n.code,{children:"default"}),".\nThe partition definition contains the full configuration for the scheduler for a particular shim.\nEach shim uses its own unique partition."]}),"\n",(0,r.jsx)(n.p,{children:"The partition must have at least the following keys defined:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"name"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#queues",children:"queues"})}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"The queues configuration is explained below."}),"\n",(0,r.jsx)(n.p,{children:"Optionally the following keys can be defined for a partition:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#placement-rules",children:"placementrules"})}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#limits",children:"limits"})}),"\n",(0,r.jsx)(n.li,{children:"nodesortpolicy"}),"\n",(0,r.jsx)(n.li,{children:"preemption"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"Placement rules and limits are explained in their own chapters"}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.code,{children:"nodesortpolicy"})," key defines the way the nodes are sorted for the partition.\nDetails on the values that can be used are in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#node-sorting",children:"sorting policy"})," documentation."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.code,{children:"preemption"})," key can have only one sub key: ",(0,r.jsx)(n.em,{children:"enabled"}),".\nThis boolean value defines the preemption behavior for the whole partition."]}),"\n",(0,r.jsxs)(n.p,{children:["The default value for ",(0,r.jsx)(n.em,{children:"enabled"})," is ",(0,r.jsx)(n.em,{children:"true"}),".\nAllowed values: ",(0,r.jsx)(n.em,{children:"true"})," or ",(0,r.jsx)(n.em,{children:"false"}),", any other value will cause a parse error."]}),"\n",(0,r.jsxs)(n.p,{children:["Example ",(0,r.jsx)(n.code,{children:"partition"})," yaml entry with a ",(0,r.jsx)(n.code,{children:"nodesortpolicy"})," of ",(0,r.jsx)(n.em,{children:"fair"})," and preemption disabled:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: \n nodesortpolicy: fair\n preemption:\n enabled: false\n"})}),"\n",(0,r.jsxs)(n.p,{children:["NOTE:\nCurrently the Kubernetes unique shim does not support any other partition than the ",(0,r.jsx)(n.code,{children:"default"})," partition..\nThis has been logged as an ",(0,r.jsx)(n.a,{href:"https://issues.apache.org/jira/browse/YUNIKORN-22",children:"jira"})," for the shim."]}),"\n",(0,r.jsx)(n.h3,{id:"queues",children:"Queues"}),"\n",(0,r.jsx)(n.p,{children:"YuniKorn manages resources by leveraging resource queues. The resource queue has the following characters:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsxs)(n.li,{children:["queues can have ",(0,r.jsx)(n.strong,{children:"hierarchical"})," structure"]}),"\n",(0,r.jsxs)(n.li,{children:["each queue can be preset with ",(0,r.jsx)(n.strong,{children:"min/max capacity"})," where min-capacity defines the guaranteed resource and the max-capacity defines the resource limit (aka resource quota)"]}),"\n",(0,r.jsx)(n.li,{children:"tasks must be running under a certain leaf queue"}),"\n",(0,r.jsxs)(n.li,{children:["queues can be ",(0,r.jsx)(n.strong,{children:"static"})," (loading from configuration file) or ",(0,r.jsx)(n.strong,{children:"dynamical"})," (internally managed by YuniKorn)"]}),"\n",(0,r.jsxs)(n.li,{children:["queue level ",(0,r.jsx)(n.strong,{children:"resource fairness is"})," enforced by the scheduler"]}),"\n",(0,r.jsx)(n.li,{children:"a job can only run under a specific queue"}),"\n"]}),"\n",(0,r.jsx)(n.admonition,{type:"info",children:(0,r.jsxs)(n.p,{children:["The difference between YuniKorn queue and ",(0,r.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",children:"Kubernetes namespace"}),":\nKubernetes namespace provides the scope for the Kubernetes resources, including the security context (i.e who can access the objects), and resource\nboundary when ",(0,r.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/policy/resource-quotas/",children:"resource quota"})," is defined (i.e how many resources can be used by the objects).\nOn the other hand, YuniKorn queue is only used how many resources can be used by a group of jobs, and in which order. It provides\na more fine-grained control on resource sharing across multiple tenants with considering of resource fairness, job ordering, etc. In most of the cases,\nYuniKorn queue can be used to replace the namespace resource quota, in order to provide more scheduling features."]})}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"queues"})," entry is the main configuration element.\nIt defines a hierarchical structure for the queues."]}),"\n",(0,r.jsxs)(n.p,{children:["It can have a ",(0,r.jsx)(n.code,{children:"root"})," queue defined but it is not a required element.\nIf the ",(0,r.jsx)(n.code,{children:"root"})," queue is not defined the configuration parsing will insert the root queue for consistency.\nThe insertion of the root queue is triggered by:"]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"If the configuration has more than one queue defined at the top level a root queue is inserted."}),"\n",(0,r.jsxs)(n.li,{children:["If there is only one queue defined at the top level and it is not called ",(0,r.jsx)(n.code,{children:"root"})," a root queue is inserted."]}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["The defined queue or queues will become a child queue of the inserted ",(0,r.jsx)(n.code,{children:"root"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:["Basic ",(0,r.jsx)(n.code,{children:"queues"})," yaml entry with sub queue:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"queues:\n- name: \n queues:\n - name: \n"})}),"\n",(0,r.jsx)(n.p,{children:"Supported parameters for the queues:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"name"}),"\n",(0,r.jsx)(n.li,{children:"parent"}),"\n",(0,r.jsx)(n.li,{children:"queues"}),"\n",(0,r.jsx)(n.li,{children:"maxapplications"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#properties",children:"properties"})}),"\n",(0,r.jsx)(n.li,{children:"adminacl"}),"\n",(0,r.jsx)(n.li,{children:"submitacl"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#resources",children:"resources"})}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#limits",children:"limits"})}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["Each queue must have a ",(0,r.jsx)(n.em,{children:"name"}),".\nThe name of a queue must be unique at the level that the queue is defined.\nSince the queue structure is fully hierarchical queues at different points in the hierarchy may have the same name.\nAs an example: the queue structure ",(0,r.jsx)(n.code,{children:"root.testqueue"})," and ",(0,r.jsx)(n.code,{children:"root.parent.testqueue"}),' is a valid structure.\nA queue cannot contain a dot "." character as that character is used to separate the queues in the hierarchy.\nIf the name is not unique for the queue in the configuration or contains a dot a parsing error is generated and the configuration is rejected.']}),"\n",(0,r.jsx)(n.p,{children:"Queues in the structure will automatically get a type assigned.\nThe type of the queue is based on the fact that the queue has children or sub queues.\nThe two types of queues are:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"parent"}),"\n",(0,r.jsx)(n.li,{children:"leaf"}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["Applications can only be assigned to a ",(0,r.jsx)(n.em,{children:"leaf"})," queue.\nA queue that has a child or sub queue in the configuration is automatically a ",(0,r.jsx)(n.em,{children:"parent"})," queue.\nIf a queue does not have a sub the queue in the configuration it is a ",(0,r.jsx)(n.em,{children:"leaf"})," queue, unless the ",(0,r.jsx)(n.code,{children:"parent"})," parameter is set to ",(0,r.jsx)(n.em,{children:"true"}),".\nTrying to override a ",(0,r.jsx)(n.em,{children:"parent"})," queue type in the configuration will cause a parsing error of the configuration."]}),"\n",(0,r.jsxs)(n.p,{children:["Sub queues for a parent queue are defined under the ",(0,r.jsx)(n.code,{children:"queues"})," entry.\nThe ",(0,r.jsx)(n.code,{children:"queues"})," entry is a recursive entry for a queue level and uses the exact same set of parameters.",(0,r.jsx)(n.br,{}),"\n","The ",(0,r.jsx)(n.code,{children:"maxapplications"})," property is an integer value, larger than 1, which allows you to limit the number of running applications for the queue. Specifying a zero for ",(0,r.jsx)(n.code,{children:"maxapplications"})," is not allowed as it would block all allocations for applications in the queue. The ",(0,r.jsx)(n.code,{children:"maxapplications"})," value for a ",(0,r.jsx)(n.em,{children:"child"})," queue must be smaller or equal to the value for the ",(0,r.jsx)(n.em,{children:"parent"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.a,{href:"#properties",children:"properties"})," section contains simple key/value pairs. This is\nused for further queue customization of features such as\n",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#application-sorting",children:"application sorting"})," and priority\nscheduling. Future features will use the exisitng ",(0,r.jsx)(n.code,{children:"properties"})," section as well\nto avoid the need to define a new structure for queue configuration."]}),"\n",(0,r.jsxs)(n.p,{children:["Access to a queue is set via the ",(0,r.jsx)(n.code,{children:"adminacl"})," for administrative actions and for submitting an application via the ",(0,r.jsx)(n.code,{children:"submitacl"})," entry.\nACLs are documented in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/acls",children:"Access control lists"})," document."]}),"\n",(0,r.jsxs)(n.p,{children:["Queue resource limits are set via the ",(0,r.jsx)(n.code,{children:"resources"})," parameter.\nUser and group limits are set via the ",(0,r.jsx)(n.code,{children:"limits"})," parameter.\nAs both entries are complex configuration entries they are explained in ",(0,r.jsx)(n.a,{href:"#resources",children:"resources"})," and ",(0,r.jsx)(n.a,{href:"#limits",children:"limits"})," below."]}),"\n",(0,r.jsxs)(n.p,{children:["An example configuration of a queue ",(0,r.jsx)(n.code,{children:"root.namespaces"})," as a ",(0,r.jsx)(n.em,{children:"parent"})," queue with limits:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: default\n queues:\n - name: namespaces\n parent: true\n maxapplications: 12\n resources:\n guaranteed:\n {memory: 1G, vcore: 10}\n max:\n {memory: 10G, vcore: 100}\n queues:\n - name: level1\n maxapplications: 8\n resources:\n guaranteed:\n {memory: 500M, vcore: 5}\n max:\n {memory: 5G, vcore: 50}\n"})}),"\n",(0,r.jsx)(n.h3,{id:"placement-rules",children:"Placement rules"}),"\n",(0,r.jsxs)(n.p,{children:["The placement rules are defined and documented in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/placement_rules",children:"placement rule"})," document."]}),"\n",(0,r.jsxs)(n.p,{children:["Each partition can have only one set of placement rules defined.\nIf no rules are defined, ",(0,r.jsx)(n.a,{href:"placement_rules#provided-rule",children:"provided rule"})," will be applied.\nEach application ",(0,r.jsx)(n.em,{children:"must"})," have a queue set on submit."]}),"\n",(0,r.jsx)(n.h3,{id:"limits",children:"Limits"}),"\n",(0,r.jsx)(n.p,{children:"Limits define a set of limit objects for a queue, and can be set on a queue at any level."}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"limits:\n - limit: \n - limit: \n"})}),"\n",(0,r.jsxs)(n.p,{children:["A limit object is a complex configuration object.\nIt defines one limit for a set of users and or groups.\nMultiple independent limits can be set as part of one ",(0,r.jsx)(n.code,{children:"limits"})," entry on a queue.\nUsers and or groups that are not part of the limit setting will not be limited."]}),"\n",(0,r.jsx)(n.p,{children:"A sample limits entry:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:'limits:\n - limit: \n users:\n - \n - \n groups:\n - \n - \n maxapplications: <1..maxint>\n maxresources:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n'})}),"\n",(0,r.jsxs)(n.p,{children:["Limits are applied recursively in the case of a queue limit.\nThis means that a limit on the ",(0,r.jsx)(n.code,{children:"root"})," queue is an overall limit in the cluster for the user or group.\nA ",(0,r.jsx)(n.code,{children:"root"})," queue limit is thus also equivalent with the ",(0,r.jsx)(n.code,{children:"partition"})," limit."]}),"\n",(0,r.jsx)(n.p,{children:"The limit object parameters:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"limit"}),"\n",(0,r.jsx)(n.li,{children:"users"}),"\n",(0,r.jsx)(n.li,{children:"groups"}),"\n",(0,r.jsx)(n.li,{children:"maxapplications"}),"\n",(0,r.jsx)(n.li,{children:"maxresources"}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"limit"})," parameter is an optional description of the limit entry.\nIt is not used for anything but making the configuration understandable and readable."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"users"})," and ",(0,r.jsx)(n.em,{children:"groups"})," that can be configured can be one of two types:"]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:'a star "*"'}),"\n",(0,r.jsx)(n.li,{children:"a list of users or groups."}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:'If the entry for users or groups contains more than one (1) entry it is always considered a list of either users or groups.\nThe star "*" is the wildcard character and matches all users or groups.\nDuplicate entries in the lists are ignored and do not cause a parsing error.\nSpecifying a star beside other list elements is not allowed.\nWhen a wildcard group is configured, a limit must be configured with at least one named group.\nParsing will reject the configuration with limits that do not follow this rule.'}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.em,{children:"maxapplications"})," is an unsigned integer value, which allows you to limit the number of running applications for the configured user or group.\nSpecifying 0 for ",(0,r.jsx)(n.em,{children:"maxapplications"})," is not allowed."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"maxresources"})," parameter can be used to specify a limit for one or more resources.\nThe ",(0,r.jsx)(n.em,{children:"maxresources"})," uses the same syntax as the ",(0,r.jsx)(n.a,{href:"#resources",children:"resources"})," parameter for the queue.\nResources that are not specified in the list are not limited.\nA resource limit can be set to 0.\nThis prevents the user or group from requesting the specified resource even though the queue or partition has that specific resource available.",(0,r.jsx)(n.br,{}),"\n","Specifying an overall resource limit of zero is not allowed.\nThis means that at least one of the resources specified in the limit must be greater than zero."]}),"\n",(0,r.jsxs)(n.p,{children:["If a resource is not available on a queue the maximum resources on a queue definition should be used.\nSpecifying a limit that is effectively zero, ",(0,r.jsx)(n.em,{children:"maxapplications"})," is zero and all resource limits are zero, is not allowed and will cause a parsing error."]}),"\n",(0,r.jsxs)(n.p,{children:["A limit is per user or group.\nIt is ",(0,r.jsx)(n.em,{children:"not"})," a combined limit for all the users or groups together."]}),"\n",(0,r.jsx)(n.p,{children:"As an example:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:'limit: "example entry"\nmaxapplications: 10\nusers:\n- sue\n- bob\n'})}),"\n",(0,r.jsxs)(n.p,{children:["In this case both the users ",(0,r.jsx)(n.code,{children:"sue"})," and ",(0,r.jsx)(n.code,{children:"bob"})," are allowed to run 10 applications."]}),"\n",(0,r.jsx)(n.h3,{id:"properties",children:"Properties"}),"\n",(0,r.jsxs)(n.p,{children:["Additional queue configuration can be added via the ",(0,r.jsx)(n.code,{children:"properties"})," section,\nspecified as simple key/value pairs. The following parameters are currently\nsupported:"]}),"\n",(0,r.jsx)(n.h4,{id:"applicationsortpolicy",children:(0,r.jsx)(n.code,{children:"application.sort.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"fifo"}),", ",(0,r.jsx)(n.code,{children:"fair"}),", ",(0,r.jsx)(n.code,{children:"stateaware"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"fifo"})]}),"\n",(0,r.jsxs)(n.p,{children:["Sets the policy to be used when sorting applications within a queue. This\nsetting has no effect on a ",(0,r.jsx)(n.em,{children:"parent"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE:"})," The ",(0,r.jsx)(n.code,{children:"stateaware"})," policy is ",(0,r.jsx)(n.strong,{children:"deprecated"})," in YuniKorn 1.5.0 and will\nbe ",(0,r.jsx)(n.strong,{children:"removed"})," from YuniKorn 1.6.0, where it will be treated as an alias for\n",(0,r.jsx)(n.code,{children:"fifo"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#application-sorting",children:"application sorting"}),"\nfor more information."]}),"\n",(0,r.jsx)(n.h4,{id:"applicationsortpriority",children:(0,r.jsx)(n.code,{children:"application.sort.priority"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"enabled"}),", ",(0,r.jsx)(n.code,{children:"disabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"enabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["When this property is ",(0,r.jsx)(n.code,{children:"enabled"}),", priority will be considered when sorting\nqueues and applications. Setting this value to ",(0,r.jsx)(n.code,{children:"disabled"})," will ignore\npriorities when sorting. This setting can be specified on a ",(0,r.jsx)(n.em,{children:"parent"})," queue and\nwill be inherited by ",(0,r.jsx)(n.em,{children:"child"})," queues."]}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE:"})," YuniKorn releases prior to 1.2.0 did not support priorities when\nsorting. To keep the legacy behavior, set ",(0,r.jsx)(n.code,{children:"application.sort.priority"})," to\n",(0,r.jsx)(n.code,{children:"disabled"}),"."]}),"\n",(0,r.jsx)(n.h4,{id:"prioritypolicy",children:(0,r.jsx)(n.code,{children:"priority.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"default"}),", ",(0,r.jsx)(n.code,{children:"fence"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"default"})]}),"\n",(0,r.jsx)(n.p,{children:"Sets the inter-queue priority policy to use when scheduling requests."}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE"}),": This value is not inherited by child queues."]}),"\n",(0,r.jsx)(n.p,{children:"By default, priority applies across queues globally. In other words,\nhigher-priority requests will be satisfied prior to lower-priority requests\nregardless of which queue they exist within."}),"\n",(0,r.jsxs)(n.p,{children:["When the ",(0,r.jsx)(n.code,{children:"fence"})," policy is in use on a queue, the priorities of ",(0,r.jsx)(n.em,{children:"child"})," queues\n(in the case of a ",(0,r.jsx)(n.em,{children:"parent"})," queue) or applications (in the case of a ",(0,r.jsx)(n.em,{children:"leaf"}),"\nqueue) will not be exposed outside the fence boundary."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/priorities",children:"priority support"})," for more information."]}),"\n",(0,r.jsx)(n.h4,{id:"priorityoffset",children:(0,r.jsx)(n.code,{children:"priority.offset"})}),"\n",(0,r.jsx)(n.p,{children:"Supported values: any positive or negative 32-bit integer"}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"0"})]}),"\n",(0,r.jsx)(n.p,{children:"Adjusts the priority of the queue relative to it's siblings. This can be useful\nto create high or low-priority queues without needing to set every task's\npriority manually."}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE"}),": This value is not inherited by child queues."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"default"})," priority policy, the queue's priority is adjusted up\nor down by this amount."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"fence"})," policy, the queue's priority is always set to the offset\nvalue (in other words, the priorities of tasks in the queue are ignored)."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/priorities",children:"priority support"})," for more information."]}),"\n",(0,r.jsx)(n.h4,{id:"preemptionpolicy",children:(0,r.jsx)(n.code,{children:"preemption.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"default"}),", ",(0,r.jsx)(n.code,{children:"fence"}),", ",(0,r.jsx)(n.code,{children:"disabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"default"})]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"default"})," preemption policy, preemption is enabled for the queue."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsxs)(n.a,{href:"/docs/next/design/preemption#preemption-fence",children:[(0,r.jsx)(n.code,{children:"fence"})," preemption policy"]}),", tasks running in or below the queue on which the property is set cannot preempt tasks outside the queue tree."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"disabled"})," preemption policy, tasks running within the queue can't be victims."]}),"\n",(0,r.jsx)(n.h4,{id:"preemptiondelay",children:(0,r.jsx)(n.code,{children:"preemption.delay"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: any positive ",(0,r.jsx)(n.a,{href:"https://pkg.go.dev/time#ParseDuration",children:"Golang duration string"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"30s"})]}),"\n",(0,r.jsx)(n.p,{children:"The property can only be set on a leaf queue. A queue with pending requests can only trigger preemption after it has been in the queue for at least this duration."}),"\n",(0,r.jsx)(n.h3,{id:"resources",children:"Resources"}),"\n",(0,r.jsxs)(n.p,{children:["The resources entry for the queue can set the ",(0,r.jsx)(n.em,{children:"guaranteed"})," and or ",(0,r.jsx)(n.em,{children:"maximum"})," resources for a queue.\nResource limits are checked recursively.\nThe usage of a leaf queue is the sum of all assigned resources for that queue.\nThe usage of a parent queue is the sum of the usage of all queues, leafs and parents, below the parent queue."]}),"\n",(0,r.jsx)(n.p,{children:"The root queue, when defined, cannot have any resource limit set.\nIf the root queue has any limit set a parsing error will occur.\nThe maximum resource limit for the root queue is automatically equivalent to the cluster size.\nThere is no guaranteed resource setting for the root queue."}),"\n",(0,r.jsxs)(n.p,{children:["Maximum resources when configured place a hard limit on the size of all allocations that can be assigned to a queue at any point in time.\nA maximum resource can be set to 0 which makes the resource not available to the queue.\nGuaranteed resources are used in calculating the share of the queue and during allocation.\nIt is used as one of the inputs for deciding which queue to give the allocation to.\nPreemption uses the ",(0,r.jsx)(n.em,{children:"guaranteed"})," resource of a queue as a base which a queue cannot go below."]}),"\n",(0,r.jsxs)(n.p,{children:["Basic ",(0,r.jsx)(n.code,{children:"resources"})," yaml entry:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"resources:\n guaranteed:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n max:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n"})}),"\n",(0,r.jsx)(n.p,{children:"Resources that are not specified in the list are not limited, for max resources, or guaranteed in the case of guaranteed resources."}),"\n",(0,r.jsxs)(n.p,{children:["An optional suffix may be specified for resource quantities. Valid suffixes are ",(0,r.jsx)(n.code,{children:"k"}),", ",(0,r.jsx)(n.code,{children:"M"}),", ",(0,r.jsx)(n.code,{children:"G"}),", ",(0,r.jsx)(n.code,{children:"T"}),", ",(0,r.jsx)(n.code,{children:"P"}),", and ",(0,r.jsx)(n.code,{children:"E"})," for SI powers of 10,\nand ",(0,r.jsx)(n.code,{children:"Ki"}),", ",(0,r.jsx)(n.code,{children:"Mi"}),", ",(0,r.jsx)(n.code,{children:"Gi"}),", ",(0,r.jsx)(n.code,{children:"Ti"}),", ",(0,r.jsx)(n.code,{children:"Pi"}),", and ",(0,r.jsx)(n.code,{children:"Ei"})," for SI powers of 2. Additionally, resources of type ",(0,r.jsx)(n.code,{children:"vcore"})," may have a suffix of ",(0,r.jsx)(n.code,{children:"m"})," to indicate millicores. For example, ",(0,r.jsx)(n.code,{children:"500m"})," is 50% of a vcore. Units of type ",(0,r.jsx)(n.code,{children:"memory"})," are interpreted in bytes by default. All other resource types have no designated base unit."]}),"\n",(0,r.jsxs)(n.p,{children:["Note that this is a behavioral change as of YuniKorn 1.0. Prior versions interpreted ",(0,r.jsx)(n.code,{children:"memory"})," as units of 1000000 (1 million) bytes and ",(0,r.jsx)(n.code,{children:"vcore"})," as millicores."]}),"\n",(0,r.jsx)(n.h3,{id:"child-template",children:"Child Template"}),"\n",(0,r.jsx)(n.p,{children:"The parent queue can provide a template to define the behaviour of dynamic leaf queues below it. A parent queue having no child template inherits the child template\nfrom its parent if that parent has one defined. A child template can be defined at any level in the queue hierarchy on a queue that is of the type parent."}),"\n",(0,r.jsx)(n.p,{children:"The supported configuration in template are shown below."}),"\n",(0,r.jsxs)(n.ol,{children:["\n",(0,r.jsx)(n.li,{children:"application sort policy"}),"\n",(0,r.jsx)(n.li,{children:"max resources"}),"\n",(0,r.jsx)(n.li,{children:"guaranteed resources"}),"\n",(0,r.jsx)(n.li,{children:"max applications"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"As an example:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:" partitions:\n - name: default\n placementrules:\n - name: provided\n create: true\n queues:\n - name: root\n submitacl: '*'\n childtemplate:\n maxapplications: 10\n properties:\n application.sort.policy: fifo\n resources:\n guaranteed:\n vcore: 1\n memory: 1G\n max:\n vcore: 20\n memory: 600G\n queues:\n - name: parent\n parent: true\n childtemplate:\n resources:\n max:\n vcore: 21\n memory: 610G\n - name: notemplate\n parent: true\n"})}),"\n",(0,r.jsxs)(n.p,{children:["In this case, ",(0,r.jsx)(n.code,{children:"root.parent.sales"})," will directly use the child template of parent queue ",(0,r.jsx)(n.code,{children:"root.parent"}),". By contrast,\n",(0,r.jsx)(n.code,{children:"root.notemplate.sales"})," will use the child template set on the queue ",(0,r.jsx)(n.code,{children:"root"})," since its parent queue ",(0,r.jsx)(n.code,{children:"root.notemplate"})," inherits the child template from the queue ",(0,r.jsx)(n.code,{children:"root"}),"."]})]})}function u(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},1780:(e,n,i)=>{i.d(n,{R:()=>o,x:()=>a});var r=i(79474);const s={},t=r.createContext(s);function o(e){const n=r.useContext(t);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),r.createElement(t.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/1f466884.49c6112b.js b/assets/js/1f466884.49c6112b.js new file mode 100644 index 00000000000..585802d00da --- /dev/null +++ b/assets/js/1f466884.49c6112b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[89838],{89991:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>u,frontMatter:()=>t,metadata:()=>a,toc:()=>c});var r=i(13274),s=i(1780);const t={id:"queue_config",title:"Partition and Queue Configuration"},o=void 0,a={id:"user_guide/queue_config",title:"Partition and Queue Configuration",description:"\x3c!--",source:"@site/docs/user_guide/queue_config.md",sourceDirName:"user_guide",slug:"/user_guide/queue_config",permalink:"/docs/next/user_guide/queue_config",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"queue_config",title:"Partition and Queue Configuration"},sidebar:"docs",previous:{title:"Service Configuration",permalink:"/docs/next/user_guide/service_config"},next:{title:"App Placement Rules",permalink:"/docs/next/user_guide/placement_rules"}},l={},c=[{value:"Configuration",id:"configuration",level:2},{value:"Partitions",id:"partitions",level:2},{value:"Queues",id:"queues",level:3},{value:"Recovery queue",id:"recovery-queue",level:3},{value:"Placement rules",id:"placement-rules",level:3},{value:"Limits",id:"limits",level:3},{value:"Properties",id:"properties",level:3},{value:"application.sort.policy",id:"applicationsortpolicy",level:4},{value:"application.sort.priority",id:"applicationsortpriority",level:4},{value:"priority.policy",id:"prioritypolicy",level:4},{value:"priority.offset",id:"priorityoffset",level:4},{value:"preemption.policy",id:"preemptionpolicy",level:4},{value:"preemption.delay",id:"preemptiondelay",level:4},{value:"Resources",id:"resources",level:3},{value:"Child Template",id:"child-template",level:3}];function d(e){const n={a:"a",admonition:"admonition",br:"br",code:"code",em:"em",h2:"h2",h3:"h3",h4:"h4",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(n.p,{children:["The basis for the queue configuration is given in the ",(0,r.jsx)(n.a,{href:"/docs/next/design/scheduler_configuration",children:"configuration design document"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["This document provides the generic queue configuration.\nIt references both the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/acls",children:"Access Control Lists"})," and ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/placement_rules",children:"Placement rules"})," documentation."]}),"\n",(0,r.jsx)(n.p,{children:"This document explains how to create the partition and queue configuration for the scheduler with examples."}),"\n",(0,r.jsxs)(n.p,{children:["The scheduler relies on the shim to reliably provide user information as part of the application submission.\nThe current shim identifies the user and the groups the user belongs to using the methodology provided in ",(0,r.jsx)(n.a,{href:"usergroup_resolution",children:"User & Group Resolution"}),"."]}),"\n",(0,r.jsx)(n.h2,{id:"configuration",children:"Configuration"}),"\n",(0,r.jsx)(n.p,{children:"The configuration file for the scheduler that is described here only provides the configuration for the partitions and queues."}),"\n",(0,r.jsxs)(n.p,{children:["By default the scheduler reads the ConfigMap section ",(0,r.jsx)(n.code,{children:"queues.yaml"})," for partition and queue configuration. The section name can\nbe changed by updating the ",(0,r.jsx)(n.code,{children:"service.policyGroup"})," ConfigMap entry to be something other than ",(0,r.jsx)(n.code,{children:"queues"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["The example reference for the configuration is located in the scheduler core's ",(0,r.jsx)(n.a,{href:"https://github.com/apache/yunikorn-core/blob/master/config/queues.yaml",children:"queues.yaml"})," file."]}),"\n",(0,r.jsx)(n.h2,{id:"partitions",children:"Partitions"}),"\n",(0,r.jsx)(n.p,{children:"Partitions are the top level of the scheduler configuration.\nThere can be more than one partition defined in the configuration."}),"\n",(0,r.jsx)(n.p,{children:"Basic structure for the partition definition in the configuration:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: \n - name: \n"})}),"\n",(0,r.jsxs)(n.p,{children:["The default name for the partition is ",(0,r.jsx)(n.code,{children:"default"}),".\nThe partition definition contains the full configuration for the scheduler for a particular shim.\nEach shim uses its own unique partition."]}),"\n",(0,r.jsx)(n.p,{children:"The partition must have at least the following keys defined:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"name"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#queues",children:"queues"})}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"The queues configuration is explained below."}),"\n",(0,r.jsx)(n.p,{children:"Optionally the following keys can be defined for a partition:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#placement-rules",children:"placementrules"})}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#limits",children:"limits"})}),"\n",(0,r.jsx)(n.li,{children:"nodesortpolicy"}),"\n",(0,r.jsx)(n.li,{children:"preemption"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"Placement rules and limits are explained in their own chapters"}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.code,{children:"nodesortpolicy"})," key defines the way the nodes are sorted for the partition.\nDetails on the values that can be used are in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#node-sorting",children:"sorting policy"})," documentation."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.code,{children:"preemption"})," key can have only one sub key: ",(0,r.jsx)(n.em,{children:"enabled"}),".\nThis boolean value defines the preemption behavior for the whole partition."]}),"\n",(0,r.jsxs)(n.p,{children:["The default value for ",(0,r.jsx)(n.em,{children:"enabled"})," is ",(0,r.jsx)(n.em,{children:"true"}),".\nAllowed values: ",(0,r.jsx)(n.em,{children:"true"})," or ",(0,r.jsx)(n.em,{children:"false"}),", any other value will cause a parse error."]}),"\n",(0,r.jsxs)(n.p,{children:["Example ",(0,r.jsx)(n.code,{children:"partition"})," yaml entry with a ",(0,r.jsx)(n.code,{children:"nodesortpolicy"})," of ",(0,r.jsx)(n.em,{children:"fair"})," and preemption disabled:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: \n nodesortpolicy: fair\n preemption:\n enabled: false\n"})}),"\n",(0,r.jsxs)(n.p,{children:["NOTE:\nCurrently the Kubernetes unique shim does not support any other partition than the ",(0,r.jsx)(n.code,{children:"default"})," partition..\nThis has been logged as an ",(0,r.jsx)(n.a,{href:"https://issues.apache.org/jira/browse/YUNIKORN-22",children:"jira"})," for the shim."]}),"\n",(0,r.jsx)(n.h3,{id:"queues",children:"Queues"}),"\n",(0,r.jsx)(n.p,{children:"YuniKorn manages resources by leveraging resource queues. The resource queue has the following characters:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsxs)(n.li,{children:["queues can have ",(0,r.jsx)(n.strong,{children:"hierarchical"})," structure"]}),"\n",(0,r.jsxs)(n.li,{children:["each queue can be preset with ",(0,r.jsx)(n.strong,{children:"min/max capacity"})," where min-capacity defines the guaranteed resource and the max-capacity defines the resource limit (aka resource quota)"]}),"\n",(0,r.jsx)(n.li,{children:"tasks must be running under a certain leaf queue"}),"\n",(0,r.jsxs)(n.li,{children:["queues can be ",(0,r.jsx)(n.strong,{children:"static"})," (loading from configuration file) or ",(0,r.jsx)(n.strong,{children:"dynamical"})," (internally managed by YuniKorn)"]}),"\n",(0,r.jsxs)(n.li,{children:["queue level ",(0,r.jsx)(n.strong,{children:"resource fairness is"})," enforced by the scheduler"]}),"\n",(0,r.jsx)(n.li,{children:"a job can only run under a specific queue"}),"\n"]}),"\n",(0,r.jsx)(n.admonition,{type:"info",children:(0,r.jsxs)(n.p,{children:["The difference between YuniKorn queue and ",(0,r.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",children:"Kubernetes namespace"}),":\nKubernetes namespace provides the scope for the Kubernetes resources, including the security context (i.e who can access the objects), and resource\nboundary when ",(0,r.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/policy/resource-quotas/",children:"resource quota"})," is defined (i.e how many resources can be used by the objects).\nOn the other hand, YuniKorn queue is only used how many resources can be used by a group of jobs, and in which order. It provides\na more fine-grained control on resource sharing across multiple tenants with considering of resource fairness, job ordering, etc. In most of the cases,\nYuniKorn queue can be used to replace the namespace resource quota, in order to provide more scheduling features."]})}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"queues"})," entry is the main configuration element.\nIt defines a hierarchical structure for the queues."]}),"\n",(0,r.jsxs)(n.p,{children:["It can have a ",(0,r.jsx)(n.code,{children:"root"})," queue defined but it is not a required element.\nIf the ",(0,r.jsx)(n.code,{children:"root"})," queue is not defined the configuration parsing will insert the root queue for consistency.\nThe insertion of the root queue is triggered by:"]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"If the configuration has more than one queue defined at the top level a root queue is inserted."}),"\n",(0,r.jsxs)(n.li,{children:["If there is only one queue defined at the top level and it is not called ",(0,r.jsx)(n.code,{children:"root"})," a root queue is inserted."]}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["The defined queue or queues will become a child queue of the inserted ",(0,r.jsx)(n.code,{children:"root"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:["Basic ",(0,r.jsx)(n.code,{children:"queues"})," yaml entry with sub queue:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"queues:\n- name: \n queues:\n - name: \n"})}),"\n",(0,r.jsx)(n.p,{children:"Supported parameters for the queues:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"name"}),"\n",(0,r.jsx)(n.li,{children:"parent"}),"\n",(0,r.jsx)(n.li,{children:"queues"}),"\n",(0,r.jsx)(n.li,{children:"maxapplications"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#properties",children:"properties"})}),"\n",(0,r.jsx)(n.li,{children:"adminacl"}),"\n",(0,r.jsx)(n.li,{children:"submitacl"}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#resources",children:"resources"})}),"\n",(0,r.jsx)(n.li,{children:(0,r.jsx)(n.a,{href:"#limits",children:"limits"})}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["Each queue must have a ",(0,r.jsx)(n.em,{children:"name"}),".\nThe name of a queue must be unique at the level that the queue is defined.\nSince the queue structure is fully hierarchical queues at different points in the hierarchy may have the same name.\nAs an example: the queue structure ",(0,r.jsx)(n.code,{children:"root.testqueue"})," and ",(0,r.jsx)(n.code,{children:"root.parent.testqueue"}),' is a valid structure.\nA queue cannot contain a dot "." character as that character is used to separate the queues in the hierarchy.\nIf the name is not unique for the queue in the configuration or contains a dot a parsing error is generated and the configuration is rejected.']}),"\n",(0,r.jsx)(n.p,{children:"Queues in the structure will automatically get a type assigned.\nThe type of the queue is based on the fact that the queue has children or sub queues.\nThe two types of queues are:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"parent"}),"\n",(0,r.jsx)(n.li,{children:"leaf"}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["Applications can only be assigned to a ",(0,r.jsx)(n.em,{children:"leaf"})," queue.\nA queue that has a child or sub queue in the configuration is automatically a ",(0,r.jsx)(n.em,{children:"parent"})," queue.\nIf a queue does not have a sub the queue in the configuration it is a ",(0,r.jsx)(n.em,{children:"leaf"})," queue, unless the ",(0,r.jsx)(n.code,{children:"parent"})," parameter is set to ",(0,r.jsx)(n.em,{children:"true"}),".\nTrying to override a ",(0,r.jsx)(n.em,{children:"parent"})," queue type in the configuration will cause a parsing error of the configuration."]}),"\n",(0,r.jsxs)(n.p,{children:["Sub queues for a parent queue are defined under the ",(0,r.jsx)(n.code,{children:"queues"})," entry.\nThe ",(0,r.jsx)(n.code,{children:"queues"})," entry is a recursive entry for a queue level and uses the exact same set of parameters.",(0,r.jsx)(n.br,{}),"\n","The ",(0,r.jsx)(n.code,{children:"maxapplications"})," property is an integer value, larger than 1, which allows you to limit the number of running applications for the queue. Specifying a zero for ",(0,r.jsx)(n.code,{children:"maxapplications"})," is not allowed as it would block all allocations for applications in the queue. The ",(0,r.jsx)(n.code,{children:"maxapplications"})," value for a ",(0,r.jsx)(n.em,{children:"child"})," queue must be smaller or equal to the value for the ",(0,r.jsx)(n.em,{children:"parent"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.a,{href:"#properties",children:"properties"})," section contains simple key/value pairs. This is\nused for further queue customization of features such as\n",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#application-sorting",children:"application sorting"})," and priority\nscheduling. Future features will use the exisitng ",(0,r.jsx)(n.code,{children:"properties"})," section as well\nto avoid the need to define a new structure for queue configuration."]}),"\n",(0,r.jsxs)(n.p,{children:["Access to a queue is set via the ",(0,r.jsx)(n.code,{children:"adminacl"})," for administrative actions and for submitting an application via the ",(0,r.jsx)(n.code,{children:"submitacl"})," entry.\nACLs are documented in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/acls",children:"Access control lists"})," document."]}),"\n",(0,r.jsxs)(n.p,{children:["Queue resource limits are set via the ",(0,r.jsx)(n.code,{children:"resources"})," parameter.\nUser and group limits are set via the ",(0,r.jsx)(n.code,{children:"limits"})," parameter.\nAs both entries are complex configuration entries they are explained in ",(0,r.jsx)(n.a,{href:"#resources",children:"resources"})," and ",(0,r.jsx)(n.a,{href:"#limits",children:"limits"})," below."]}),"\n",(0,r.jsxs)(n.p,{children:["An example configuration of a queue ",(0,r.jsx)(n.code,{children:"root.namespaces"})," as a ",(0,r.jsx)(n.em,{children:"parent"})," queue with limits:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"partitions:\n - name: default\n queues:\n - name: namespaces\n parent: true\n maxapplications: 12\n resources:\n guaranteed:\n {memory: 1G, vcore: 10}\n max:\n {memory: 10G, vcore: 100}\n queues:\n - name: level1\n maxapplications: 8\n resources:\n guaranteed:\n {memory: 500M, vcore: 5}\n max:\n {memory: 5G, vcore: 50}\n"})}),"\n",(0,r.jsx)(n.h3,{id:"recovery-queue",children:"Recovery queue"}),"\n",(0,r.jsxs)(n.p,{children:["The recovery queue, identified by the name ",(0,r.jsx)(n.code,{children:"root.@recovery@"}),", is a dynamic queue that is not directly queryable. It is used exclusively during the initialization phase for already running allocations that are part of applications failing placement. Its primary function is to handle tasks that need to be reassigned or recovered without user intervention."]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"The queue is created dynamically and will disappear when it is no longer in use."}),"\n",(0,r.jsx)(n.li,{children:"The queue does not have quotas or Access Control Lists (ACLs)."}),"\n",(0,r.jsx)(n.li,{children:"It cannot be submitted to directly by users. It is managed internally by YuniKorn for specific recovery operations."}),"\n",(0,r.jsxs)(n.li,{children:["While the queue is unqueryable directly, its existence and activities can be observed through the application RESTful API at ",(0,r.jsxs)(n.a,{href:"../api/scheduler#partition-applications",children:["/ws/v1/partition/",":partition","/applications/",":state"]}),"."]}),"\n"]}),"\n",(0,r.jsx)(n.h3,{id:"placement-rules",children:"Placement rules"}),"\n",(0,r.jsxs)(n.p,{children:["The placement rules are defined and documented in the ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/placement_rules",children:"placement rule"})," document."]}),"\n",(0,r.jsxs)(n.p,{children:["Each partition can have only one set of placement rules defined.\nIf no rules are defined, ",(0,r.jsx)(n.a,{href:"placement_rules#provided-rule",children:"provided rule"})," will be applied.\nEach application ",(0,r.jsx)(n.em,{children:"must"})," have a queue set on submit."]}),"\n",(0,r.jsx)(n.h3,{id:"limits",children:"Limits"}),"\n",(0,r.jsx)(n.p,{children:"Limits define a set of limit objects for a queue, and can be set on a queue at any level."}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"limits:\n - limit: \n - limit: \n"})}),"\n",(0,r.jsxs)(n.p,{children:["A limit object is a complex configuration object.\nIt defines one limit for a set of users and or groups.\nMultiple independent limits can be set as part of one ",(0,r.jsx)(n.code,{children:"limits"})," entry on a queue.\nUsers and or groups that are not part of the limit setting will not be limited."]}),"\n",(0,r.jsx)(n.p,{children:"A sample limits entry:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:'limits:\n - limit: \n users:\n - \n - \n groups:\n - \n - \n maxapplications: <1..maxint>\n maxresources:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n'})}),"\n",(0,r.jsxs)(n.p,{children:["Limits are applied recursively in the case of a queue limit.\nThis means that a limit on the ",(0,r.jsx)(n.code,{children:"root"})," queue is an overall limit in the cluster for the user or group.\nA ",(0,r.jsx)(n.code,{children:"root"})," queue limit is thus also equivalent with the ",(0,r.jsx)(n.code,{children:"partition"})," limit."]}),"\n",(0,r.jsx)(n.p,{children:"The limit object parameters:"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"limit"}),"\n",(0,r.jsx)(n.li,{children:"users"}),"\n",(0,r.jsx)(n.li,{children:"groups"}),"\n",(0,r.jsx)(n.li,{children:"maxapplications"}),"\n",(0,r.jsx)(n.li,{children:"maxresources"}),"\n"]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"limit"})," parameter is an optional description of the limit entry.\nIt is not used for anything but making the configuration understandable and readable."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"users"})," and ",(0,r.jsx)(n.em,{children:"groups"})," that can be configured can be one of two types:"]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:'a star "*"'}),"\n",(0,r.jsx)(n.li,{children:"a list of users or groups."}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:'If the entry for users or groups contains more than one (1) entry it is always considered a list of either users or groups.\nThe star "*" is the wildcard character and matches all users or groups.\nDuplicate entries in the lists are ignored and do not cause a parsing error.\nSpecifying a star beside other list elements is not allowed.\nWhen a wildcard group is configured, a limit must be configured with at least one named group.\nParsing will reject the configuration with limits that do not follow this rule.'}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.em,{children:"maxapplications"})," is an unsigned integer value, which allows you to limit the number of running applications for the configured user or group.\nSpecifying 0 for ",(0,r.jsx)(n.em,{children:"maxapplications"})," is not allowed."]}),"\n",(0,r.jsxs)(n.p,{children:["The ",(0,r.jsx)(n.em,{children:"maxresources"})," parameter can be used to specify a limit for one or more resources.\nThe ",(0,r.jsx)(n.em,{children:"maxresources"})," uses the same syntax as the ",(0,r.jsx)(n.a,{href:"#resources",children:"resources"})," parameter for the queue.\nResources that are not specified in the list are not limited.\nA resource limit can be set to 0.\nThis prevents the user or group from requesting the specified resource even though the queue or partition has that specific resource available.",(0,r.jsx)(n.br,{}),"\n","Specifying an overall resource limit of zero is not allowed.\nThis means that at least one of the resources specified in the limit must be greater than zero."]}),"\n",(0,r.jsxs)(n.p,{children:["If a resource is not available on a queue the maximum resources on a queue definition should be used.\nSpecifying a limit that is effectively zero, ",(0,r.jsx)(n.em,{children:"maxapplications"})," is zero and all resource limits are zero, is not allowed and will cause a parsing error."]}),"\n",(0,r.jsxs)(n.p,{children:["A limit is per user or group.\nIt is ",(0,r.jsx)(n.em,{children:"not"})," a combined limit for all the users or groups together."]}),"\n",(0,r.jsx)(n.p,{children:"As an example:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:'limit: "example entry"\nmaxapplications: 10\nusers:\n- sue\n- bob\n'})}),"\n",(0,r.jsxs)(n.p,{children:["In this case both the users ",(0,r.jsx)(n.code,{children:"sue"})," and ",(0,r.jsx)(n.code,{children:"bob"})," are allowed to run 10 applications."]}),"\n",(0,r.jsx)(n.h3,{id:"properties",children:"Properties"}),"\n",(0,r.jsxs)(n.p,{children:["Additional queue configuration can be added via the ",(0,r.jsx)(n.code,{children:"properties"})," section,\nspecified as simple key/value pairs. The following parameters are currently\nsupported:"]}),"\n",(0,r.jsx)(n.h4,{id:"applicationsortpolicy",children:(0,r.jsx)(n.code,{children:"application.sort.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"fifo"}),", ",(0,r.jsx)(n.code,{children:"fair"}),", ",(0,r.jsx)(n.code,{children:"stateaware"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"fifo"})]}),"\n",(0,r.jsxs)(n.p,{children:["Sets the policy to be used when sorting applications within a queue. This\nsetting has no effect on a ",(0,r.jsx)(n.em,{children:"parent"})," queue."]}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE:"})," The ",(0,r.jsx)(n.code,{children:"stateaware"})," policy is ",(0,r.jsx)(n.strong,{children:"deprecated"})," in YuniKorn 1.5.0 and will\nbe ",(0,r.jsx)(n.strong,{children:"removed"})," from YuniKorn 1.6.0, where it will be treated as an alias for\n",(0,r.jsx)(n.code,{children:"fifo"}),"."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/sorting_policies#application-sorting",children:"application sorting"}),"\nfor more information."]}),"\n",(0,r.jsx)(n.h4,{id:"applicationsortpriority",children:(0,r.jsx)(n.code,{children:"application.sort.priority"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"enabled"}),", ",(0,r.jsx)(n.code,{children:"disabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"enabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["When this property is ",(0,r.jsx)(n.code,{children:"enabled"}),", priority will be considered when sorting\nqueues and applications. Setting this value to ",(0,r.jsx)(n.code,{children:"disabled"})," will ignore\npriorities when sorting. This setting can be specified on a ",(0,r.jsx)(n.em,{children:"parent"})," queue and\nwill be inherited by ",(0,r.jsx)(n.em,{children:"child"})," queues."]}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE:"})," YuniKorn releases prior to 1.2.0 did not support priorities when\nsorting. To keep the legacy behavior, set ",(0,r.jsx)(n.code,{children:"application.sort.priority"})," to\n",(0,r.jsx)(n.code,{children:"disabled"}),"."]}),"\n",(0,r.jsx)(n.h4,{id:"prioritypolicy",children:(0,r.jsx)(n.code,{children:"priority.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"default"}),", ",(0,r.jsx)(n.code,{children:"fence"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"default"})]}),"\n",(0,r.jsx)(n.p,{children:"Sets the inter-queue priority policy to use when scheduling requests."}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE"}),": This value is not inherited by child queues."]}),"\n",(0,r.jsx)(n.p,{children:"By default, priority applies across queues globally. In other words,\nhigher-priority requests will be satisfied prior to lower-priority requests\nregardless of which queue they exist within."}),"\n",(0,r.jsxs)(n.p,{children:["When the ",(0,r.jsx)(n.code,{children:"fence"})," policy is in use on a queue, the priorities of ",(0,r.jsx)(n.em,{children:"child"})," queues\n(in the case of a ",(0,r.jsx)(n.em,{children:"parent"})," queue) or applications (in the case of a ",(0,r.jsx)(n.em,{children:"leaf"}),"\nqueue) will not be exposed outside the fence boundary."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/priorities",children:"priority support"})," for more information."]}),"\n",(0,r.jsx)(n.h4,{id:"priorityoffset",children:(0,r.jsx)(n.code,{children:"priority.offset"})}),"\n",(0,r.jsx)(n.p,{children:"Supported values: any positive or negative 32-bit integer"}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"0"})]}),"\n",(0,r.jsx)(n.p,{children:"Adjusts the priority of the queue relative to it's siblings. This can be useful\nto create high or low-priority queues without needing to set every task's\npriority manually."}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"NOTE"}),": This value is not inherited by child queues."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"default"})," priority policy, the queue's priority is adjusted up\nor down by this amount."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"fence"})," policy, the queue's priority is always set to the offset\nvalue (in other words, the priorities of tasks in the queue are ignored)."]}),"\n",(0,r.jsxs)(n.p,{children:["See the documentation on ",(0,r.jsx)(n.a,{href:"/docs/next/user_guide/priorities",children:"priority support"})," for more information."]}),"\n",(0,r.jsx)(n.h4,{id:"preemptionpolicy",children:(0,r.jsx)(n.code,{children:"preemption.policy"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: ",(0,r.jsx)(n.code,{children:"default"}),", ",(0,r.jsx)(n.code,{children:"fence"}),", ",(0,r.jsx)(n.code,{children:"disabled"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"default"})]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"default"})," preemption policy, preemption is enabled for the queue."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsxs)(n.a,{href:"/docs/next/design/preemption#preemption-fence",children:[(0,r.jsx)(n.code,{children:"fence"})," preemption policy"]}),", tasks running in or below the queue on which the property is set cannot preempt tasks outside the queue tree."]}),"\n",(0,r.jsxs)(n.p,{children:["When using the ",(0,r.jsx)(n.code,{children:"disabled"})," preemption policy, tasks running within the queue can't be victims."]}),"\n",(0,r.jsx)(n.h4,{id:"preemptiondelay",children:(0,r.jsx)(n.code,{children:"preemption.delay"})}),"\n",(0,r.jsxs)(n.p,{children:["Supported values: any positive ",(0,r.jsx)(n.a,{href:"https://pkg.go.dev/time#ParseDuration",children:"Golang duration string"})]}),"\n",(0,r.jsxs)(n.p,{children:["Default value: ",(0,r.jsx)(n.code,{children:"30s"})]}),"\n",(0,r.jsx)(n.p,{children:"The property can only be set on a leaf queue. A queue with pending requests can only trigger preemption after it has been in the queue for at least this duration."}),"\n",(0,r.jsx)(n.h3,{id:"resources",children:"Resources"}),"\n",(0,r.jsxs)(n.p,{children:["The resources entry for the queue can set the ",(0,r.jsx)(n.em,{children:"guaranteed"})," and or ",(0,r.jsx)(n.em,{children:"maximum"})," resources for a queue.\nResource limits are checked recursively.\nThe usage of a leaf queue is the sum of all assigned resources for that queue.\nThe usage of a parent queue is the sum of the usage of all queues, leafs and parents, below the parent queue."]}),"\n",(0,r.jsx)(n.p,{children:"The root queue, when defined, cannot have any resource limit set.\nIf the root queue has any limit set a parsing error will occur.\nThe maximum resource limit for the root queue is automatically equivalent to the cluster size.\nThere is no guaranteed resource setting for the root queue."}),"\n",(0,r.jsxs)(n.p,{children:["Maximum resources when configured place a hard limit on the size of all allocations that can be assigned to a queue at any point in time.\nA maximum resource can be set to 0 which makes the resource not available to the queue.\nGuaranteed resources are used in calculating the share of the queue and during allocation.\nIt is used as one of the inputs for deciding which queue to give the allocation to.\nPreemption uses the ",(0,r.jsx)(n.em,{children:"guaranteed"})," resource of a queue as a base which a queue cannot go below."]}),"\n",(0,r.jsxs)(n.p,{children:["Basic ",(0,r.jsx)(n.code,{children:"resources"})," yaml entry:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:"resources:\n guaranteed:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n max:\n : <0..maxint>[suffix]\n : <0..maxint>[suffix]\n"})}),"\n",(0,r.jsx)(n.p,{children:"Resources that are not specified in the list are not limited, for max resources, or guaranteed in the case of guaranteed resources."}),"\n",(0,r.jsxs)(n.p,{children:["An optional suffix may be specified for resource quantities. Valid suffixes are ",(0,r.jsx)(n.code,{children:"k"}),", ",(0,r.jsx)(n.code,{children:"M"}),", ",(0,r.jsx)(n.code,{children:"G"}),", ",(0,r.jsx)(n.code,{children:"T"}),", ",(0,r.jsx)(n.code,{children:"P"}),", and ",(0,r.jsx)(n.code,{children:"E"})," for SI powers of 10,\nand ",(0,r.jsx)(n.code,{children:"Ki"}),", ",(0,r.jsx)(n.code,{children:"Mi"}),", ",(0,r.jsx)(n.code,{children:"Gi"}),", ",(0,r.jsx)(n.code,{children:"Ti"}),", ",(0,r.jsx)(n.code,{children:"Pi"}),", and ",(0,r.jsx)(n.code,{children:"Ei"})," for SI powers of 2. Additionally, resources of type ",(0,r.jsx)(n.code,{children:"vcore"})," may have a suffix of ",(0,r.jsx)(n.code,{children:"m"})," to indicate millicores. For example, ",(0,r.jsx)(n.code,{children:"500m"})," is 50% of a vcore. Units of type ",(0,r.jsx)(n.code,{children:"memory"})," are interpreted in bytes by default. All other resource types have no designated base unit."]}),"\n",(0,r.jsxs)(n.p,{children:["Note that this is a behavioral change as of YuniKorn 1.0. Prior versions interpreted ",(0,r.jsx)(n.code,{children:"memory"})," as units of 1000000 (1 million) bytes and ",(0,r.jsx)(n.code,{children:"vcore"})," as millicores."]}),"\n",(0,r.jsx)(n.h3,{id:"child-template",children:"Child Template"}),"\n",(0,r.jsx)(n.p,{children:"The parent queue can provide a template to define the behaviour of dynamic leaf queues below it. A parent queue having no child template inherits the child template\nfrom its parent if that parent has one defined. A child template can be defined at any level in the queue hierarchy on a queue that is of the type parent."}),"\n",(0,r.jsx)(n.p,{children:"The supported configuration in template are shown below."}),"\n",(0,r.jsxs)(n.ol,{children:["\n",(0,r.jsx)(n.li,{children:"application sort policy"}),"\n",(0,r.jsx)(n.li,{children:"max resources"}),"\n",(0,r.jsx)(n.li,{children:"guaranteed resources"}),"\n",(0,r.jsx)(n.li,{children:"max applications"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"As an example:"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-yaml",children:" partitions:\n - name: default\n placementrules:\n - name: provided\n create: true\n queues:\n - name: root\n submitacl: '*'\n childtemplate:\n maxapplications: 10\n properties:\n application.sort.policy: fifo\n resources:\n guaranteed:\n vcore: 1\n memory: 1G\n max:\n vcore: 20\n memory: 600G\n queues:\n - name: parent\n parent: true\n childtemplate:\n resources:\n max:\n vcore: 21\n memory: 610G\n - name: notemplate\n parent: true\n"})}),"\n",(0,r.jsxs)(n.p,{children:["In this case, ",(0,r.jsx)(n.code,{children:"root.parent.sales"})," will directly use the child template of parent queue ",(0,r.jsx)(n.code,{children:"root.parent"}),". By contrast,\n",(0,r.jsx)(n.code,{children:"root.notemplate.sales"})," will use the child template set on the queue ",(0,r.jsx)(n.code,{children:"root"})," since its parent queue ",(0,r.jsx)(n.code,{children:"root.notemplate"})," inherits the child template from the queue ",(0,r.jsx)(n.code,{children:"root"}),"."]})]})}function u(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},1780:(e,n,i)=>{i.d(n,{R:()=>o,x:()=>a});var r=i(79474);const s={},t=r.createContext(s);function o(e){const n=r.useContext(t);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),r.createElement(t.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.481406f7.js b/assets/js/runtime~main.9709edec.js similarity index 99% rename from assets/js/runtime~main.481406f7.js rename to assets/js/runtime~main.9709edec.js index c9ada0b1d0f..479d3e28ae5 100644 --- a/assets/js/runtime~main.481406f7.js +++ b/assets/js/runtime~main.9709edec.js @@ -1 +1 @@ -(()=>{"use strict";var e,b,a,f,c,d={},t={};function r(e){var b=t[e];if(void 0!==b)return b.exports;var a=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(a.exports,a,a.exports,r),a.loaded=!0,a.exports}r.m=d,r.c=t,e=[],r.O=(b,a,f,c)=>{if(!a){var d=1/0;for(i=0;i=c)&&Object.keys(r.O).every((e=>r.O[e](a[o])))?a.splice(o--,1):(t=!1,c0&&e[i-1][2]>c;i--)e[i]=e[i-1];e[i]=[a,f,c]},r.n=e=>{var b=e&&e.__esModule?()=>e.default:()=>e;return r.d(b,{a:b}),b},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var c=Object.create(null);r.r(c);var d={};b=b||[null,a({}),a([]),a(a)];for(var t=2&f&&e;"object"==typeof t&&!~b.indexOf(t);t=a(t))Object.getOwnPropertyNames(t).forEach((b=>d[b]=()=>e[b]));return d.default=()=>e,r.d(c,d),c},r.d=(e,b)=>{for(var a in b)r.o(b,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:b[a]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((b,a)=>(r.f[a](e,b),b)),[])),r.u=e=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",1038:"d16572ac",1316:"22290b7c",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2647:"dcb5266f",2652:"da84cc0d",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3299:"89522323",3302:"c8855521",3640:"1626930f",3735:"da4a45a6",3926:"97ff1006",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4736:"89cbeac6",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5148:"5d738820",5415:"01627567",5715:"a5b5dcea",5874:"f8b6f1ce",5879:"fa702acd",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6255:"86bd704e",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",6988:"53d6c163",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",7727:"08958cc8",8248:"90571119",8250:"e897f185",8387:"6187a22c",8641:"3683234c",8682:"28f896bb",8711:"b534254a",8725:"3384d06b",8765:"5c9389cb",8853:"341034ab",8919:"7ce1a762",8960:"31bb26c2",9045:"54213aa1",9197:"f7f2e981",9362:"4c43497a",9371:"3b084a86",9508:"8fce5129",9591:"57d3a897",9647:"5e95c892",9669:"e80a80ce",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10325:"197162c9",10394:"7d04a98b",10467:"3cbcee45",10571:"3dd193dd",10783:"203393bb",10836:"5188416b",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11384:"66d67008",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12726:"c95b781b",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13208:"8f3eca0e",13299:"5a396677",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14162:"0b0c644f",14338:"65d34724",14602:"28164c5f",14774:"a521008d",15306:"0f214f11",15327:"d69b5ce4",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16192:"b8d9badc",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17369:"c52cb584",17657:"30b0614b",17785:"be46464e",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18265:"660f1f01",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18578:"de4cf88e",18827:"5d439d21",19109:"08b63e68",19293:"7ea12187",19393:"fea909d2",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",20118:"f9faa05a",20329:"26eafd15",20389:"2457c0ef",20515:"94abfae6",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21672:"4fd3fe56",22152:"65e91a71",22343:"fa9bdbac",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",23014:"0565d9f4",23016:"d063fe9f",23075:"b8a75ff1",23115:"85ff2641",23626:"098cffed",23714:"0203cbc2",23819:"5cf764b1",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24944:"e718b7e6",25042:"acc1e0c7",25207:"3d7f4be7",25263:"b6a19a2b",25308:"aa222e6d",25391:"121a060a",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",25892:"d3377450",26021:"5a3f9071",26091:"fadff26c",26112:"6dd3a2f1",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26328:"fc3648c4",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27467:"1514c2db",27504:"b06b747e",27683:"c3b79105",27826:"c9dad6db",28079:"52045c4e",28104:"92cca7ce",28107:"174d46b8",28112:"0810aeb4",28153:"988211ef",28268:"add37b26",28564:"8199a7c1",28768:"c452b0b7",28922:"203f692a",29571:"67158670",29853:"02ad889d",29976:"e9498790",30079:"cd8a45a6",30090:"45af7cbe",30204:"621f1fa8",30563:"cc3eb85c",30749:"2c019423",31087:"830bde22",31245:"c65b3d63",31255:"8d971cbb",31412:"4bbb5eb1",31425:"6c36aa60",31492:"fb0baf48",31609:"529f7014",31669:"8ad1c52d",31836:"2dc84aaf",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32287:"15d1a8b2",32470:"e50d8128",32477:"f82ec024",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33478:"1f445f4e",33523:"3d1791fa",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",33811:"7fc5f702",33871:"a6e9442a",33936:"13cf577a",34062:"1f87d76b",34128:"3110a528",34221:"cd9d94be",34412:"df632275",34463:"db881351",34473:"b9526204",34654:"024f5110",34786:"0448914c",34857:"6dc7dc4a",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35401:"8e403b22",35581:"d28f8723",36154:"09920c24",36253:"83debc9b",36347:"1072df95",36597:"13f68f62",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37690:"96345a43",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38090:"77816f9e",38600:"a633adf5",38613:"98952d49",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",39013:"08ea7f98",39038:"6388662f",39078:"92667337",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",40081:"f769181d",40249:"72207194",40523:"7c3e0a90",40570:"4ff49acf",40683:"925455b6",40742:"b695efd2",40802:"2b4143dc",40844:"915fdef3",40905:"b0f84f31",41229:"2f7b0683",41399:"2757bf0a",41576:"00a17dd8",41880:"e74fe2a7",42018:"278ee235",42183:"0b9e986a",42389:"93c6800a",42420:"ac710fda",42656:"45a2a32a",42683:"c928173c",42839:"15abff36",42856:"33aa855a",43087:"6d78f76d",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",43749:"b3a8e371",43948:"c08d65fc",44077:"1d098224",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45903:"98d35d14",45951:"25e935c4",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",47063:"22d92bf3",47643:"0f66ed5f",48098:"e0cfa6fb",48110:"93e59a16",48190:"6abe350e",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53036:"2999c86a",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",54357:"1dea1673",54727:"f5272822",54784:"075bf599",54838:"8daf2cfc",55067:"ca3ac135",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56173:"abd6c138",56176:"bd9c2ce3",56333:"3e76e7e2",56601:"ca87bd6e",56672:"a6514927",56802:"9e33764b",56809:"9eea1548",57346:"548f5e59",57387:"be7a0dbe",57426:"b9bde1e9",57618:"649b7061",57813:"1dcb712d",57871:"33daa5c8",57949:"5c9ba668",58133:"c0bd6a4b",58241:"1394ac74",58250:"e5e048c5",58356:"64a11ff0",58465:"e59213c0",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58946:"813c57df",58969:"5603f239",59140:"79b08c73",59295:"a3542ba4",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60491:"e7752ddb",60912:"a649354c",61056:"3951a3d5",61076:"fafbe599",61145:"dbbae471",61408:"53ba98a8",61601:"d872d333",61674:"3dbf3764",61895:"a4a95510",61980:"617e9601",62092:"d6e66bbb",62112:"333ae3de",62138:"1a4e3797",62242:"532b25e9",62270:"6069883e",62809:"5df7ef96",62948:"8d20ce23",63184:"b9d8091f",63285:"66a5fdbd",63551:"52e54cbf",63588:"debcf1ca",63625:"25778245",64078:"bd0b3be5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64727:"58a729ec",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65150:"0976f607",65429:"1c9209f4",65441:"f14a91aa",65473:"a008f403",65672:"9f72f8ad",65867:"02b8ff39",65880:"21fffddb",66061:"1f391b9e",66115:"3484cec4",66303:"3c15e784",66324:"26c8b3d3",66359:"34ee1a85",66564:"c512952f",67098:"a7bd4aaa",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68576:"b5b50fa2",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69349:"5adad896",69465:"a65edd96",69977:"3bfb82cf",69999:"ead72281",70180:"bff0400e",70273:"fb133e19",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71453:"e15bcb33",71457:"aa392378",71560:"32947c92",72405:"1fec1075",72406:"bce28ad4",72420:"b027356b",72780:"4c517393",72903:"fd3398f1",72913:"0b7eabf3",72982:"2e1bbbbe",73171:"07de990d",73195:"a8913000",73204:"57176175",73235:"a2c14f61",73509:"c56532b8",73607:"579c441c",74118:"9ce8caa5",74146:"9aa2d1d3",74259:"27e1f4b3",74287:"719705af",74356:"6a4d9186",74618:"5877df2d",74838:"23b73747",75102:"6a858f16",75397:"c2467954",75566:"c9bc13ce",75751:"9a6d52da",75780:"84555378",75853:"cd78c8cb",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78425:"b198df35",78678:"dc8253a3",78763:"d84189a7",79048:"a94703ab",79050:"8bc280ca",79322:"5345c07d",79323:"6175b9e3",79767:"f00baad2",79798:"9707d709",79862:"17c79707",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80551:"26b9516c",80567:"62e81aa6",80715:"c1be4069",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81517:"91fda863",81542:"1a38f637",81618:"3f50cac0",81745:"3619f683",81848:"39455ce1",81874:"efa2f5a1",82175:"ed701816",82206:"392e1a00",82362:"5eab74b1",82413:"cf5a4cff",82432:"5b270591",82495:"3259ac92",82669:"df6ab4bc",82756:"d643cbaf",82862:"47b8b18c",83045:"0b0ea5f1",83371:"b56a9dad",83379:"66527541",83416:"48c9bcee",83430:"e36c389f",83486:"6561ff8a",83510:"8f69be8c",83553:"31c3b644",83593:"2432bf2e",83683:"4293d558",84795:"1e32b83f",84838:"4e1badf8",84927:"2acaeb1a",84933:"481cf853",85103:"e8b823ec",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86164:"f3be527a",86260:"04f00c7c",86547:"00aed75b",86618:"5e906dfd",86650:"fc9493b5",86673:"0a87ba36",86898:"2768bd3e",87392:"e6aabe98",87683:"0734b534",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88852:"e3883bac",89173:"04f5229b",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89983:"34003c72",90046:"bd59b609",90302:"8627d2ff",90310:"e42b3d9d",90442:"cbc12d17",90455:"6db854fa",91136:"ed0bdba3",91164:"477a37df",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92307:"aa2738c3",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",92802:"055b225f",93120:"8e7559bb",93124:"42e8cbb3",93474:"c3efefe4",93637:"e91b02be",93669:"a252b33f",93799:"352379af",93936:"850ece50",93978:"0fe0ccc7",94075:"4171ae7f",94155:"8a4daa3b",94246:"872379cf",94433:"efe1d13a",94485:"1df0bf2a",94526:"9746ca7b",94530:"6f0123ef",94852:"2308dcf3",94979:"8ac907f8",95016:"8e1bf126",95080:"a3304b48",95105:"4356428f",95309:"5bd52431",95315:"f3634bd2",95316:"e30960a7",95328:"8c6b97bf",95392:"74f9148b",95520:"026b0f1d",95656:"d8aa108f",95843:"4677217b",95851:"648a3482",95966:"15659d54",96321:"30fe064f",96443:"6540f7c7",96529:"2fbebc4d",96553:"70f17b6a",96751:"559ca816",96848:"58fe75b9",97185:"47d3ce37",97220:"1094d3ac",97239:"259c64e2",97446:"9754eb65",97555:"e6f1bbf8",97642:"432ba8c0",97692:"2e7b1ecd",97766:"4be882fd",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98291:"ec7ac759",98581:"935f2afb",98601:"62cdd780",98808:"d248ca85",99222:"794b0494",99377:"cb5e20e2",99441:"9e98946b",99746:"751b68b4",99784:"82d2d99a",99917:"8a6e3c59"}[e]||e)+"."+{15:"5a4c8853",36:"9d3fb395",353:"5377980a",359:"3866b417",536:"c5874d41",1038:"bcb42e2c",1316:"e95dbe8d",2075:"a81ae20f",2123:"1cd0f5a7",2450:"06490107",2647:"3b7810c2",2652:"514fb0f2",2932:"511f0228",2960:"bbc91bcd",3210:"17359c8b",3233:"4f6b9baa",3262:"5233df3a",3299:"a43c0931",3302:"80a10138",3640:"d2c67571",3735:"4ee5b9f4",3926:"7f667f06",4047:"29fdbd7a",4105:"af204dfd",4113:"abecc939",4432:"c72e9f21",4736:"6d08f9a0",4886:"f0499039",4946:"01542bc0",5005:"58b1df97",5148:"0c3a26f0",5415:"dfdf64e0",5715:"a7fe51b4",5874:"2ea0044f",5879:"25511d98",5886:"30239bb7",6149:"f24564f6",6182:"fe0898b0",6249:"8996c919",6255:"74224db3",6368:"3790aef0",6428:"ad8041fa",6507:"22054a01",6524:"7accbf49",6595:"28d10394",6669:"63daa4da",6988:"ab3e06cd",7180:"99c9ef39",7202:"45b065e3",7292:"31922f45",7402:"f0836343",7420:"d16f8428",7545:"17e51b46",7727:"36dae34f",8248:"f5155aae",8250:"814b2953",8387:"e71415b2",8641:"d23bfbc8",8682:"389785e0",8711:"96c4a535",8725:"1211983d",8765:"ac41f758",8853:"2f6f299b",8919:"09c78370",8960:"aa087df0",9045:"b229978d",9197:"3350dd54",9362:"492ebe4e",9371:"38589bfe",9508:"25198bc4",9591:"438f805f",9647:"6546dd97",9669:"97d81816",9763:"13e66a77",9768:"a7cbe9d6",9790:"34b32919",9895:"010e53d0",10325:"5cf3a045",10394:"d39575ac",10467:"82906042",10571:"ce72f903",10783:"c166a38a",10836:"f5d98488",10853:"3b0bc1db",11157:"2dde3040",11200:"ed2198a4",11384:"9f5ed678",11429:"ebcf4fa5",11506:"157ca10d",11866:"4425e44f",11969:"e15634f6",12031:"313e15a2",12032:"66ecc8ea",12515:"2f0b2ea0",12646:"f90729e5",12726:"21ed4220",12791:"016fe099",13021:"ed0d68d1",13089:"21a1672f",13208:"97d77d93",13299:"56f0c0b8",13843:"b2fcd193",13940:"7dc840d0",14140:"3e99dc47",14162:"e63e625d",14338:"e47e89bd",14602:"6556dcde",14774:"40666241",15306:"3d7f5527",15327:"1e5b4514",15889:"0dd04770",15929:"eca05f99",16061:"021fec46",16081:"d7a575ea",16192:"1325928d",16248:"c944c510",16308:"dd5e7c4e",16325:"30063e5d",16337:"d877fc5f",16341:"9f36a902",16626:"fa5a129b",16789:"90bf7b29",16939:"f454482b",16949:"f8138db0",17303:"12c5af9f",17369:"de1ed05e",17657:"ae6f3a43",17785:"19513e83",18119:"0b634ce9",18122:"232ec2fc",18181:"d0c6f754",18265:"1bc3b1c0",18340:"1435ffb3",18401:"3486e015",18500:"1a5849ab",18578:"66b71bb0",18827:"b18e9496",19109:"7fbf5188",19293:"924933ca",19393:"9f21d273",19411:"fc0f9da3",19662:"85d76069",19699:"e4a897df",20004:"04ab9f71",20118:"a4e9f651",20329:"08cb55d8",20389:"832d24b0",20515:"f0c249d3",21187:"046a31d9",21559:"e52c3929",21600:"965609b7",21672:"c8f64428",22152:"1fd94ae1",22343:"777ce362",22408:"bb1d4f74",22442:"3e70e8a0",22483:"a57529b4",22600:"b2725a0c",22773:"b2fffaba",22819:"a5070b63",23014:"dd064278",23016:"5159448b",23075:"40bff4b6",23115:"d8808d0f",23626:"daeabee7",23714:"c7b4f997",23819:"5e799e8c",23907:"e18457cc",24045:"f895071c",24165:"e851a56b",24288:"2c18e2c5",24451:"9f3ba32e",24616:"9ef83aca",24697:"96149203",24944:"153f6ed3",25042:"b2e9aa9e",25207:"2715348b",25263:"ad04b75b",25308:"fb009d75",25391:"6504a3a4",25661:"0c4a2572",25729:"87901e4d",25871:"cd2abd7b",25892:"39750882",26021:"6f2911fa",26091:"d82acefa",26112:"9adc1bad",26133:"45d15565",26152:"88d6254c",26155:"ad196edd",26328:"d1c95956",26480:"5698d302",26592:"8cffca5d",27029:"87468003",27083:"26b63004",27467:"7e5d22d0",27504:"bdf89f82",27683:"09bce8e5",27826:"a79e129c",28079:"8bc27211",28104:"dba4dfc9",28107:"b182110e",28112:"0ceb896f",28153:"878e3fb5",28268:"4c91738a",28564:"08728937",28768:"f15bb6da",28922:"52716122",29571:"43c6bf2e",29853:"dca07ca3",29976:"f124f04c",30079:"db410a26",30090:"6bb3acc4",30204:"993fdd52",30563:"e71e42f4",30749:"6afa4dde",31087:"60fcd53e",31245:"babdc2af",31255:"0b96408e",31412:"49e78db0",31425:"a41716dd",31492:"32238c9a",31609:"203a75cd",31669:"fff5c4d3",31836:"a495f64d",31872:"dcd8e3b5",32102:"da3aeb1e",32131:"f5d385dd",32209:"046f49d2",32272:"f3743065",32287:"f03551f5",32470:"4e713fca",32477:"a63e1db8",32861:"61976afa",32961:"cda599bb",32968:"50344f25",33070:"3c7585ab",33109:"4e91792a",33214:"94c95c51",33261:"f8152fcf",33270:"5a8f6501",33386:"fd9903d5",33478:"2a8d33c3",33523:"0f65d685",33706:"760dfe58",33707:"e73e9c4d",33748:"a310c70b",33811:"44fb50ce",33871:"0438330d",33936:"122c037b",34062:"feee2702",34128:"79e8bd4a",34221:"34a376ce",34412:"a522a890",34463:"c075a455",34473:"3b257f04",34654:"66a382cb",34786:"c1dd0f12",34857:"473088c3",34870:"c19d6364",35160:"8b3de352",35173:"a0b8c7e5",35230:"27dba143",35401:"14211fbf",35581:"8938c37d",36154:"e88011fa",36253:"7d3bb8bc",36347:"0c95d414",36597:"161c4b49",36598:"47281b64",36645:"91ef311f",36814:"4add2787",36852:"2b06e87d",37310:"9f6a2794",37404:"47f306cf",37571:"54b988da",37586:"4db7700c",37681:"182a92bd",37690:"eaf20de6",37726:"eb640b36",37802:"03198d93",37974:"81c1129f",38090:"7b415347",38600:"f57ae988",38613:"b9470b9b",38620:"d3ac9046",38622:"5cacd5cb",38634:"d6911f6a",39013:"bc3e54e1",39038:"93abec79",39078:"2b997ce3",39221:"c323b2d6",39545:"3da08c29",39561:"b58d6d4f",39667:"34a01fb7",40081:"c39ebe7a",40249:"8edad9de",40523:"774bc312",40570:"42661218",40683:"5a49b3b3",40742:"bddddcc3",40802:"d5d082e3",40844:"934e59d1",40905:"d7ebf799",41229:"c7f60265",41399:"c86470dc",41576:"094c62f7",41880:"1cbf7e77",42018:"e9d6b94e",42183:"e7f6983b",42389:"07033df1",42420:"99331885",42656:"095b3b8b",42683:"2e62aae6",42839:"b61e6b9a",42856:"3ec1b274",43087:"8f6b9c80",43162:"2ba339d1",43169:"cddfb404",43289:"f4e81dd8",43514:"ec7806eb",43516:"d3b09cd1",43568:"887b4e27",43749:"d400061c",43943:"f6591d25",43948:"f4a1e7e4",44077:"1342c1c1",44556:"16b9aabd",45071:"d7d337d1",45087:"648aefa9",45623:"2ba7ec1a",45681:"1387f9cb",45738:"e919f586",45903:"61cea8cf",45951:"36a7acf1",46001:"8c876c24",46067:"8b206766",46069:"654cda13",46137:"61739e40",46484:"043925e5",46571:"1369e5a1",46765:"90bb14ea",47063:"c32bf918",47643:"da7f728c",48098:"16d42a97",48110:"fb81ebd0",48190:"0564b315",48724:"dc95d88d",48866:"245b73ee",48900:"85234c15",49042:"41049899",49167:"c9313e49",49232:"42817166",49294:"b21a1844",49364:"5d17beff",49409:"28b7e302",49706:"9c4a40d5",50528:"3145d628",50763:"88c901e7",50794:"3d4fcca7",51030:"1700b939",51068:"9e1c07ad",51103:"eeb497a0",51200:"6312ed08",51269:"aff98190",51308:"2b7616f2",51645:"421c5baa",51791:"6f3e9c50",51800:"6fc9f671",52072:"e294f2f0",52140:"e5d9616e",52153:"9936b562",52335:"4c31bb8c",52550:"c105a7c0",52634:"f1881166",52694:"ad350454",52891:"88332a69",53036:"c25206dd",53045:"001371e1",53320:"2c6411c3",53409:"42088890",53416:"48a4e192",53716:"88cc5a48",53754:"19d9adea",53870:"e592706d",54357:"7128cd15",54727:"c5644236",54784:"47404ddb",54838:"12833b3c",55067:"2d3e6036",55286:"935317fb",55380:"da9705c2",55449:"3829b459",55526:"c5a7a776",55570:"e65427ef",55991:"9c7935b4",56107:"c868b9f9",56158:"1de1a8d3",56173:"613454a0",56176:"eff999ac",56333:"f45b5e1c",56601:"4afd7f41",56672:"fa17144e",56802:"5e693cec",56809:"11517324",57346:"5b829857",57387:"eda5e40a",57426:"d9eb81e9",57618:"9a9d8b8c",57813:"05f456c4",57871:"a5e6e7ca",57949:"7b5b608f",58133:"db85b779",58241:"7a55500f",58250:"f6267dc1",58356:"40314a6c",58465:"99bd02bb",58705:"5de3f6c8",58711:"2ba0cc67",58755:"1658c304",58764:"4d757660",58946:"20ee1bc8",58969:"a84611f8",59140:"8eaf3444",59295:"01fd9962",59388:"6502f69e",59449:"d3486a86",59682:"0c54c9f3",59783:"1b06f2b3",59911:"897a0571",59960:"8b588b7f",60042:"8557e541",60043:"bc7d1ef7",60126:"55330b3a",60491:"ca7694cf",60912:"06f64cbf",61056:"18c7814f",61076:"8657dbab",61145:"0de0b66f",61408:"2bcaea52",61601:"85fcbe9e",61674:"76db7a59",61895:"57a65008",61980:"ddddce58",62092:"68e38b41",62112:"49c06c2b",62138:"f04aa94f",62242:"72d37efd",62270:"7078756b",62809:"0ac8d4b2",62948:"4fe25a33",63184:"25be8c13",63285:"21ed8c86",63551:"6e2edf81",63588:"b145c6d4",63625:"0da217ca",64078:"057b4e43",64476:"177a9a7e",64575:"094d1181",64660:"93487afa",64705:"c409c7f6",64727:"97483e51",64818:"41ef45fc",64915:"68b11c5e",65038:"00d8914b",65150:"19d3a8a2",65429:"0937dc77",65441:"ee289052",65473:"4f18a5b0",65672:"85d1206d",65867:"1bd62fa3",65880:"7d2bd2e9",66061:"ef56db89",66115:"27089420",66303:"5b805328",66324:"4cfda1ac",66359:"5291d6c3",66564:"2fc01220",67098:"2310fdee",67148:"84d4b954",67228:"1a892724",67270:"fa4dbf3b",67291:"1b8e291c",67459:"2515af72",67546:"61834224",68047:"4754d9ee",68576:"364c1194",68596:"58a1c771",69061:"210d61d2",69085:"15aa0d74",69166:"7f43ae1a",69349:"987357b5",69465:"29cbeb12",69977:"bab3f656",69999:"66f31393",70180:"3f00e60e",70273:"8ab45821",70294:"dddf839a",70377:"f0f5c665",70699:"b1866e2e",70706:"125de025",70747:"bf951298",70806:"c00eecf0",70860:"c30b4781",70921:"cb0e4cae",70948:"0d7c281e",71013:"9af18522",71453:"883f562e",71457:"c48b9027",71560:"1d976fd6",72405:"df22fb5c",72406:"ffce46bf",72420:"1fccc8f5",72780:"1ad3e33d",72903:"ed171e72",72913:"82fc1d2b",72982:"a7e6d502",73171:"3840ce68",73195:"cb22ca1e",73204:"a820ef96",73235:"52844d3f",73509:"89f11c70",73607:"fb0f2849",74118:"5c9d5589",74146:"5e7f8cfc",74259:"fd9307b6",74287:"e313f0fb",74356:"95b2eece",74618:"799aae52",74838:"9d43e5a3",75102:"5eeaa5e8",75397:"c54a4dc3",75566:"34b7741f",75751:"391ab311",75780:"c59f3847",75853:"0813671b",76047:"fb452f70",76108:"8b5e5c6d",76120:"1ecf4a24",76438:"485dac2b",76635:"5ffae22f",76709:"e1635d85",76786:"8e7515b2",76842:"53e87192",77007:"c0d782fb",77039:"b4738f72",77177:"766a5ee5",77401:"fb8098e9",77494:"1e46b845",77564:"ee811dc6",77630:"9e976706",77671:"e4ac185f",77778:"71e75de8",77993:"1f594987",78023:"22026e60",78187:"10fe25ca",78201:"75b2f492",78425:"edd2f17e",78678:"3914d96f",78763:"d1ce8aa5",79048:"219ce49b",79050:"533c1019",79322:"e37aa104",79323:"af46aa16",79767:"4798e011",79798:"4aef9095",79862:"af6e741f",80047:"5e693631",80097:"f63960b6",80266:"9a8c7797",80551:"0155abe3",80567:"f81bb02f",80715:"3912c01b",81044:"d85a41eb",81073:"89bc3730",81270:"fd34ab20",81367:"099e636b",81516:"1b951c93",81517:"c1fa524e",81542:"ba846158",81618:"f4dfdd5e",81620:"5eeb0bb3",81745:"588ea68c",81848:"5aa932af",81874:"2c087f6c",82175:"33ad5872",82206:"530aad0a",82362:"71721aed",82413:"fdf9adf3",82432:"495b1e37",82495:"3789cc0a",82669:"c887e54d",82756:"f02bae18",82862:"5e181739",83045:"0978e983",83371:"9cb0e2a1",83379:"be6985d0",83416:"0e6f74f0",83430:"32ddcfce",83486:"9e804101",83510:"c2bf7f11",83553:"befea8ab",83593:"9966e68f",83683:"ad6afa6d",83971:"844ece9e",84795:"c9dac3d7",84838:"1c0a8f11",84927:"5aa2d666",84933:"2012c1d5",85103:"0d71730f",85682:"d4326293",85739:"0a37970a",85775:"d545cadd",85812:"4385ea2b",85958:"a3695949",86048:"9d349249",86164:"80c3bb65",86260:"0b62f299",86547:"2676e25c",86618:"428a56b9",86650:"f9dffd51",86673:"c0f83609",86898:"713bdb49",87392:"35affe36",87683:"e22e3d6f",88353:"56cb4a3f",88464:"b93e8173",88542:"440f371e",88852:"20f40c33",89173:"67b9d17a",89732:"8fb22a48",89753:"50c39f8f",89760:"5fb01931",89838:"08219d20",89845:"321686d9",89907:"7e4d1edb",89983:"36c279f3",90046:"3d808f5b",90302:"9aa6a6ea",90310:"01511a48",90442:"5dec0793",90455:"779c5d25",91136:"539ba270",91164:"a72dbb7a",91416:"9bb5a79f",91467:"1ffa734f",91494:"0c29b5a6",91554:"f016e693",91702:"17eb0298",91857:"0712e1a0",92052:"289a7b73",92307:"6cda55c4",92554:"992c14b6",92747:"d45370cd",92763:"8b985e74",92802:"65f606f7",93120:"299a1c53",93124:"e57f7c3b",93474:"faacee4b",93637:"09c66600",93669:"ca017089",93799:"70ea7f9e",93936:"2c8c7c2c",93978:"2399542c",94075:"d9c636f0",94155:"d85b9f81",94246:"3689176f",94433:"2616a1d8",94485:"ea47c07e",94526:"782a3e33",94530:"a7a66cba",94852:"5905847c",94979:"e452e80d",95016:"757a22e6",95080:"2a8a1698",95105:"d635c91a",95309:"1fcbed53",95315:"154e01f5",95316:"659e5f34",95328:"ef2bc5d7",95392:"12bc6870",95520:"2424eaf9",95656:"ccdbccca",95843:"bdb0480e",95851:"def3668a",95966:"9cb117e2",96321:"dc561000",96443:"f4eaf4fb",96529:"eacfa9b6",96553:"c269352a",96751:"bed8de93",96848:"d9134261",97185:"88880b50",97220:"cb228af3",97239:"ac5efb4b",97446:"272c9335",97555:"f574eb2b",97642:"ef13c6f5",97692:"04643f2f",97766:"b450dcbe",97884:"072a661a",97988:"bb8569f8",98037:"bf50b79f",98206:"8c08998d",98291:"9d28d360",98581:"c0fb39b0",98601:"6fee1eeb",98808:"533da404",99222:"2e271426",99377:"59171dd5",99441:"cac2289d",99746:"62bfd2c6",99784:"db92231d",99917:"bd00635d"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,b)=>Object.prototype.hasOwnProperty.call(e,b),f={},c="website:",r.l=(e,b,a,d)=>{if(f[e])f[e].push(b);else{var t,o;if(void 0!==a)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var c=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),c&&c.forEach((e=>e(a))),b)return b(a)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"18401",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",66527541:"83379",67158670:"29571",70245927:"23907",72207194:"40249",84555378:"75780",89522323:"3299",90571119:"8248",92667337:"39078",96225825:"64818","8102b5ac":"15","19e8550d":"36",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536",d16572ac:"1038","22290b7c":"1316",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",dcb5266f:"2647",da84cc0d:"2652",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","1626930f":"3640",da4a45a6:"3735","97ff1006":"3926",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","89cbeac6":"4736","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005","5d738820":"5148","01627567":"5415",a5b5dcea:"5715",f8b6f1ce:"5874",fa702acd:"5879","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","86bd704e":"6255","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669","53d6c163":"6988",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545","08958cc8":"7727",e897f185:"8250","6187a22c":"8387","3683234c":"8641","28f896bb":"8682",b534254a:"8711","3384d06b":"8725","5c9389cb":"8765","341034ab":"8853","7ce1a762":"8919","31bb26c2":"8960","54213aa1":"9045",f7f2e981:"9197","4c43497a":"9362","3b084a86":"9371","8fce5129":"9508","57d3a897":"9591","5e95c892":"9647",e80a80ce:"9669","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895","197162c9":"10325","7d04a98b":"10394","3cbcee45":"10467","3dd193dd":"10571","203393bb":"10783","5188416b":"10836",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","66d67008":"11384","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",c95b781b:"12726",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","8f3eca0e":"13208","5a396677":"13299","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","0b0c644f":"14162","65d34724":"14338","28164c5f":"14602",a521008d:"14774","0f214f11":"15306",d69b5ce4:"15327",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081",b8d9badc:"16192","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",c52cb584:"17369","30b0614b":"17657",be46464e:"17785","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181","660f1f01":"18265",c1d1596b:"18340","5652c446":"18500",de4cf88e:"18578","5d439d21":"18827","08b63e68":"19109","7ea12187":"19293",fea909d2:"19393","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699",f9faa05a:"20118","26eafd15":"20329","2457c0ef":"20389","94abfae6":"20515",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","4fd3fe56":"21672","65e91a71":"22152",fa9bdbac:"22343",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819","0565d9f4":"23014",d063fe9f:"23016",b8a75ff1:"23075","85ff2641":"23115","098cffed":"23626","0203cbc2":"23714","5cf764b1":"23819",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697",e718b7e6:"24944",acc1e0c7:"25042","3d7f4be7":"25207",b6a19a2b:"25263",aa222e6d:"25308","121a060a":"25391","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871",d3377450:"25892","5a3f9071":"26021",fadff26c:"26091","6dd3a2f1":"26112",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",fc3648c4:"26328",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083","1514c2db":"27467",b06b747e:"27504",c3b79105:"27683",c9dad6db:"27826","52045c4e":"28079","92cca7ce":"28104","174d46b8":"28107","0810aeb4":"28112","988211ef":"28153",add37b26:"28268","8199a7c1":"28564",c452b0b7:"28768","203f692a":"28922","02ad889d":"29853",e9498790:"29976",cd8a45a6:"30079","45af7cbe":"30090","621f1fa8":"30204",cc3eb85c:"30563","2c019423":"30749","830bde22":"31087",c65b3d63:"31245","8d971cbb":"31255","4bbb5eb1":"31412","6c36aa60":"31425",fb0baf48:"31492","529f7014":"31609","8ad1c52d":"31669","2dc84aaf":"31836","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","15d1a8b2":"32287",e50d8128:"32470",f82ec024:"32477","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","1f445f4e":"33478","3d1791fa":"33523",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","7fc5f702":"33811",a6e9442a:"33871","13cf577a":"33936","1f87d76b":"34062","3110a528":"34128",cd9d94be:"34221",df632275:"34412",db881351:"34463",b9526204:"34473","024f5110":"34654","0448914c":"34786","6dc7dc4a":"34857",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230","8e403b22":"35401",d28f8723:"35581","09920c24":"36154","83debc9b":"36253","1072df95":"36347","13f68f62":"36597","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","96345a43":"37690","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","77816f9e":"38090",a633adf5:"38600","98952d49":"38613","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667",f769181d:"40081","7c3e0a90":"40523","4ff49acf":"40570","925455b6":"40683",b695efd2:"40742","2b4143dc":"40802","915fdef3":"40844",b0f84f31:"40905","2f7b0683":"41229","2757bf0a":"41399","00a17dd8":"41576",e74fe2a7:"41880","278ee235":"42018","0b9e986a":"42183","93c6800a":"42389",ac710fda:"42420","45a2a32a":"42656",c928173c:"42683","15abff36":"42839","33aa855a":"42856","6d78f76d":"43087","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568",b3a8e371:"43749",c08d65fc:"43948","1d098224":"44077",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","98d35d14":"45903","25e935c4":"45951","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765","22d92bf3":"47063","0f66ed5f":"47643",e0cfa6fb:"48098","93e59a16":"48110","6abe350e":"48190","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308","244eac16":"51645","0131ba20":"51791","54b2a591":"51800","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891","2999c86a":"53036",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870","1dea1673":"54357",f5272822:"54727","075bf599":"54784","8daf2cfc":"54838",ca3ac135:"55067","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",abd6c138:"56173",bd9c2ce3:"56176","3e76e7e2":"56333",ca87bd6e:"56601",a6514927:"56672","9e33764b":"56802","9eea1548":"56809","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","649b7061":"57618","1dcb712d":"57813","33daa5c8":"57871","5c9ba668":"57949",c0bd6a4b:"58133","1394ac74":"58241",e5e048c5:"58250","64a11ff0":"58356",e59213c0:"58465",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","813c57df":"58946","5603f239":"58969","79b08c73":"59140",a3542ba4:"59295","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126",e7752ddb:"60491",a649354c:"60912","3951a3d5":"61056",fafbe599:"61076",dbbae471:"61145","53ba98a8":"61408",d872d333:"61601","3dbf3764":"61674",a4a95510:"61895","617e9601":"61980",d6e66bbb:"62092","333ae3de":"62112","1a4e3797":"62138","532b25e9":"62242","6069883e":"62270","5df7ef96":"62809","8d20ce23":"62948",b9d8091f:"63184","66a5fdbd":"63285","52e54cbf":"63551",debcf1ca:"63588",bd0b3be5:"64078",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","58a729ec":"64727","63d0f0e0":"64915","7c4de6ae":"65038","0976f607":"65150","1c9209f4":"65429",f14a91aa:"65441",a008f403:"65473","9f72f8ad":"65672","02b8ff39":"65867","21fffddb":"65880","1f391b9e":"66061","3484cec4":"66115","3c15e784":"66303","26c8b3d3":"66324","34ee1a85":"66359",c512952f:"66564",a7bd4aaa:"67098",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",b5b50fa2:"68576",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166","5adad896":"69349",a65edd96:"69465","3bfb82cf":"69977",ead72281:"69999",bff0400e:"70180",fb133e19:"70273",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013",e15bcb33:"71453",aa392378:"71457","32947c92":"71560","1fec1075":"72405",bce28ad4:"72406",b027356b:"72420","4c517393":"72780",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a8913000:"73195",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","9ce8caa5":"74118","9aa2d1d3":"74146","27e1f4b3":"74259","719705af":"74287","6a4d9186":"74356","5877df2d":"74618","23b73747":"74838","6a858f16":"75102",c2467954:"75397",c9bc13ce:"75566","9a6d52da":"75751",cd78c8cb:"75853",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201",b198df35:"78425",dc8253a3:"78678",d84189a7:"78763",a94703ab:"79048","8bc280ca":"79050","5345c07d":"79322","6175b9e3":"79323",f00baad2:"79767","9707d709":"79798","17c79707":"79862","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","26b9516c":"80551","62e81aa6":"80567",c1be4069:"80715",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","91fda863":"81517","1a38f637":"81542","3f50cac0":"81618","3619f683":"81745","39455ce1":"81848",efa2f5a1:"81874",ed701816:"82175","392e1a00":"82206","5eab74b1":"82362",cf5a4cff:"82413","5b270591":"82432","3259ac92":"82495",df6ab4bc:"82669",d643cbaf:"82756","47b8b18c":"82862","0b0ea5f1":"83045",b56a9dad:"83371","48c9bcee":"83416",e36c389f:"83430","6561ff8a":"83486","8f69be8c":"83510","31c3b644":"83553","2432bf2e":"83593","4293d558":"83683","1e32b83f":"84795","4e1badf8":"84838","2acaeb1a":"84927","481cf853":"84933",e8b823ec:"85103",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048",f3be527a:"86164","04f00c7c":"86260","00aed75b":"86547","5e906dfd":"86618",fc9493b5:"86650","0a87ba36":"86673","2768bd3e":"86898",e6aabe98:"87392","0734b534":"87683","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542",e3883bac:"88852","04f5229b":"89173","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760","1f466884":"89838","2a3c922d":"89845","506691da":"89907","34003c72":"89983",bd59b609:"90046","8627d2ff":"90302",e42b3d9d:"90310",cbc12d17:"90442","6db854fa":"90455",ed0bdba3:"91136","477a37df":"91164","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052",aa2738c3:"92307",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","055b225f":"92802","8e7559bb":"93120","42e8cbb3":"93124",c3efefe4:"93474",e91b02be:"93637",a252b33f:"93669","352379af":"93799","850ece50":"93936","0fe0ccc7":"93978","4171ae7f":"94075","8a4daa3b":"94155","872379cf":"94246",efe1d13a:"94433","1df0bf2a":"94485","9746ca7b":"94526","6f0123ef":"94530","2308dcf3":"94852","8ac907f8":"94979","8e1bf126":"95016",a3304b48:"95080","4356428f":"95105","5bd52431":"95309",f3634bd2:"95315",e30960a7:"95316","8c6b97bf":"95328","74f9148b":"95392","026b0f1d":"95520",d8aa108f:"95656","4677217b":"95843","648a3482":"95851","15659d54":"95966","30fe064f":"96321","6540f7c7":"96443","2fbebc4d":"96529","70f17b6a":"96553","559ca816":"96751","58fe75b9":"96848","47d3ce37":"97185","1094d3ac":"97220","259c64e2":"97239","9754eb65":"97446",e6f1bbf8:"97555","432ba8c0":"97642","2e7b1ecd":"97692","4be882fd":"97766","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206",ec7ac759:"98291","935f2afb":"98581","62cdd780":"98601",d248ca85:"98808","794b0494":"99222",cb5e20e2:"99377","9e98946b":"99441","751b68b4":"99746","82d2d99a":"99784","8a6e3c59":"99917"}[e]||e,r.p+r.u(e)},(()=>{var e={45354:0,71869:0};r.f.j=(b,a)=>{var f=r.o(e,b)?e[b]:void 0;if(0!==f)if(f)a.push(f[2]);else if(/^(45354|71869)$/.test(b))e[b]=0;else{var c=new Promise(((a,c)=>f=e[b]=[a,c]));a.push(f[2]=c);var d=r.p+r.u(b),t=new Error;r.l(d,(a=>{if(r.o(e,b)&&(0!==(f=e[b])&&(e[b]=void 0),f)){var c=a&&("load"===a.type?"missing":a.type),d=a&&a.target&&a.target.src;t.message="Loading chunk "+b+" failed.\n("+c+": "+d+")",t.name="ChunkLoadError",t.type=c,t.request=d,f[1](t)}}),"chunk-"+b,b)}},r.O.j=b=>0===e[b];var b=(b,a)=>{var f,c,d=a[0],t=a[1],o=a[2],n=0;if(d.some((b=>0!==e[b]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var i=o(r)}for(b&&b(a);n{"use strict";var e,b,a,f,c,d={},t={};function r(e){var b=t[e];if(void 0!==b)return b.exports;var a=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(a.exports,a,a.exports,r),a.loaded=!0,a.exports}r.m=d,r.c=t,e=[],r.O=(b,a,f,c)=>{if(!a){var d=1/0;for(i=0;i=c)&&Object.keys(r.O).every((e=>r.O[e](a[o])))?a.splice(o--,1):(t=!1,c0&&e[i-1][2]>c;i--)e[i]=e[i-1];e[i]=[a,f,c]},r.n=e=>{var b=e&&e.__esModule?()=>e.default:()=>e;return r.d(b,{a:b}),b},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var c=Object.create(null);r.r(c);var d={};b=b||[null,a({}),a([]),a(a)];for(var t=2&f&&e;"object"==typeof t&&!~b.indexOf(t);t=a(t))Object.getOwnPropertyNames(t).forEach((b=>d[b]=()=>e[b]));return d.default=()=>e,r.d(c,d),c},r.d=(e,b)=>{for(var a in b)r.o(b,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:b[a]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((b,a)=>(r.f[a](e,b),b)),[])),r.u=e=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",1038:"d16572ac",1316:"22290b7c",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2647:"dcb5266f",2652:"da84cc0d",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3299:"89522323",3302:"c8855521",3640:"1626930f",3735:"da4a45a6",3926:"97ff1006",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4736:"89cbeac6",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5148:"5d738820",5415:"01627567",5715:"a5b5dcea",5874:"f8b6f1ce",5879:"fa702acd",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6255:"86bd704e",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",6988:"53d6c163",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",7727:"08958cc8",8248:"90571119",8250:"e897f185",8387:"6187a22c",8641:"3683234c",8682:"28f896bb",8711:"b534254a",8725:"3384d06b",8765:"5c9389cb",8853:"341034ab",8919:"7ce1a762",8960:"31bb26c2",9045:"54213aa1",9197:"f7f2e981",9362:"4c43497a",9371:"3b084a86",9508:"8fce5129",9591:"57d3a897",9647:"5e95c892",9669:"e80a80ce",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10325:"197162c9",10394:"7d04a98b",10467:"3cbcee45",10571:"3dd193dd",10783:"203393bb",10836:"5188416b",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11384:"66d67008",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12726:"c95b781b",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13208:"8f3eca0e",13299:"5a396677",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14162:"0b0c644f",14338:"65d34724",14602:"28164c5f",14774:"a521008d",15306:"0f214f11",15327:"d69b5ce4",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16192:"b8d9badc",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17369:"c52cb584",17657:"30b0614b",17785:"be46464e",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18265:"660f1f01",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18578:"de4cf88e",18827:"5d439d21",19109:"08b63e68",19293:"7ea12187",19393:"fea909d2",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",20118:"f9faa05a",20329:"26eafd15",20389:"2457c0ef",20515:"94abfae6",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21672:"4fd3fe56",22152:"65e91a71",22343:"fa9bdbac",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",23014:"0565d9f4",23016:"d063fe9f",23075:"b8a75ff1",23115:"85ff2641",23626:"098cffed",23714:"0203cbc2",23819:"5cf764b1",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24944:"e718b7e6",25042:"acc1e0c7",25207:"3d7f4be7",25263:"b6a19a2b",25308:"aa222e6d",25391:"121a060a",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",25892:"d3377450",26021:"5a3f9071",26091:"fadff26c",26112:"6dd3a2f1",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26328:"fc3648c4",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27467:"1514c2db",27504:"b06b747e",27683:"c3b79105",27826:"c9dad6db",28079:"52045c4e",28104:"92cca7ce",28107:"174d46b8",28112:"0810aeb4",28153:"988211ef",28268:"add37b26",28564:"8199a7c1",28768:"c452b0b7",28922:"203f692a",29571:"67158670",29853:"02ad889d",29976:"e9498790",30079:"cd8a45a6",30090:"45af7cbe",30204:"621f1fa8",30563:"cc3eb85c",30749:"2c019423",31087:"830bde22",31245:"c65b3d63",31255:"8d971cbb",31412:"4bbb5eb1",31425:"6c36aa60",31492:"fb0baf48",31609:"529f7014",31669:"8ad1c52d",31836:"2dc84aaf",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32287:"15d1a8b2",32470:"e50d8128",32477:"f82ec024",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33478:"1f445f4e",33523:"3d1791fa",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",33811:"7fc5f702",33871:"a6e9442a",33936:"13cf577a",34062:"1f87d76b",34128:"3110a528",34221:"cd9d94be",34412:"df632275",34463:"db881351",34473:"b9526204",34654:"024f5110",34786:"0448914c",34857:"6dc7dc4a",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35401:"8e403b22",35581:"d28f8723",36154:"09920c24",36253:"83debc9b",36347:"1072df95",36597:"13f68f62",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37690:"96345a43",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38090:"77816f9e",38600:"a633adf5",38613:"98952d49",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",39013:"08ea7f98",39038:"6388662f",39078:"92667337",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",40081:"f769181d",40249:"72207194",40523:"7c3e0a90",40570:"4ff49acf",40683:"925455b6",40742:"b695efd2",40802:"2b4143dc",40844:"915fdef3",40905:"b0f84f31",41229:"2f7b0683",41399:"2757bf0a",41576:"00a17dd8",41880:"e74fe2a7",42018:"278ee235",42183:"0b9e986a",42389:"93c6800a",42420:"ac710fda",42656:"45a2a32a",42683:"c928173c",42839:"15abff36",42856:"33aa855a",43087:"6d78f76d",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",43749:"b3a8e371",43948:"c08d65fc",44077:"1d098224",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45903:"98d35d14",45951:"25e935c4",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",47063:"22d92bf3",47643:"0f66ed5f",48098:"e0cfa6fb",48110:"93e59a16",48190:"6abe350e",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53036:"2999c86a",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",54357:"1dea1673",54727:"f5272822",54784:"075bf599",54838:"8daf2cfc",55067:"ca3ac135",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56173:"abd6c138",56176:"bd9c2ce3",56333:"3e76e7e2",56601:"ca87bd6e",56672:"a6514927",56802:"9e33764b",56809:"9eea1548",57346:"548f5e59",57387:"be7a0dbe",57426:"b9bde1e9",57618:"649b7061",57813:"1dcb712d",57871:"33daa5c8",57949:"5c9ba668",58133:"c0bd6a4b",58241:"1394ac74",58250:"e5e048c5",58356:"64a11ff0",58465:"e59213c0",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58946:"813c57df",58969:"5603f239",59140:"79b08c73",59295:"a3542ba4",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60491:"e7752ddb",60912:"a649354c",61056:"3951a3d5",61076:"fafbe599",61145:"dbbae471",61408:"53ba98a8",61601:"d872d333",61674:"3dbf3764",61895:"a4a95510",61980:"617e9601",62092:"d6e66bbb",62112:"333ae3de",62138:"1a4e3797",62242:"532b25e9",62270:"6069883e",62809:"5df7ef96",62948:"8d20ce23",63184:"b9d8091f",63285:"66a5fdbd",63551:"52e54cbf",63588:"debcf1ca",63625:"25778245",64078:"bd0b3be5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64727:"58a729ec",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65150:"0976f607",65429:"1c9209f4",65441:"f14a91aa",65473:"a008f403",65672:"9f72f8ad",65867:"02b8ff39",65880:"21fffddb",66061:"1f391b9e",66115:"3484cec4",66303:"3c15e784",66324:"26c8b3d3",66359:"34ee1a85",66564:"c512952f",67098:"a7bd4aaa",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68576:"b5b50fa2",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69349:"5adad896",69465:"a65edd96",69977:"3bfb82cf",69999:"ead72281",70180:"bff0400e",70273:"fb133e19",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71453:"e15bcb33",71457:"aa392378",71560:"32947c92",72405:"1fec1075",72406:"bce28ad4",72420:"b027356b",72780:"4c517393",72903:"fd3398f1",72913:"0b7eabf3",72982:"2e1bbbbe",73171:"07de990d",73195:"a8913000",73204:"57176175",73235:"a2c14f61",73509:"c56532b8",73607:"579c441c",74118:"9ce8caa5",74146:"9aa2d1d3",74259:"27e1f4b3",74287:"719705af",74356:"6a4d9186",74618:"5877df2d",74838:"23b73747",75102:"6a858f16",75397:"c2467954",75566:"c9bc13ce",75751:"9a6d52da",75780:"84555378",75853:"cd78c8cb",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78425:"b198df35",78678:"dc8253a3",78763:"d84189a7",79048:"a94703ab",79050:"8bc280ca",79322:"5345c07d",79323:"6175b9e3",79767:"f00baad2",79798:"9707d709",79862:"17c79707",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80551:"26b9516c",80567:"62e81aa6",80715:"c1be4069",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81517:"91fda863",81542:"1a38f637",81618:"3f50cac0",81745:"3619f683",81848:"39455ce1",81874:"efa2f5a1",82175:"ed701816",82206:"392e1a00",82362:"5eab74b1",82413:"cf5a4cff",82432:"5b270591",82495:"3259ac92",82669:"df6ab4bc",82756:"d643cbaf",82862:"47b8b18c",83045:"0b0ea5f1",83371:"b56a9dad",83379:"66527541",83416:"48c9bcee",83430:"e36c389f",83486:"6561ff8a",83510:"8f69be8c",83553:"31c3b644",83593:"2432bf2e",83683:"4293d558",84795:"1e32b83f",84838:"4e1badf8",84927:"2acaeb1a",84933:"481cf853",85103:"e8b823ec",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86164:"f3be527a",86260:"04f00c7c",86547:"00aed75b",86618:"5e906dfd",86650:"fc9493b5",86673:"0a87ba36",86898:"2768bd3e",87392:"e6aabe98",87683:"0734b534",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88852:"e3883bac",89173:"04f5229b",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89983:"34003c72",90046:"bd59b609",90302:"8627d2ff",90310:"e42b3d9d",90442:"cbc12d17",90455:"6db854fa",91136:"ed0bdba3",91164:"477a37df",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92307:"aa2738c3",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",92802:"055b225f",93120:"8e7559bb",93124:"42e8cbb3",93474:"c3efefe4",93637:"e91b02be",93669:"a252b33f",93799:"352379af",93936:"850ece50",93978:"0fe0ccc7",94075:"4171ae7f",94155:"8a4daa3b",94246:"872379cf",94433:"efe1d13a",94485:"1df0bf2a",94526:"9746ca7b",94530:"6f0123ef",94852:"2308dcf3",94979:"8ac907f8",95016:"8e1bf126",95080:"a3304b48",95105:"4356428f",95309:"5bd52431",95315:"f3634bd2",95316:"e30960a7",95328:"8c6b97bf",95392:"74f9148b",95520:"026b0f1d",95656:"d8aa108f",95843:"4677217b",95851:"648a3482",95966:"15659d54",96321:"30fe064f",96443:"6540f7c7",96529:"2fbebc4d",96553:"70f17b6a",96751:"559ca816",96848:"58fe75b9",97185:"47d3ce37",97220:"1094d3ac",97239:"259c64e2",97446:"9754eb65",97555:"e6f1bbf8",97642:"432ba8c0",97692:"2e7b1ecd",97766:"4be882fd",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98291:"ec7ac759",98581:"935f2afb",98601:"62cdd780",98808:"d248ca85",99222:"794b0494",99377:"cb5e20e2",99441:"9e98946b",99746:"751b68b4",99784:"82d2d99a",99917:"8a6e3c59"}[e]||e)+"."+{15:"5a4c8853",36:"9d3fb395",353:"5377980a",359:"3866b417",536:"c5874d41",1038:"bcb42e2c",1316:"e95dbe8d",2075:"a81ae20f",2123:"1cd0f5a7",2450:"06490107",2647:"3b7810c2",2652:"514fb0f2",2932:"511f0228",2960:"bbc91bcd",3210:"17359c8b",3233:"4f6b9baa",3262:"5233df3a",3299:"a43c0931",3302:"80a10138",3640:"d2c67571",3735:"4ee5b9f4",3926:"7f667f06",4047:"29fdbd7a",4105:"af204dfd",4113:"abecc939",4432:"c72e9f21",4736:"6d08f9a0",4886:"f0499039",4946:"01542bc0",5005:"58b1df97",5148:"0c3a26f0",5415:"dfdf64e0",5715:"a7fe51b4",5874:"2ea0044f",5879:"25511d98",5886:"30239bb7",6149:"f24564f6",6182:"fe0898b0",6249:"8996c919",6255:"74224db3",6368:"3790aef0",6428:"ad8041fa",6507:"22054a01",6524:"7accbf49",6595:"28d10394",6669:"63daa4da",6988:"ab3e06cd",7180:"99c9ef39",7202:"45b065e3",7292:"31922f45",7402:"f0836343",7420:"d16f8428",7545:"17e51b46",7727:"36dae34f",8248:"f5155aae",8250:"814b2953",8387:"e71415b2",8641:"d23bfbc8",8682:"389785e0",8711:"96c4a535",8725:"1211983d",8765:"ac41f758",8853:"2f6f299b",8919:"09c78370",8960:"aa087df0",9045:"b229978d",9197:"3350dd54",9362:"492ebe4e",9371:"38589bfe",9508:"25198bc4",9591:"438f805f",9647:"6546dd97",9669:"97d81816",9763:"13e66a77",9768:"a7cbe9d6",9790:"34b32919",9895:"010e53d0",10325:"5cf3a045",10394:"d39575ac",10467:"82906042",10571:"ce72f903",10783:"c166a38a",10836:"f5d98488",10853:"3b0bc1db",11157:"2dde3040",11200:"ed2198a4",11384:"9f5ed678",11429:"ebcf4fa5",11506:"157ca10d",11866:"4425e44f",11969:"e15634f6",12031:"313e15a2",12032:"66ecc8ea",12515:"2f0b2ea0",12646:"f90729e5",12726:"21ed4220",12791:"016fe099",13021:"ed0d68d1",13089:"21a1672f",13208:"97d77d93",13299:"56f0c0b8",13843:"b2fcd193",13940:"7dc840d0",14140:"3e99dc47",14162:"e63e625d",14338:"e47e89bd",14602:"6556dcde",14774:"40666241",15306:"3d7f5527",15327:"1e5b4514",15889:"0dd04770",15929:"eca05f99",16061:"021fec46",16081:"d7a575ea",16192:"1325928d",16248:"c944c510",16308:"dd5e7c4e",16325:"30063e5d",16337:"d877fc5f",16341:"9f36a902",16626:"fa5a129b",16789:"90bf7b29",16939:"f454482b",16949:"f8138db0",17303:"12c5af9f",17369:"de1ed05e",17657:"ae6f3a43",17785:"19513e83",18119:"0b634ce9",18122:"232ec2fc",18181:"d0c6f754",18265:"1bc3b1c0",18340:"1435ffb3",18401:"3486e015",18500:"1a5849ab",18578:"66b71bb0",18827:"b18e9496",19109:"7fbf5188",19293:"924933ca",19393:"9f21d273",19411:"fc0f9da3",19662:"85d76069",19699:"e4a897df",20004:"04ab9f71",20118:"a4e9f651",20329:"08cb55d8",20389:"832d24b0",20515:"f0c249d3",21187:"046a31d9",21559:"e52c3929",21600:"965609b7",21672:"c8f64428",22152:"1fd94ae1",22343:"777ce362",22408:"bb1d4f74",22442:"3e70e8a0",22483:"a57529b4",22600:"b2725a0c",22773:"b2fffaba",22819:"a5070b63",23014:"dd064278",23016:"5159448b",23075:"40bff4b6",23115:"d8808d0f",23626:"daeabee7",23714:"c7b4f997",23819:"5e799e8c",23907:"e18457cc",24045:"f895071c",24165:"e851a56b",24288:"2c18e2c5",24451:"9f3ba32e",24616:"9ef83aca",24697:"96149203",24944:"153f6ed3",25042:"b2e9aa9e",25207:"2715348b",25263:"ad04b75b",25308:"fb009d75",25391:"6504a3a4",25661:"0c4a2572",25729:"87901e4d",25871:"cd2abd7b",25892:"39750882",26021:"6f2911fa",26091:"d82acefa",26112:"9adc1bad",26133:"45d15565",26152:"88d6254c",26155:"ad196edd",26328:"d1c95956",26480:"5698d302",26592:"8cffca5d",27029:"87468003",27083:"26b63004",27467:"7e5d22d0",27504:"bdf89f82",27683:"09bce8e5",27826:"a79e129c",28079:"8bc27211",28104:"dba4dfc9",28107:"b182110e",28112:"0ceb896f",28153:"878e3fb5",28268:"4c91738a",28564:"08728937",28768:"f15bb6da",28922:"52716122",29571:"43c6bf2e",29853:"dca07ca3",29976:"f124f04c",30079:"db410a26",30090:"6bb3acc4",30204:"993fdd52",30563:"e71e42f4",30749:"6afa4dde",31087:"60fcd53e",31245:"babdc2af",31255:"0b96408e",31412:"49e78db0",31425:"a41716dd",31492:"32238c9a",31609:"203a75cd",31669:"fff5c4d3",31836:"a495f64d",31872:"dcd8e3b5",32102:"da3aeb1e",32131:"f5d385dd",32209:"046f49d2",32272:"f3743065",32287:"f03551f5",32470:"4e713fca",32477:"a63e1db8",32861:"61976afa",32961:"cda599bb",32968:"50344f25",33070:"3c7585ab",33109:"4e91792a",33214:"94c95c51",33261:"f8152fcf",33270:"5a8f6501",33386:"fd9903d5",33478:"2a8d33c3",33523:"0f65d685",33706:"760dfe58",33707:"e73e9c4d",33748:"a310c70b",33811:"44fb50ce",33871:"0438330d",33936:"122c037b",34062:"feee2702",34128:"79e8bd4a",34221:"34a376ce",34412:"a522a890",34463:"c075a455",34473:"3b257f04",34654:"66a382cb",34786:"c1dd0f12",34857:"473088c3",34870:"c19d6364",35160:"8b3de352",35173:"a0b8c7e5",35230:"27dba143",35401:"14211fbf",35581:"8938c37d",36154:"e88011fa",36253:"7d3bb8bc",36347:"0c95d414",36597:"161c4b49",36598:"47281b64",36645:"91ef311f",36814:"4add2787",36852:"2b06e87d",37310:"9f6a2794",37404:"47f306cf",37571:"54b988da",37586:"4db7700c",37681:"182a92bd",37690:"eaf20de6",37726:"eb640b36",37802:"03198d93",37974:"81c1129f",38090:"7b415347",38600:"f57ae988",38613:"b9470b9b",38620:"d3ac9046",38622:"5cacd5cb",38634:"d6911f6a",39013:"bc3e54e1",39038:"93abec79",39078:"2b997ce3",39221:"c323b2d6",39545:"3da08c29",39561:"b58d6d4f",39667:"34a01fb7",40081:"c39ebe7a",40249:"8edad9de",40523:"774bc312",40570:"42661218",40683:"5a49b3b3",40742:"bddddcc3",40802:"d5d082e3",40844:"934e59d1",40905:"d7ebf799",41229:"c7f60265",41399:"c86470dc",41576:"094c62f7",41880:"1cbf7e77",42018:"e9d6b94e",42183:"e7f6983b",42389:"07033df1",42420:"99331885",42656:"095b3b8b",42683:"2e62aae6",42839:"b61e6b9a",42856:"3ec1b274",43087:"8f6b9c80",43162:"2ba339d1",43169:"cddfb404",43289:"f4e81dd8",43514:"ec7806eb",43516:"d3b09cd1",43568:"887b4e27",43749:"d400061c",43943:"f6591d25",43948:"f4a1e7e4",44077:"1342c1c1",44556:"16b9aabd",45071:"d7d337d1",45087:"648aefa9",45623:"2ba7ec1a",45681:"1387f9cb",45738:"e919f586",45903:"61cea8cf",45951:"36a7acf1",46001:"8c876c24",46067:"8b206766",46069:"654cda13",46137:"61739e40",46484:"043925e5",46571:"1369e5a1",46765:"90bb14ea",47063:"c32bf918",47643:"da7f728c",48098:"16d42a97",48110:"fb81ebd0",48190:"0564b315",48724:"dc95d88d",48866:"245b73ee",48900:"85234c15",49042:"41049899",49167:"c9313e49",49232:"42817166",49294:"b21a1844",49364:"5d17beff",49409:"28b7e302",49706:"9c4a40d5",50528:"3145d628",50763:"88c901e7",50794:"3d4fcca7",51030:"1700b939",51068:"9e1c07ad",51103:"eeb497a0",51200:"6312ed08",51269:"aff98190",51308:"2b7616f2",51645:"421c5baa",51791:"6f3e9c50",51800:"6fc9f671",52072:"e294f2f0",52140:"e5d9616e",52153:"9936b562",52335:"4c31bb8c",52550:"c105a7c0",52634:"f1881166",52694:"ad350454",52891:"88332a69",53036:"c25206dd",53045:"001371e1",53320:"2c6411c3",53409:"42088890",53416:"48a4e192",53716:"88cc5a48",53754:"19d9adea",53870:"e592706d",54357:"7128cd15",54727:"c5644236",54784:"47404ddb",54838:"12833b3c",55067:"2d3e6036",55286:"935317fb",55380:"da9705c2",55449:"3829b459",55526:"c5a7a776",55570:"e65427ef",55991:"9c7935b4",56107:"c868b9f9",56158:"1de1a8d3",56173:"613454a0",56176:"eff999ac",56333:"f45b5e1c",56601:"4afd7f41",56672:"fa17144e",56802:"5e693cec",56809:"11517324",57346:"5b829857",57387:"eda5e40a",57426:"d9eb81e9",57618:"9a9d8b8c",57813:"05f456c4",57871:"a5e6e7ca",57949:"7b5b608f",58133:"db85b779",58241:"7a55500f",58250:"f6267dc1",58356:"40314a6c",58465:"99bd02bb",58705:"5de3f6c8",58711:"2ba0cc67",58755:"1658c304",58764:"4d757660",58946:"20ee1bc8",58969:"a84611f8",59140:"8eaf3444",59295:"01fd9962",59388:"6502f69e",59449:"d3486a86",59682:"0c54c9f3",59783:"1b06f2b3",59911:"897a0571",59960:"8b588b7f",60042:"8557e541",60043:"bc7d1ef7",60126:"55330b3a",60491:"ca7694cf",60912:"06f64cbf",61056:"18c7814f",61076:"8657dbab",61145:"0de0b66f",61408:"2bcaea52",61601:"85fcbe9e",61674:"76db7a59",61895:"57a65008",61980:"ddddce58",62092:"68e38b41",62112:"49c06c2b",62138:"f04aa94f",62242:"72d37efd",62270:"7078756b",62809:"0ac8d4b2",62948:"4fe25a33",63184:"25be8c13",63285:"21ed8c86",63551:"6e2edf81",63588:"b145c6d4",63625:"0da217ca",64078:"057b4e43",64476:"177a9a7e",64575:"094d1181",64660:"93487afa",64705:"c409c7f6",64727:"97483e51",64818:"41ef45fc",64915:"68b11c5e",65038:"00d8914b",65150:"19d3a8a2",65429:"0937dc77",65441:"ee289052",65473:"4f18a5b0",65672:"85d1206d",65867:"1bd62fa3",65880:"7d2bd2e9",66061:"ef56db89",66115:"27089420",66303:"5b805328",66324:"4cfda1ac",66359:"5291d6c3",66564:"2fc01220",67098:"2310fdee",67148:"84d4b954",67228:"1a892724",67270:"fa4dbf3b",67291:"1b8e291c",67459:"2515af72",67546:"61834224",68047:"4754d9ee",68576:"364c1194",68596:"58a1c771",69061:"210d61d2",69085:"15aa0d74",69166:"7f43ae1a",69349:"987357b5",69465:"29cbeb12",69977:"bab3f656",69999:"66f31393",70180:"3f00e60e",70273:"8ab45821",70294:"dddf839a",70377:"f0f5c665",70699:"b1866e2e",70706:"125de025",70747:"bf951298",70806:"c00eecf0",70860:"c30b4781",70921:"cb0e4cae",70948:"0d7c281e",71013:"9af18522",71453:"883f562e",71457:"c48b9027",71560:"1d976fd6",72405:"df22fb5c",72406:"ffce46bf",72420:"1fccc8f5",72780:"1ad3e33d",72903:"ed171e72",72913:"82fc1d2b",72982:"a7e6d502",73171:"3840ce68",73195:"cb22ca1e",73204:"a820ef96",73235:"52844d3f",73509:"89f11c70",73607:"fb0f2849",74118:"5c9d5589",74146:"5e7f8cfc",74259:"fd9307b6",74287:"e313f0fb",74356:"95b2eece",74618:"799aae52",74838:"9d43e5a3",75102:"5eeaa5e8",75397:"c54a4dc3",75566:"34b7741f",75751:"391ab311",75780:"c59f3847",75853:"0813671b",76047:"fb452f70",76108:"8b5e5c6d",76120:"1ecf4a24",76438:"485dac2b",76635:"5ffae22f",76709:"e1635d85",76786:"8e7515b2",76842:"53e87192",77007:"c0d782fb",77039:"b4738f72",77177:"766a5ee5",77401:"fb8098e9",77494:"1e46b845",77564:"ee811dc6",77630:"9e976706",77671:"e4ac185f",77778:"71e75de8",77993:"1f594987",78023:"22026e60",78187:"10fe25ca",78201:"75b2f492",78425:"edd2f17e",78678:"3914d96f",78763:"d1ce8aa5",79048:"219ce49b",79050:"533c1019",79322:"e37aa104",79323:"af46aa16",79767:"4798e011",79798:"4aef9095",79862:"af6e741f",80047:"5e693631",80097:"f63960b6",80266:"9a8c7797",80551:"0155abe3",80567:"f81bb02f",80715:"3912c01b",81044:"d85a41eb",81073:"89bc3730",81270:"fd34ab20",81367:"099e636b",81516:"1b951c93",81517:"c1fa524e",81542:"ba846158",81618:"f4dfdd5e",81620:"5eeb0bb3",81745:"588ea68c",81848:"5aa932af",81874:"2c087f6c",82175:"33ad5872",82206:"530aad0a",82362:"71721aed",82413:"fdf9adf3",82432:"495b1e37",82495:"3789cc0a",82669:"c887e54d",82756:"f02bae18",82862:"5e181739",83045:"0978e983",83371:"9cb0e2a1",83379:"be6985d0",83416:"0e6f74f0",83430:"32ddcfce",83486:"9e804101",83510:"c2bf7f11",83553:"befea8ab",83593:"9966e68f",83683:"ad6afa6d",83971:"844ece9e",84795:"c9dac3d7",84838:"1c0a8f11",84927:"5aa2d666",84933:"2012c1d5",85103:"0d71730f",85682:"d4326293",85739:"0a37970a",85775:"d545cadd",85812:"4385ea2b",85958:"a3695949",86048:"9d349249",86164:"80c3bb65",86260:"0b62f299",86547:"2676e25c",86618:"428a56b9",86650:"f9dffd51",86673:"c0f83609",86898:"713bdb49",87392:"35affe36",87683:"e22e3d6f",88353:"56cb4a3f",88464:"b93e8173",88542:"440f371e",88852:"20f40c33",89173:"67b9d17a",89732:"8fb22a48",89753:"50c39f8f",89760:"5fb01931",89838:"49c6112b",89845:"321686d9",89907:"7e4d1edb",89983:"36c279f3",90046:"3d808f5b",90302:"9aa6a6ea",90310:"01511a48",90442:"5dec0793",90455:"779c5d25",91136:"539ba270",91164:"a72dbb7a",91416:"9bb5a79f",91467:"1ffa734f",91494:"0c29b5a6",91554:"f016e693",91702:"17eb0298",91857:"0712e1a0",92052:"289a7b73",92307:"6cda55c4",92554:"992c14b6",92747:"d45370cd",92763:"8b985e74",92802:"65f606f7",93120:"299a1c53",93124:"e57f7c3b",93474:"faacee4b",93637:"09c66600",93669:"ca017089",93799:"70ea7f9e",93936:"2c8c7c2c",93978:"2399542c",94075:"d9c636f0",94155:"d85b9f81",94246:"3689176f",94433:"2616a1d8",94485:"ea47c07e",94526:"782a3e33",94530:"a7a66cba",94852:"5905847c",94979:"e452e80d",95016:"757a22e6",95080:"2a8a1698",95105:"d635c91a",95309:"1fcbed53",95315:"154e01f5",95316:"659e5f34",95328:"ef2bc5d7",95392:"12bc6870",95520:"2424eaf9",95656:"ccdbccca",95843:"bdb0480e",95851:"def3668a",95966:"9cb117e2",96321:"dc561000",96443:"f4eaf4fb",96529:"eacfa9b6",96553:"c269352a",96751:"bed8de93",96848:"d9134261",97185:"88880b50",97220:"cb228af3",97239:"ac5efb4b",97446:"272c9335",97555:"f574eb2b",97642:"ef13c6f5",97692:"04643f2f",97766:"b450dcbe",97884:"072a661a",97988:"bb8569f8",98037:"bf50b79f",98206:"8c08998d",98291:"9d28d360",98581:"c0fb39b0",98601:"6fee1eeb",98808:"533da404",99222:"2e271426",99377:"59171dd5",99441:"cac2289d",99746:"62bfd2c6",99784:"db92231d",99917:"bd00635d"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,b)=>Object.prototype.hasOwnProperty.call(e,b),f={},c="website:",r.l=(e,b,a,d)=>{if(f[e])f[e].push(b);else{var t,o;if(void 0!==a)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var c=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),c&&c.forEach((e=>e(a))),b)return b(a)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"18401",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",66527541:"83379",67158670:"29571",70245927:"23907",72207194:"40249",84555378:"75780",89522323:"3299",90571119:"8248",92667337:"39078",96225825:"64818","8102b5ac":"15","19e8550d":"36",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536",d16572ac:"1038","22290b7c":"1316",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",dcb5266f:"2647",da84cc0d:"2652",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","1626930f":"3640",da4a45a6:"3735","97ff1006":"3926",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","89cbeac6":"4736","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005","5d738820":"5148","01627567":"5415",a5b5dcea:"5715",f8b6f1ce:"5874",fa702acd:"5879","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","86bd704e":"6255","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669","53d6c163":"6988",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545","08958cc8":"7727",e897f185:"8250","6187a22c":"8387","3683234c":"8641","28f896bb":"8682",b534254a:"8711","3384d06b":"8725","5c9389cb":"8765","341034ab":"8853","7ce1a762":"8919","31bb26c2":"8960","54213aa1":"9045",f7f2e981:"9197","4c43497a":"9362","3b084a86":"9371","8fce5129":"9508","57d3a897":"9591","5e95c892":"9647",e80a80ce:"9669","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895","197162c9":"10325","7d04a98b":"10394","3cbcee45":"10467","3dd193dd":"10571","203393bb":"10783","5188416b":"10836",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","66d67008":"11384","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",c95b781b:"12726",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","8f3eca0e":"13208","5a396677":"13299","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","0b0c644f":"14162","65d34724":"14338","28164c5f":"14602",a521008d:"14774","0f214f11":"15306",d69b5ce4:"15327",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081",b8d9badc:"16192","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",c52cb584:"17369","30b0614b":"17657",be46464e:"17785","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181","660f1f01":"18265",c1d1596b:"18340","5652c446":"18500",de4cf88e:"18578","5d439d21":"18827","08b63e68":"19109","7ea12187":"19293",fea909d2:"19393","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699",f9faa05a:"20118","26eafd15":"20329","2457c0ef":"20389","94abfae6":"20515",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","4fd3fe56":"21672","65e91a71":"22152",fa9bdbac:"22343",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819","0565d9f4":"23014",d063fe9f:"23016",b8a75ff1:"23075","85ff2641":"23115","098cffed":"23626","0203cbc2":"23714","5cf764b1":"23819",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697",e718b7e6:"24944",acc1e0c7:"25042","3d7f4be7":"25207",b6a19a2b:"25263",aa222e6d:"25308","121a060a":"25391","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871",d3377450:"25892","5a3f9071":"26021",fadff26c:"26091","6dd3a2f1":"26112",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",fc3648c4:"26328",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083","1514c2db":"27467",b06b747e:"27504",c3b79105:"27683",c9dad6db:"27826","52045c4e":"28079","92cca7ce":"28104","174d46b8":"28107","0810aeb4":"28112","988211ef":"28153",add37b26:"28268","8199a7c1":"28564",c452b0b7:"28768","203f692a":"28922","02ad889d":"29853",e9498790:"29976",cd8a45a6:"30079","45af7cbe":"30090","621f1fa8":"30204",cc3eb85c:"30563","2c019423":"30749","830bde22":"31087",c65b3d63:"31245","8d971cbb":"31255","4bbb5eb1":"31412","6c36aa60":"31425",fb0baf48:"31492","529f7014":"31609","8ad1c52d":"31669","2dc84aaf":"31836","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","15d1a8b2":"32287",e50d8128:"32470",f82ec024:"32477","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","1f445f4e":"33478","3d1791fa":"33523",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","7fc5f702":"33811",a6e9442a:"33871","13cf577a":"33936","1f87d76b":"34062","3110a528":"34128",cd9d94be:"34221",df632275:"34412",db881351:"34463",b9526204:"34473","024f5110":"34654","0448914c":"34786","6dc7dc4a":"34857",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230","8e403b22":"35401",d28f8723:"35581","09920c24":"36154","83debc9b":"36253","1072df95":"36347","13f68f62":"36597","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","96345a43":"37690","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","77816f9e":"38090",a633adf5:"38600","98952d49":"38613","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667",f769181d:"40081","7c3e0a90":"40523","4ff49acf":"40570","925455b6":"40683",b695efd2:"40742","2b4143dc":"40802","915fdef3":"40844",b0f84f31:"40905","2f7b0683":"41229","2757bf0a":"41399","00a17dd8":"41576",e74fe2a7:"41880","278ee235":"42018","0b9e986a":"42183","93c6800a":"42389",ac710fda:"42420","45a2a32a":"42656",c928173c:"42683","15abff36":"42839","33aa855a":"42856","6d78f76d":"43087","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568",b3a8e371:"43749",c08d65fc:"43948","1d098224":"44077",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","98d35d14":"45903","25e935c4":"45951","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765","22d92bf3":"47063","0f66ed5f":"47643",e0cfa6fb:"48098","93e59a16":"48110","6abe350e":"48190","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308","244eac16":"51645","0131ba20":"51791","54b2a591":"51800","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891","2999c86a":"53036",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870","1dea1673":"54357",f5272822:"54727","075bf599":"54784","8daf2cfc":"54838",ca3ac135:"55067","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",abd6c138:"56173",bd9c2ce3:"56176","3e76e7e2":"56333",ca87bd6e:"56601",a6514927:"56672","9e33764b":"56802","9eea1548":"56809","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","649b7061":"57618","1dcb712d":"57813","33daa5c8":"57871","5c9ba668":"57949",c0bd6a4b:"58133","1394ac74":"58241",e5e048c5:"58250","64a11ff0":"58356",e59213c0:"58465",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","813c57df":"58946","5603f239":"58969","79b08c73":"59140",a3542ba4:"59295","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126",e7752ddb:"60491",a649354c:"60912","3951a3d5":"61056",fafbe599:"61076",dbbae471:"61145","53ba98a8":"61408",d872d333:"61601","3dbf3764":"61674",a4a95510:"61895","617e9601":"61980",d6e66bbb:"62092","333ae3de":"62112","1a4e3797":"62138","532b25e9":"62242","6069883e":"62270","5df7ef96":"62809","8d20ce23":"62948",b9d8091f:"63184","66a5fdbd":"63285","52e54cbf":"63551",debcf1ca:"63588",bd0b3be5:"64078",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","58a729ec":"64727","63d0f0e0":"64915","7c4de6ae":"65038","0976f607":"65150","1c9209f4":"65429",f14a91aa:"65441",a008f403:"65473","9f72f8ad":"65672","02b8ff39":"65867","21fffddb":"65880","1f391b9e":"66061","3484cec4":"66115","3c15e784":"66303","26c8b3d3":"66324","34ee1a85":"66359",c512952f:"66564",a7bd4aaa:"67098",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",b5b50fa2:"68576",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166","5adad896":"69349",a65edd96:"69465","3bfb82cf":"69977",ead72281:"69999",bff0400e:"70180",fb133e19:"70273",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013",e15bcb33:"71453",aa392378:"71457","32947c92":"71560","1fec1075":"72405",bce28ad4:"72406",b027356b:"72420","4c517393":"72780",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a8913000:"73195",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","9ce8caa5":"74118","9aa2d1d3":"74146","27e1f4b3":"74259","719705af":"74287","6a4d9186":"74356","5877df2d":"74618","23b73747":"74838","6a858f16":"75102",c2467954:"75397",c9bc13ce:"75566","9a6d52da":"75751",cd78c8cb:"75853",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201",b198df35:"78425",dc8253a3:"78678",d84189a7:"78763",a94703ab:"79048","8bc280ca":"79050","5345c07d":"79322","6175b9e3":"79323",f00baad2:"79767","9707d709":"79798","17c79707":"79862","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","26b9516c":"80551","62e81aa6":"80567",c1be4069:"80715",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","91fda863":"81517","1a38f637":"81542","3f50cac0":"81618","3619f683":"81745","39455ce1":"81848",efa2f5a1:"81874",ed701816:"82175","392e1a00":"82206","5eab74b1":"82362",cf5a4cff:"82413","5b270591":"82432","3259ac92":"82495",df6ab4bc:"82669",d643cbaf:"82756","47b8b18c":"82862","0b0ea5f1":"83045",b56a9dad:"83371","48c9bcee":"83416",e36c389f:"83430","6561ff8a":"83486","8f69be8c":"83510","31c3b644":"83553","2432bf2e":"83593","4293d558":"83683","1e32b83f":"84795","4e1badf8":"84838","2acaeb1a":"84927","481cf853":"84933",e8b823ec:"85103",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048",f3be527a:"86164","04f00c7c":"86260","00aed75b":"86547","5e906dfd":"86618",fc9493b5:"86650","0a87ba36":"86673","2768bd3e":"86898",e6aabe98:"87392","0734b534":"87683","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542",e3883bac:"88852","04f5229b":"89173","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760","1f466884":"89838","2a3c922d":"89845","506691da":"89907","34003c72":"89983",bd59b609:"90046","8627d2ff":"90302",e42b3d9d:"90310",cbc12d17:"90442","6db854fa":"90455",ed0bdba3:"91136","477a37df":"91164","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052",aa2738c3:"92307",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","055b225f":"92802","8e7559bb":"93120","42e8cbb3":"93124",c3efefe4:"93474",e91b02be:"93637",a252b33f:"93669","352379af":"93799","850ece50":"93936","0fe0ccc7":"93978","4171ae7f":"94075","8a4daa3b":"94155","872379cf":"94246",efe1d13a:"94433","1df0bf2a":"94485","9746ca7b":"94526","6f0123ef":"94530","2308dcf3":"94852","8ac907f8":"94979","8e1bf126":"95016",a3304b48:"95080","4356428f":"95105","5bd52431":"95309",f3634bd2:"95315",e30960a7:"95316","8c6b97bf":"95328","74f9148b":"95392","026b0f1d":"95520",d8aa108f:"95656","4677217b":"95843","648a3482":"95851","15659d54":"95966","30fe064f":"96321","6540f7c7":"96443","2fbebc4d":"96529","70f17b6a":"96553","559ca816":"96751","58fe75b9":"96848","47d3ce37":"97185","1094d3ac":"97220","259c64e2":"97239","9754eb65":"97446",e6f1bbf8:"97555","432ba8c0":"97642","2e7b1ecd":"97692","4be882fd":"97766","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206",ec7ac759:"98291","935f2afb":"98581","62cdd780":"98601",d248ca85:"98808","794b0494":"99222",cb5e20e2:"99377","9e98946b":"99441","751b68b4":"99746","82d2d99a":"99784","8a6e3c59":"99917"}[e]||e,r.p+r.u(e)},(()=>{var e={45354:0,71869:0};r.f.j=(b,a)=>{var f=r.o(e,b)?e[b]:void 0;if(0!==f)if(f)a.push(f[2]);else if(/^(45354|71869)$/.test(b))e[b]=0;else{var c=new Promise(((a,c)=>f=e[b]=[a,c]));a.push(f[2]=c);var d=r.p+r.u(b),t=new Error;r.l(d,(a=>{if(r.o(e,b)&&(0!==(f=e[b])&&(e[b]=void 0),f)){var c=a&&("load"===a.type?"missing":a.type),d=a&&a.target&&a.target.src;t.message="Loading chunk "+b+" failed.\n("+c+": "+d+")",t.name="ChunkLoadError",t.type=c,t.request=d,f[1](t)}}),"chunk-"+b,b)}},r.O.j=b=>0===e[b];var b=(b,a)=>{var f,c,d=a[0],t=a[1],o=a[2],n=0;if(d.some((b=>0!==e[b]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var i=o(r)}for(b&&b(a);n Coding Guidelines | Apache YuniKorn - + diff --git a/community/download/index.html b/community/download/index.html index 1cb63242a42..322951aaa82 100644 --- a/community/download/index.html +++ b/community/download/index.html @@ -4,7 +4,7 @@ Apache YuniKorn | Apache YuniKorn - + diff --git a/community/events/index.html b/community/events/index.html index 208e1a90705..37c5e98ac76 100644 --- a/community/events/index.html +++ b/community/events/index.html @@ -4,7 +4,7 @@ Events | Apache YuniKorn - + diff --git a/community/get_involved/index.html b/community/get_involved/index.html index ba017824744..a39ee12c47f 100644 --- a/community/get_involved/index.html +++ b/community/get_involved/index.html @@ -4,7 +4,7 @@ Get Involved | Apache YuniKorn - + diff --git a/community/how_to_contribute/index.html b/community/how_to_contribute/index.html index 3ae7bcaeb2b..f5f8ed987a2 100644 --- a/community/how_to_contribute/index.html +++ b/community/how_to_contribute/index.html @@ -4,7 +4,7 @@ How To Contribute | Apache YuniKorn - + diff --git a/community/index.html b/community/index.html index 567ec7a9ece..adbfdd91ca9 100644 --- a/community/index.html +++ b/community/index.html @@ -4,7 +4,7 @@ Apache YuniKorn - + diff --git a/community/people/index.html b/community/people/index.html index 7820c75d20c..e01cfaf8f67 100644 --- a/community/people/index.html +++ b/community/people/index.html @@ -4,7 +4,7 @@ Who We Are | Apache YuniKorn - + diff --git a/community/release_procedure/index.html b/community/release_procedure/index.html index 94d8d8ce548..ff40c1241a4 100644 --- a/community/release_procedure/index.html +++ b/community/release_procedure/index.html @@ -4,7 +4,7 @@ Release Procedure | Apache YuniKorn - + diff --git a/community/reporting_issues/index.html b/community/reporting_issues/index.html index c68fe632ec3..768429edfab 100644 --- a/community/reporting_issues/index.html +++ b/community/reporting_issues/index.html @@ -4,7 +4,7 @@ Reporting Issues | Apache YuniKorn - + diff --git a/community/roadmap/index.html b/community/roadmap/index.html index b8c757c4795..c2e62d10e82 100644 --- a/community/roadmap/index.html +++ b/community/roadmap/index.html @@ -4,7 +4,7 @@ Roadmap | Apache YuniKorn - + diff --git a/docs/0.10.0/api/cluster/index.html b/docs/0.10.0/api/cluster/index.html index 4ee0a1389a5..6ba8912b417 100644 --- a/docs/0.10.0/api/cluster/index.html +++ b/docs/0.10.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/0.10.0/api/scheduler/index.html b/docs/0.10.0/api/scheduler/index.html index 2562f9524aa..3fda457ea1b 100644 --- a/docs/0.10.0/api/scheduler/index.html +++ b/docs/0.10.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/0.10.0/api/system/index.html b/docs/0.10.0/api/system/index.html index 7e73335737a..a09cda746bc 100644 --- a/docs/0.10.0/api/system/index.html +++ b/docs/0.10.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/0.10.0/design/architecture/index.html b/docs/0.10.0/design/architecture/index.html index 20b08808f38..10252bfeebf 100644 --- a/docs/0.10.0/design/architecture/index.html +++ b/docs/0.10.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/0.10.0/design/cache_removal/index.html b/docs/0.10.0/design/cache_removal/index.html index 71427babd57..a700ac17da4 100644 --- a/docs/0.10.0/design/cache_removal/index.html +++ b/docs/0.10.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/0.10.0/design/cross_queue_preemption/index.html b/docs/0.10.0/design/cross_queue_preemption/index.html index d838818256b..e1376623e9f 100644 --- a/docs/0.10.0/design/cross_queue_preemption/index.html +++ b/docs/0.10.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.10.0/design/k8shim/index.html b/docs/0.10.0/design/k8shim/index.html index 007772afcc5..fc4a808970e 100644 --- a/docs/0.10.0/design/k8shim/index.html +++ b/docs/0.10.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/0.10.0/design/namespace_resource_quota/index.html b/docs/0.10.0/design/namespace_resource_quota/index.html index 5a7dade8a55..832380880bf 100644 --- a/docs/0.10.0/design/namespace_resource_quota/index.html +++ b/docs/0.10.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.10.0/design/pluggable_app_management/index.html b/docs/0.10.0/design/pluggable_app_management/index.html index f025fa68cc0..f89ce857270 100644 --- a/docs/0.10.0/design/pluggable_app_management/index.html +++ b/docs/0.10.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.10.0/design/predicates/index.html b/docs/0.10.0/design/predicates/index.html index 94ec41d59c9..9741001bd75 100644 --- a/docs/0.10.0/design/predicates/index.html +++ b/docs/0.10.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/0.10.0/design/resilience/index.html b/docs/0.10.0/design/resilience/index.html index 0ec0852f878..08b70efd902 100644 --- a/docs/0.10.0/design/resilience/index.html +++ b/docs/0.10.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.10.0/design/scheduler_configuration/index.html b/docs/0.10.0/design/scheduler_configuration/index.html index 8b393c52f28..b8565bb39a7 100644 --- a/docs/0.10.0/design/scheduler_configuration/index.html +++ b/docs/0.10.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.10.0/design/scheduler_core_design/index.html b/docs/0.10.0/design/scheduler_core_design/index.html index 94ce93f54a7..703201c436b 100644 --- a/docs/0.10.0/design/scheduler_core_design/index.html +++ b/docs/0.10.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/0.10.0/design/scheduler_object_states/index.html b/docs/0.10.0/design/scheduler_object_states/index.html index 5420f246613..d05f0489309 100644 --- a/docs/0.10.0/design/scheduler_object_states/index.html +++ b/docs/0.10.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/0.10.0/design/state_aware_scheduling/index.html b/docs/0.10.0/design/state_aware_scheduling/index.html index e1a3ba2b46a..6caa14edcb5 100644 --- a/docs/0.10.0/design/state_aware_scheduling/index.html +++ b/docs/0.10.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/0.10.0/developer_guide/build/index.html b/docs/0.10.0/developer_guide/build/index.html index 4dd13b268d3..7472479af7e 100644 --- a/docs/0.10.0/developer_guide/build/index.html +++ b/docs/0.10.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/0.10.0/developer_guide/deployment/index.html b/docs/0.10.0/developer_guide/deployment/index.html index d030515b2d0..e36a305844a 100644 --- a/docs/0.10.0/developer_guide/deployment/index.html +++ b/docs/0.10.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/0.10.0/developer_guide/env_setup/index.html b/docs/0.10.0/developer_guide/env_setup/index.html index 0f9bf30d40f..06dddf29932 100644 --- a/docs/0.10.0/developer_guide/env_setup/index.html +++ b/docs/0.10.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/0.10.0/developer_guide/openshift_development/index.html b/docs/0.10.0/developer_guide/openshift_development/index.html index 830713f1e31..89dca363883 100644 --- a/docs/0.10.0/developer_guide/openshift_development/index.html +++ b/docs/0.10.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/0.10.0/get_started/core_features/index.html b/docs/0.10.0/get_started/core_features/index.html index b318b15b471..78599d513b7 100644 --- a/docs/0.10.0/get_started/core_features/index.html +++ b/docs/0.10.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/0.10.0/index.html b/docs/0.10.0/index.html index ec5960d6322..5ea1e56798a 100644 --- a/docs/0.10.0/index.html +++ b/docs/0.10.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html index 460079a2b72..ae0e183b8a7 100644 --- a/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + diff --git a/docs/0.10.0/performance/metrics/index.html b/docs/0.10.0/performance/metrics/index.html index 792e76e3a40..e773ed1b56f 100644 --- a/docs/0.10.0/performance/metrics/index.html +++ b/docs/0.10.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/0.10.0/performance/profiling/index.html b/docs/0.10.0/performance/profiling/index.html index 94c9e6c06cb..f14becebb98 100644 --- a/docs/0.10.0/performance/profiling/index.html +++ b/docs/0.10.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/acls/index.html b/docs/0.10.0/user_guide/acls/index.html index a7b1406c48d..0bb633c8951 100644 --- a/docs/0.10.0/user_guide/acls/index.html +++ b/docs/0.10.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/gang_scheduling/index.html b/docs/0.10.0/user_guide/gang_scheduling/index.html index b24f196b5fb..f1f525849e8 100644 --- a/docs/0.10.0/user_guide/gang_scheduling/index.html +++ b/docs/0.10.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/placement_rules/index.html b/docs/0.10.0/user_guide/placement_rules/index.html index 9b7a8294007..a16c616d97e 100644 --- a/docs/0.10.0/user_guide/placement_rules/index.html +++ b/docs/0.10.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/queue_config/index.html b/docs/0.10.0/user_guide/queue_config/index.html index db32a1cee82..bfd900ad1ae 100644 --- a/docs/0.10.0/user_guide/queue_config/index.html +++ b/docs/0.10.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/resource_quota_management/index.html b/docs/0.10.0/user_guide/resource_quota_management/index.html index 8793f59481f..25890d6f24b 100644 --- a/docs/0.10.0/user_guide/resource_quota_management/index.html +++ b/docs/0.10.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/sorting_policies/index.html b/docs/0.10.0/user_guide/sorting_policies/index.html index 5c91b54a84a..25c272861fa 100644 --- a/docs/0.10.0/user_guide/sorting_policies/index.html +++ b/docs/0.10.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/trouble_shooting/index.html b/docs/0.10.0/user_guide/trouble_shooting/index.html index 1fe4d33b145..3336a634fe2 100644 --- a/docs/0.10.0/user_guide/trouble_shooting/index.html +++ b/docs/0.10.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/workloads/run_flink/index.html b/docs/0.10.0/user_guide/workloads/run_flink/index.html index 095478fe3df..e30ab6c1f0a 100644 --- a/docs/0.10.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.10.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/workloads/run_spark/index.html b/docs/0.10.0/user_guide/workloads/run_spark/index.html index c03e6c3dc61..807832d5241 100644 --- a/docs/0.10.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.10.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/0.10.0/user_guide/workloads/run_tf/index.html b/docs/0.10.0/user_guide/workloads/run_tf/index.html index 862fd4ef21c..5dd16453445 100644 --- a/docs/0.10.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.10.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + diff --git a/docs/0.11.0/api/cluster/index.html b/docs/0.11.0/api/cluster/index.html index 756789f0bff..4664760f66e 100644 --- a/docs/0.11.0/api/cluster/index.html +++ b/docs/0.11.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/0.11.0/api/scheduler/index.html b/docs/0.11.0/api/scheduler/index.html index 6d1dbe01ce5..13720fda6fb 100644 --- a/docs/0.11.0/api/scheduler/index.html +++ b/docs/0.11.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/0.11.0/api/system/index.html b/docs/0.11.0/api/system/index.html index b7981c3f2ac..8b487a651f9 100644 --- a/docs/0.11.0/api/system/index.html +++ b/docs/0.11.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/0.11.0/design/architecture/index.html b/docs/0.11.0/design/architecture/index.html index 75e3aab34f0..0ae03210739 100644 --- a/docs/0.11.0/design/architecture/index.html +++ b/docs/0.11.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/0.11.0/design/cache_removal/index.html b/docs/0.11.0/design/cache_removal/index.html index 66f5116c87a..a9b355fb643 100644 --- a/docs/0.11.0/design/cache_removal/index.html +++ b/docs/0.11.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/0.11.0/design/cross_queue_preemption/index.html b/docs/0.11.0/design/cross_queue_preemption/index.html index 4c370f3812b..714dd62dfb5 100644 --- a/docs/0.11.0/design/cross_queue_preemption/index.html +++ b/docs/0.11.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.11.0/design/gang_scheduling/index.html b/docs/0.11.0/design/gang_scheduling/index.html index d8a41709a15..08929ce65aa 100644 --- a/docs/0.11.0/design/gang_scheduling/index.html +++ b/docs/0.11.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/0.11.0/design/k8shim/index.html b/docs/0.11.0/design/k8shim/index.html index e431b991bb3..4ef9fb71d15 100644 --- a/docs/0.11.0/design/k8shim/index.html +++ b/docs/0.11.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/0.11.0/design/namespace_resource_quota/index.html b/docs/0.11.0/design/namespace_resource_quota/index.html index 252a01996ac..f3ade9c8ea4 100644 --- a/docs/0.11.0/design/namespace_resource_quota/index.html +++ b/docs/0.11.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.11.0/design/pluggable_app_management/index.html b/docs/0.11.0/design/pluggable_app_management/index.html index 7099472f049..f7877b88cd5 100644 --- a/docs/0.11.0/design/pluggable_app_management/index.html +++ b/docs/0.11.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.11.0/design/predicates/index.html b/docs/0.11.0/design/predicates/index.html index d0c2122478f..3bb287a043d 100644 --- a/docs/0.11.0/design/predicates/index.html +++ b/docs/0.11.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/0.11.0/design/resilience/index.html b/docs/0.11.0/design/resilience/index.html index c960e4a342f..be67666115d 100644 --- a/docs/0.11.0/design/resilience/index.html +++ b/docs/0.11.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.11.0/design/scheduler_configuration/index.html b/docs/0.11.0/design/scheduler_configuration/index.html index f66ad08b60b..147e2477993 100644 --- a/docs/0.11.0/design/scheduler_configuration/index.html +++ b/docs/0.11.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.11.0/design/scheduler_core_design/index.html b/docs/0.11.0/design/scheduler_core_design/index.html index c5702b3f204..caece30d8c0 100644 --- a/docs/0.11.0/design/scheduler_core_design/index.html +++ b/docs/0.11.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/0.11.0/design/scheduler_object_states/index.html b/docs/0.11.0/design/scheduler_object_states/index.html index 7bbc266182a..3c4e73649cb 100644 --- a/docs/0.11.0/design/scheduler_object_states/index.html +++ b/docs/0.11.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/0.11.0/design/state_aware_scheduling/index.html b/docs/0.11.0/design/state_aware_scheduling/index.html index a1a55697a89..8cd61968fe3 100644 --- a/docs/0.11.0/design/state_aware_scheduling/index.html +++ b/docs/0.11.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/0.11.0/developer_guide/build/index.html b/docs/0.11.0/developer_guide/build/index.html index 19c696d0afc..d8ecce01ada 100644 --- a/docs/0.11.0/developer_guide/build/index.html +++ b/docs/0.11.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/0.11.0/developer_guide/deployment/index.html b/docs/0.11.0/developer_guide/deployment/index.html index 04bec39554e..aa412658013 100644 --- a/docs/0.11.0/developer_guide/deployment/index.html +++ b/docs/0.11.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/0.11.0/developer_guide/env_setup/index.html b/docs/0.11.0/developer_guide/env_setup/index.html index 0fff4efda47..2267b742f0a 100644 --- a/docs/0.11.0/developer_guide/env_setup/index.html +++ b/docs/0.11.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/0.11.0/developer_guide/openshift_development/index.html b/docs/0.11.0/developer_guide/openshift_development/index.html index 29744421df1..236294e15f9 100644 --- a/docs/0.11.0/developer_guide/openshift_development/index.html +++ b/docs/0.11.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/0.11.0/get_started/core_features/index.html b/docs/0.11.0/get_started/core_features/index.html index d28f60f9c86..db3f5c3d558 100644 --- a/docs/0.11.0/get_started/core_features/index.html +++ b/docs/0.11.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/0.11.0/index.html b/docs/0.11.0/index.html index f128f2ca76a..d02c2c921d1 100644 --- a/docs/0.11.0/index.html +++ b/docs/0.11.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html index 739b69df115..68f958f3a90 100644 --- a/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + diff --git a/docs/0.11.0/performance/metrics/index.html b/docs/0.11.0/performance/metrics/index.html index 160665d05f0..5c7530fc07d 100644 --- a/docs/0.11.0/performance/metrics/index.html +++ b/docs/0.11.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/0.11.0/performance/profiling/index.html b/docs/0.11.0/performance/profiling/index.html index 9acd82d5645..e8f426d5576 100644 --- a/docs/0.11.0/performance/profiling/index.html +++ b/docs/0.11.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/acls/index.html b/docs/0.11.0/user_guide/acls/index.html index 3d08c2babf9..6de7237c5d2 100644 --- a/docs/0.11.0/user_guide/acls/index.html +++ b/docs/0.11.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/gang_scheduling/index.html b/docs/0.11.0/user_guide/gang_scheduling/index.html index 808778d3e84..6d0de40ee79 100644 --- a/docs/0.11.0/user_guide/gang_scheduling/index.html +++ b/docs/0.11.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/placement_rules/index.html b/docs/0.11.0/user_guide/placement_rules/index.html index ad07c33da26..37476cb61d6 100644 --- a/docs/0.11.0/user_guide/placement_rules/index.html +++ b/docs/0.11.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/queue_config/index.html b/docs/0.11.0/user_guide/queue_config/index.html index d267e1b5ff4..9508aa3794f 100644 --- a/docs/0.11.0/user_guide/queue_config/index.html +++ b/docs/0.11.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/resource_quota_management/index.html b/docs/0.11.0/user_guide/resource_quota_management/index.html index 6fbcfaf885d..6cf4a09b9af 100644 --- a/docs/0.11.0/user_guide/resource_quota_management/index.html +++ b/docs/0.11.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/sorting_policies/index.html b/docs/0.11.0/user_guide/sorting_policies/index.html index 049437b7974..7aebd97cd05 100644 --- a/docs/0.11.0/user_guide/sorting_policies/index.html +++ b/docs/0.11.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/trouble_shooting/index.html b/docs/0.11.0/user_guide/trouble_shooting/index.html index 4ad96b97972..bf17913dc43 100644 --- a/docs/0.11.0/user_guide/trouble_shooting/index.html +++ b/docs/0.11.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/usergroup_resolution/index.html b/docs/0.11.0/user_guide/usergroup_resolution/index.html index 39c49b9f15f..2aa4284d3e4 100644 --- a/docs/0.11.0/user_guide/usergroup_resolution/index.html +++ b/docs/0.11.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/workloads/run_flink/index.html b/docs/0.11.0/user_guide/workloads/run_flink/index.html index e8097b0a806..15df0583080 100644 --- a/docs/0.11.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.11.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/workloads/run_spark/index.html b/docs/0.11.0/user_guide/workloads/run_spark/index.html index d7f773f28d7..0d15e75c7b8 100644 --- a/docs/0.11.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.11.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/0.11.0/user_guide/workloads/run_tf/index.html b/docs/0.11.0/user_guide/workloads/run_tf/index.html index c1feeb2a7e4..e2fd5bba57a 100644 --- a/docs/0.11.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.11.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + diff --git a/docs/0.12.1/api/cluster/index.html b/docs/0.12.1/api/cluster/index.html index e5813030216..244be91b0cb 100644 --- a/docs/0.12.1/api/cluster/index.html +++ b/docs/0.12.1/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/0.12.1/api/scheduler/index.html b/docs/0.12.1/api/scheduler/index.html index 9f5bebf86ef..a5d13a7623c 100644 --- a/docs/0.12.1/api/scheduler/index.html +++ b/docs/0.12.1/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/0.12.1/api/system/index.html b/docs/0.12.1/api/system/index.html index e57950e7cea..b188947d603 100644 --- a/docs/0.12.1/api/system/index.html +++ b/docs/0.12.1/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/0.12.1/design/architecture/index.html b/docs/0.12.1/design/architecture/index.html index 55a04a5c026..0599f720a0d 100644 --- a/docs/0.12.1/design/architecture/index.html +++ b/docs/0.12.1/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/0.12.1/design/cache_removal/index.html b/docs/0.12.1/design/cache_removal/index.html index 6b6fc2de4fd..787021d38e9 100644 --- a/docs/0.12.1/design/cache_removal/index.html +++ b/docs/0.12.1/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/0.12.1/design/cross_queue_preemption/index.html b/docs/0.12.1/design/cross_queue_preemption/index.html index 43c845f1ffd..78ebdf14e91 100644 --- a/docs/0.12.1/design/cross_queue_preemption/index.html +++ b/docs/0.12.1/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.12.1/design/gang_scheduling/index.html b/docs/0.12.1/design/gang_scheduling/index.html index 0c56f545f1f..4a2813e71be 100644 --- a/docs/0.12.1/design/gang_scheduling/index.html +++ b/docs/0.12.1/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/0.12.1/design/k8shim/index.html b/docs/0.12.1/design/k8shim/index.html index 542746d4d85..be889e0b499 100644 --- a/docs/0.12.1/design/k8shim/index.html +++ b/docs/0.12.1/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/0.12.1/design/namespace_resource_quota/index.html b/docs/0.12.1/design/namespace_resource_quota/index.html index 27a4bddaa26..7b5deefa804 100644 --- a/docs/0.12.1/design/namespace_resource_quota/index.html +++ b/docs/0.12.1/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.12.1/design/pluggable_app_management/index.html b/docs/0.12.1/design/pluggable_app_management/index.html index 6fe2674d3b7..23aa2943105 100644 --- a/docs/0.12.1/design/pluggable_app_management/index.html +++ b/docs/0.12.1/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.12.1/design/predicates/index.html b/docs/0.12.1/design/predicates/index.html index 45c8fe80e34..c5067dc4bfd 100644 --- a/docs/0.12.1/design/predicates/index.html +++ b/docs/0.12.1/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/0.12.1/design/resilience/index.html b/docs/0.12.1/design/resilience/index.html index caf77f6d6ee..79580a1ad07 100644 --- a/docs/0.12.1/design/resilience/index.html +++ b/docs/0.12.1/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.12.1/design/scheduler_configuration/index.html b/docs/0.12.1/design/scheduler_configuration/index.html index 86d213427b8..34dd38c9bf2 100644 --- a/docs/0.12.1/design/scheduler_configuration/index.html +++ b/docs/0.12.1/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.12.1/design/scheduler_core_design/index.html b/docs/0.12.1/design/scheduler_core_design/index.html index c8110529589..0552612652e 100644 --- a/docs/0.12.1/design/scheduler_core_design/index.html +++ b/docs/0.12.1/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/0.12.1/design/scheduler_object_states/index.html b/docs/0.12.1/design/scheduler_object_states/index.html index 9ce5257182d..e3e83ccc6f4 100644 --- a/docs/0.12.1/design/scheduler_object_states/index.html +++ b/docs/0.12.1/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/0.12.1/design/state_aware_scheduling/index.html b/docs/0.12.1/design/state_aware_scheduling/index.html index 8458804d9b1..528adefbd77 100644 --- a/docs/0.12.1/design/state_aware_scheduling/index.html +++ b/docs/0.12.1/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/0.12.1/developer_guide/build/index.html b/docs/0.12.1/developer_guide/build/index.html index 5cb9448aa95..f7a312f8f70 100644 --- a/docs/0.12.1/developer_guide/build/index.html +++ b/docs/0.12.1/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/0.12.1/developer_guide/deployment/index.html b/docs/0.12.1/developer_guide/deployment/index.html index cf82169be1f..ef01f711032 100644 --- a/docs/0.12.1/developer_guide/deployment/index.html +++ b/docs/0.12.1/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/0.12.1/developer_guide/env_setup/index.html b/docs/0.12.1/developer_guide/env_setup/index.html index e37968f7272..2c251c21f82 100644 --- a/docs/0.12.1/developer_guide/env_setup/index.html +++ b/docs/0.12.1/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/0.12.1/developer_guide/openshift_development/index.html b/docs/0.12.1/developer_guide/openshift_development/index.html index 5c0ad258297..d8e88bebecb 100644 --- a/docs/0.12.1/developer_guide/openshift_development/index.html +++ b/docs/0.12.1/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/0.12.1/get_started/core_features/index.html b/docs/0.12.1/get_started/core_features/index.html index a1a9baa681a..e8c09739cf1 100644 --- a/docs/0.12.1/get_started/core_features/index.html +++ b/docs/0.12.1/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/0.12.1/index.html b/docs/0.12.1/index.html index 211d9b4e3ea..10349450a3f 100644 --- a/docs/0.12.1/index.html +++ b/docs/0.12.1/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html index fee61ad25f5..0ba18597383 100644 --- a/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/0.12.1/performance/metrics/index.html b/docs/0.12.1/performance/metrics/index.html index cc68f2879c0..3435e7ba136 100644 --- a/docs/0.12.1/performance/metrics/index.html +++ b/docs/0.12.1/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/0.12.1/performance/performance_tutorial/index.html b/docs/0.12.1/performance/performance_tutorial/index.html index d38448c5947..eb51a8e0d74 100644 --- a/docs/0.12.1/performance/performance_tutorial/index.html +++ b/docs/0.12.1/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/0.12.1/performance/profiling/index.html b/docs/0.12.1/performance/profiling/index.html index 44e41bc2f55..e0190499ae7 100644 --- a/docs/0.12.1/performance/profiling/index.html +++ b/docs/0.12.1/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/acls/index.html b/docs/0.12.1/user_guide/acls/index.html index 5c0d7d42dcd..5b37ea08885 100644 --- a/docs/0.12.1/user_guide/acls/index.html +++ b/docs/0.12.1/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/gang_scheduling/index.html b/docs/0.12.1/user_guide/gang_scheduling/index.html index 178d5d44ce2..dfa7ece5e74 100644 --- a/docs/0.12.1/user_guide/gang_scheduling/index.html +++ b/docs/0.12.1/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/placement_rules/index.html b/docs/0.12.1/user_guide/placement_rules/index.html index d4ae0290d72..00e7fda02e7 100644 --- a/docs/0.12.1/user_guide/placement_rules/index.html +++ b/docs/0.12.1/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/queue_config/index.html b/docs/0.12.1/user_guide/queue_config/index.html index e3efec56667..8b3ea9e42af 100644 --- a/docs/0.12.1/user_guide/queue_config/index.html +++ b/docs/0.12.1/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/resource_quota_management/index.html b/docs/0.12.1/user_guide/resource_quota_management/index.html index 3a1a7b1947d..e7109349a93 100644 --- a/docs/0.12.1/user_guide/resource_quota_management/index.html +++ b/docs/0.12.1/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/sorting_policies/index.html b/docs/0.12.1/user_guide/sorting_policies/index.html index e8c63bc8f27..25467b06911 100644 --- a/docs/0.12.1/user_guide/sorting_policies/index.html +++ b/docs/0.12.1/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/trouble_shooting/index.html b/docs/0.12.1/user_guide/trouble_shooting/index.html index f6b29beebe7..829546fa1d6 100644 --- a/docs/0.12.1/user_guide/trouble_shooting/index.html +++ b/docs/0.12.1/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/usergroup_resolution/index.html b/docs/0.12.1/user_guide/usergroup_resolution/index.html index 320d5992ab9..0b490b056c2 100644 --- a/docs/0.12.1/user_guide/usergroup_resolution/index.html +++ b/docs/0.12.1/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/workloads/run_flink/index.html b/docs/0.12.1/user_guide/workloads/run_flink/index.html index 7b5ee858885..a4060874819 100644 --- a/docs/0.12.1/user_guide/workloads/run_flink/index.html +++ b/docs/0.12.1/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/workloads/run_spark/index.html b/docs/0.12.1/user_guide/workloads/run_spark/index.html index e435719466e..5af2dbd06b7 100644 --- a/docs/0.12.1/user_guide/workloads/run_spark/index.html +++ b/docs/0.12.1/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/0.12.1/user_guide/workloads/run_tf/index.html b/docs/0.12.1/user_guide/workloads/run_tf/index.html index 4a11e2e0d9d..c14e53e7bb7 100644 --- a/docs/0.12.1/user_guide/workloads/run_tf/index.html +++ b/docs/0.12.1/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/0.12.2/api/cluster/index.html b/docs/0.12.2/api/cluster/index.html index 8a0dd09d4ae..07ea43e64ad 100644 --- a/docs/0.12.2/api/cluster/index.html +++ b/docs/0.12.2/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/0.12.2/api/scheduler/index.html b/docs/0.12.2/api/scheduler/index.html index 9eee46d8e03..542fcb336ae 100644 --- a/docs/0.12.2/api/scheduler/index.html +++ b/docs/0.12.2/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/0.12.2/api/system/index.html b/docs/0.12.2/api/system/index.html index 69ef5b4ad82..13fbc6ceb82 100644 --- a/docs/0.12.2/api/system/index.html +++ b/docs/0.12.2/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/0.12.2/design/architecture/index.html b/docs/0.12.2/design/architecture/index.html index 730c5df8c5a..8367a774787 100644 --- a/docs/0.12.2/design/architecture/index.html +++ b/docs/0.12.2/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/0.12.2/design/cache_removal/index.html b/docs/0.12.2/design/cache_removal/index.html index 3bae68d9afd..2da1b98a2a8 100644 --- a/docs/0.12.2/design/cache_removal/index.html +++ b/docs/0.12.2/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/0.12.2/design/cross_queue_preemption/index.html b/docs/0.12.2/design/cross_queue_preemption/index.html index 3886fef25e9..5591f8b7825 100644 --- a/docs/0.12.2/design/cross_queue_preemption/index.html +++ b/docs/0.12.2/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.12.2/design/gang_scheduling/index.html b/docs/0.12.2/design/gang_scheduling/index.html index 23165b1da72..c27f2faf1bd 100644 --- a/docs/0.12.2/design/gang_scheduling/index.html +++ b/docs/0.12.2/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/0.12.2/design/k8shim/index.html b/docs/0.12.2/design/k8shim/index.html index 633551c0a76..a0f147f856a 100644 --- a/docs/0.12.2/design/k8shim/index.html +++ b/docs/0.12.2/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/0.12.2/design/namespace_resource_quota/index.html b/docs/0.12.2/design/namespace_resource_quota/index.html index d33fe39d34d..5b26ab9feb2 100644 --- a/docs/0.12.2/design/namespace_resource_quota/index.html +++ b/docs/0.12.2/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.12.2/design/pluggable_app_management/index.html b/docs/0.12.2/design/pluggable_app_management/index.html index 169fbc2cafe..3d96ae268df 100644 --- a/docs/0.12.2/design/pluggable_app_management/index.html +++ b/docs/0.12.2/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.12.2/design/predicates/index.html b/docs/0.12.2/design/predicates/index.html index 477b9592612..b6105cda6d2 100644 --- a/docs/0.12.2/design/predicates/index.html +++ b/docs/0.12.2/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/0.12.2/design/resilience/index.html b/docs/0.12.2/design/resilience/index.html index ca3ce4aec55..fc2cdbb7dc4 100644 --- a/docs/0.12.2/design/resilience/index.html +++ b/docs/0.12.2/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.12.2/design/scheduler_configuration/index.html b/docs/0.12.2/design/scheduler_configuration/index.html index f55ed09db0e..383c49da739 100644 --- a/docs/0.12.2/design/scheduler_configuration/index.html +++ b/docs/0.12.2/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.12.2/design/scheduler_core_design/index.html b/docs/0.12.2/design/scheduler_core_design/index.html index 888f695fb93..efb1eea3a70 100644 --- a/docs/0.12.2/design/scheduler_core_design/index.html +++ b/docs/0.12.2/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/0.12.2/design/scheduler_object_states/index.html b/docs/0.12.2/design/scheduler_object_states/index.html index b1a1e340d16..4addce785a2 100644 --- a/docs/0.12.2/design/scheduler_object_states/index.html +++ b/docs/0.12.2/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/0.12.2/design/state_aware_scheduling/index.html b/docs/0.12.2/design/state_aware_scheduling/index.html index 01e8e5b0332..35f1c47909c 100644 --- a/docs/0.12.2/design/state_aware_scheduling/index.html +++ b/docs/0.12.2/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/0.12.2/developer_guide/build/index.html b/docs/0.12.2/developer_guide/build/index.html index 11f0c7c3f21..4a7d1b9c645 100644 --- a/docs/0.12.2/developer_guide/build/index.html +++ b/docs/0.12.2/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/0.12.2/developer_guide/deployment/index.html b/docs/0.12.2/developer_guide/deployment/index.html index 43b15d6d039..d99c308bd29 100644 --- a/docs/0.12.2/developer_guide/deployment/index.html +++ b/docs/0.12.2/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/0.12.2/developer_guide/env_setup/index.html b/docs/0.12.2/developer_guide/env_setup/index.html index 7b4573ccb65..8d597da1542 100644 --- a/docs/0.12.2/developer_guide/env_setup/index.html +++ b/docs/0.12.2/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/0.12.2/developer_guide/openshift_development/index.html b/docs/0.12.2/developer_guide/openshift_development/index.html index 6f1bb22a74a..58129368fae 100644 --- a/docs/0.12.2/developer_guide/openshift_development/index.html +++ b/docs/0.12.2/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/0.12.2/get_started/core_features/index.html b/docs/0.12.2/get_started/core_features/index.html index 078a88a1e80..8cd61a7a6b6 100644 --- a/docs/0.12.2/get_started/core_features/index.html +++ b/docs/0.12.2/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/0.12.2/index.html b/docs/0.12.2/index.html index 2cfc3919e11..1c4524ea0cc 100644 --- a/docs/0.12.2/index.html +++ b/docs/0.12.2/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html index 36eff8ff614..d9da9ea117e 100644 --- a/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/0.12.2/performance/metrics/index.html b/docs/0.12.2/performance/metrics/index.html index 63e4f006dc9..9b8cde6a702 100644 --- a/docs/0.12.2/performance/metrics/index.html +++ b/docs/0.12.2/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/0.12.2/performance/performance_tutorial/index.html b/docs/0.12.2/performance/performance_tutorial/index.html index 92bb528158b..ffb12c7a981 100644 --- a/docs/0.12.2/performance/performance_tutorial/index.html +++ b/docs/0.12.2/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/0.12.2/performance/profiling/index.html b/docs/0.12.2/performance/profiling/index.html index a87b20788e7..d7ef0e71914 100644 --- a/docs/0.12.2/performance/profiling/index.html +++ b/docs/0.12.2/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/acls/index.html b/docs/0.12.2/user_guide/acls/index.html index 170ae7ececd..efdc298b02d 100644 --- a/docs/0.12.2/user_guide/acls/index.html +++ b/docs/0.12.2/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/gang_scheduling/index.html b/docs/0.12.2/user_guide/gang_scheduling/index.html index b2c40133206..0a385c1eac6 100644 --- a/docs/0.12.2/user_guide/gang_scheduling/index.html +++ b/docs/0.12.2/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/placement_rules/index.html b/docs/0.12.2/user_guide/placement_rules/index.html index 77c9051777b..43b44a8cc76 100644 --- a/docs/0.12.2/user_guide/placement_rules/index.html +++ b/docs/0.12.2/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/queue_config/index.html b/docs/0.12.2/user_guide/queue_config/index.html index 9102f276228..22e4849af28 100644 --- a/docs/0.12.2/user_guide/queue_config/index.html +++ b/docs/0.12.2/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/resource_quota_management/index.html b/docs/0.12.2/user_guide/resource_quota_management/index.html index 72f8e9888e7..57f1e85c942 100644 --- a/docs/0.12.2/user_guide/resource_quota_management/index.html +++ b/docs/0.12.2/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/sorting_policies/index.html b/docs/0.12.2/user_guide/sorting_policies/index.html index 331aaa86fd4..1a218c63490 100644 --- a/docs/0.12.2/user_guide/sorting_policies/index.html +++ b/docs/0.12.2/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/trouble_shooting/index.html b/docs/0.12.2/user_guide/trouble_shooting/index.html index 4ebe9e4ceff..8b89b28798c 100644 --- a/docs/0.12.2/user_guide/trouble_shooting/index.html +++ b/docs/0.12.2/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/usergroup_resolution/index.html b/docs/0.12.2/user_guide/usergroup_resolution/index.html index 930dbfdb15f..d5ce319082e 100644 --- a/docs/0.12.2/user_guide/usergroup_resolution/index.html +++ b/docs/0.12.2/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/workloads/run_flink/index.html b/docs/0.12.2/user_guide/workloads/run_flink/index.html index 870cc88bfba..465dff3c064 100644 --- a/docs/0.12.2/user_guide/workloads/run_flink/index.html +++ b/docs/0.12.2/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/workloads/run_spark/index.html b/docs/0.12.2/user_guide/workloads/run_spark/index.html index 47957119aaa..9fb397fe3a5 100644 --- a/docs/0.12.2/user_guide/workloads/run_spark/index.html +++ b/docs/0.12.2/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/0.12.2/user_guide/workloads/run_tf/index.html b/docs/0.12.2/user_guide/workloads/run_tf/index.html index f5e27f368f1..6cc695f92ab 100644 --- a/docs/0.12.2/user_guide/workloads/run_tf/index.html +++ b/docs/0.12.2/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/0.8.0/community/coding_guidelines/index.html b/docs/0.8.0/community/coding_guidelines/index.html index 41ee77aece3..ddd31a8de8f 100644 --- a/docs/0.8.0/community/coding_guidelines/index.html +++ b/docs/0.8.0/community/coding_guidelines/index.html @@ -4,7 +4,7 @@ Coding Guidelines | Apache YuniKorn - + diff --git a/docs/0.8.0/community/community_sync_up/index.html b/docs/0.8.0/community/community_sync_up/index.html index 705c78524f5..1b94969fece 100644 --- a/docs/0.8.0/community/community_sync_up/index.html +++ b/docs/0.8.0/community/community_sync_up/index.html @@ -4,7 +4,7 @@ Community Sync Up | Apache YuniKorn - + diff --git a/docs/0.8.0/community/how_to_contribute/index.html b/docs/0.8.0/community/how_to_contribute/index.html index 80a43a40521..41b65530ee6 100644 --- a/docs/0.8.0/community/how_to_contribute/index.html +++ b/docs/0.8.0/community/how_to_contribute/index.html @@ -4,7 +4,7 @@ How To Contribute | Apache YuniKorn - + diff --git a/docs/0.8.0/community/reporting_issues/index.html b/docs/0.8.0/community/reporting_issues/index.html index f4d49da83a4..35ec222a76a 100644 --- a/docs/0.8.0/community/reporting_issues/index.html +++ b/docs/0.8.0/community/reporting_issues/index.html @@ -4,7 +4,7 @@ Reporting Issues | Apache YuniKorn - + diff --git a/docs/0.8.0/configuration/acls/index.html b/docs/0.8.0/configuration/acls/index.html index ff6efe1ef82..bd5338808cc 100644 --- a/docs/0.8.0/configuration/acls/index.html +++ b/docs/0.8.0/configuration/acls/index.html @@ -4,7 +4,7 @@ Acls | Apache YuniKorn - + diff --git a/docs/0.8.0/configuration/placement_rules/index.html b/docs/0.8.0/configuration/placement_rules/index.html index 165878720f1..10478a75c69 100644 --- a/docs/0.8.0/configuration/placement_rules/index.html +++ b/docs/0.8.0/configuration/placement_rules/index.html @@ -4,7 +4,7 @@ Placement Rules | Apache YuniKorn - + diff --git a/docs/0.8.0/configuration/queue_config/index.html b/docs/0.8.0/configuration/queue_config/index.html index 1f77acab947..e343bbe136e 100644 --- a/docs/0.8.0/configuration/queue_config/index.html +++ b/docs/0.8.0/configuration/queue_config/index.html @@ -4,7 +4,7 @@ Queue Config | Apache YuniKorn - + diff --git a/docs/0.8.0/design/cross_queue_preemption/index.html b/docs/0.8.0/design/cross_queue_preemption/index.html index e11f0ff3856..5e4c3a3b09e 100644 --- a/docs/0.8.0/design/cross_queue_preemption/index.html +++ b/docs/0.8.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.8.0/design/index.html b/docs/0.8.0/design/index.html index 112f294f7f4..cd4c853a5b2 100644 --- a/docs/0.8.0/design/index.html +++ b/docs/0.8.0/design/index.html @@ -4,7 +4,7 @@ Design | Apache YuniKorn - + diff --git a/docs/0.8.0/design/namespace_resource_quota/index.html b/docs/0.8.0/design/namespace_resource_quota/index.html index d954ed107c5..f6ae1ab7cfc 100644 --- a/docs/0.8.0/design/namespace_resource_quota/index.html +++ b/docs/0.8.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.8.0/design/pluggable_app_management/index.html b/docs/0.8.0/design/pluggable_app_management/index.html index 9cbad85b881..7715fd34daa 100644 --- a/docs/0.8.0/design/pluggable_app_management/index.html +++ b/docs/0.8.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.8.0/design/resilience/index.html b/docs/0.8.0/design/resilience/index.html index ece47467532..a9a20b7b4e8 100644 --- a/docs/0.8.0/design/resilience/index.html +++ b/docs/0.8.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.8.0/design/scheduler_configuration/index.html b/docs/0.8.0/design/scheduler_configuration/index.html index 2890a183f77..78d530eef3a 100644 --- a/docs/0.8.0/design/scheduler_configuration/index.html +++ b/docs/0.8.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.8.0/get_started/developer_guide/index.html b/docs/0.8.0/get_started/developer_guide/index.html index d9769b66098..e799814631a 100644 --- a/docs/0.8.0/get_started/developer_guide/index.html +++ b/docs/0.8.0/get_started/developer_guide/index.html @@ -4,7 +4,7 @@ Developer Guide | Apache YuniKorn - + diff --git a/docs/0.8.0/index.html b/docs/0.8.0/index.html index bb06ba70ce6..159a430bd0e 100644 --- a/docs/0.8.0/index.html +++ b/docs/0.8.0/index.html @@ -4,7 +4,7 @@ User Guide | Apache YuniKorn - + diff --git a/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html index d00e4a2f252..a39c00f0555 100644 --- a/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Perf With Kubemark | Apache YuniKorn - + diff --git a/docs/0.8.0/performance/metrics/index.html b/docs/0.8.0/performance/metrics/index.html index db7eeb4758f..1a74d5f3264 100644 --- a/docs/0.8.0/performance/metrics/index.html +++ b/docs/0.8.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Metrics | Apache YuniKorn - + diff --git a/docs/0.8.0/performance/profiling/index.html b/docs/0.8.0/performance/profiling/index.html index b877f6e5760..194836c1072 100644 --- a/docs/0.8.0/performance/profiling/index.html +++ b/docs/0.8.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.8.0/setup/build_local/index.html b/docs/0.8.0/setup/build_local/index.html index 36c3e00976f..aef749226b2 100644 --- a/docs/0.8.0/setup/build_local/index.html +++ b/docs/0.8.0/setup/build_local/index.html @@ -4,7 +4,7 @@ Build Local | Apache YuniKorn - + diff --git a/docs/0.8.0/setup/configure_scheduler/index.html b/docs/0.8.0/setup/configure_scheduler/index.html index cf03c3f6dfa..839aa8e9938 100644 --- a/docs/0.8.0/setup/configure_scheduler/index.html +++ b/docs/0.8.0/setup/configure_scheduler/index.html @@ -4,7 +4,7 @@ Configure Scheduler | Apache YuniKorn - + diff --git a/docs/0.8.0/setup/deployment/index.html b/docs/0.8.0/setup/deployment/index.html index ccff26b1b35..4759d5082a8 100644 --- a/docs/0.8.0/setup/deployment/index.html +++ b/docs/0.8.0/setup/deployment/index.html @@ -4,7 +4,7 @@ Deployment Guide | Apache YuniKorn - + diff --git a/docs/0.8.0/setup/env_setup/index.html b/docs/0.8.0/setup/env_setup/index.html index 24195bd438e..4f1ad06deea 100644 --- a/docs/0.8.0/setup/env_setup/index.html +++ b/docs/0.8.0/setup/env_setup/index.html @@ -4,7 +4,7 @@ Environment Setup | Apache YuniKorn - + diff --git a/docs/0.9.0/api/cluster/index.html b/docs/0.9.0/api/cluster/index.html index 831b842d1df..baaa563d26c 100644 --- a/docs/0.9.0/api/cluster/index.html +++ b/docs/0.9.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/0.9.0/api/scheduler/index.html b/docs/0.9.0/api/scheduler/index.html index c3759a5c0ac..017b2a3fbd8 100644 --- a/docs/0.9.0/api/scheduler/index.html +++ b/docs/0.9.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/0.9.0/api/system/index.html b/docs/0.9.0/api/system/index.html index 8f671f0ac07..605d973388f 100644 --- a/docs/0.9.0/api/system/index.html +++ b/docs/0.9.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/0.9.0/design/architecture/index.html b/docs/0.9.0/design/architecture/index.html index 83d67471f14..40a42f41998 100644 --- a/docs/0.9.0/design/architecture/index.html +++ b/docs/0.9.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/0.9.0/design/cross_queue_preemption/index.html b/docs/0.9.0/design/cross_queue_preemption/index.html index f3373a41712..4c901229082 100644 --- a/docs/0.9.0/design/cross_queue_preemption/index.html +++ b/docs/0.9.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/0.9.0/design/k8shim/index.html b/docs/0.9.0/design/k8shim/index.html index 21bf3d24041..5728544f75e 100644 --- a/docs/0.9.0/design/k8shim/index.html +++ b/docs/0.9.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/0.9.0/design/namespace_resource_quota/index.html b/docs/0.9.0/design/namespace_resource_quota/index.html index 2e94734fde2..bb00af83bc6 100644 --- a/docs/0.9.0/design/namespace_resource_quota/index.html +++ b/docs/0.9.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/0.9.0/design/pluggable_app_management/index.html b/docs/0.9.0/design/pluggable_app_management/index.html index 31dcfce2a45..1b56d262869 100644 --- a/docs/0.9.0/design/pluggable_app_management/index.html +++ b/docs/0.9.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/0.9.0/design/predicates/index.html b/docs/0.9.0/design/predicates/index.html index 6a17ba65d04..de769cc62d6 100644 --- a/docs/0.9.0/design/predicates/index.html +++ b/docs/0.9.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/0.9.0/design/resilience/index.html b/docs/0.9.0/design/resilience/index.html index ef81c8a317a..e928ddb2632 100644 --- a/docs/0.9.0/design/resilience/index.html +++ b/docs/0.9.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/0.9.0/design/scheduler_configuration/index.html b/docs/0.9.0/design/scheduler_configuration/index.html index 6cacc3c092a..57c50588a6a 100644 --- a/docs/0.9.0/design/scheduler_configuration/index.html +++ b/docs/0.9.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/0.9.0/design/scheduler_core_design/index.html b/docs/0.9.0/design/scheduler_core_design/index.html index 619057858af..f5d4eb5d26d 100644 --- a/docs/0.9.0/design/scheduler_core_design/index.html +++ b/docs/0.9.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/0.9.0/design/scheduler_object_states/index.html b/docs/0.9.0/design/scheduler_object_states/index.html index 4fa3f8566b6..624d398df22 100644 --- a/docs/0.9.0/design/scheduler_object_states/index.html +++ b/docs/0.9.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/0.9.0/design/state_aware_scheduling/index.html b/docs/0.9.0/design/state_aware_scheduling/index.html index 2ba65d3577d..910bb0a2d1b 100644 --- a/docs/0.9.0/design/state_aware_scheduling/index.html +++ b/docs/0.9.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/0.9.0/developer_guide/build/index.html b/docs/0.9.0/developer_guide/build/index.html index 2dee9fe61cf..dacd8bad537 100644 --- a/docs/0.9.0/developer_guide/build/index.html +++ b/docs/0.9.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/0.9.0/developer_guide/deployment/index.html b/docs/0.9.0/developer_guide/deployment/index.html index 8adddf7191f..a2a60b23f29 100644 --- a/docs/0.9.0/developer_guide/deployment/index.html +++ b/docs/0.9.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/0.9.0/developer_guide/env_setup/index.html b/docs/0.9.0/developer_guide/env_setup/index.html index 79e18f1e348..be9e57b21e3 100644 --- a/docs/0.9.0/developer_guide/env_setup/index.html +++ b/docs/0.9.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/0.9.0/get_started/core_features/index.html b/docs/0.9.0/get_started/core_features/index.html index 05cc31c7165..3dfb3a03759 100644 --- a/docs/0.9.0/get_started/core_features/index.html +++ b/docs/0.9.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/0.9.0/index.html b/docs/0.9.0/index.html index 2bdbb64db39..352e59dec6e 100644 --- a/docs/0.9.0/index.html +++ b/docs/0.9.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html index 4670f806bcd..bda2e0ed4e2 100644 --- a/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + diff --git a/docs/0.9.0/performance/metrics/index.html b/docs/0.9.0/performance/metrics/index.html index 336dfa0472b..6fc0c7a206b 100644 --- a/docs/0.9.0/performance/metrics/index.html +++ b/docs/0.9.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/0.9.0/performance/profiling/index.html b/docs/0.9.0/performance/profiling/index.html index 8c1b6421dd4..52582bd20de 100644 --- a/docs/0.9.0/performance/profiling/index.html +++ b/docs/0.9.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/acls/index.html b/docs/0.9.0/user_guide/acls/index.html index 8596e88977b..60eb564a7df 100644 --- a/docs/0.9.0/user_guide/acls/index.html +++ b/docs/0.9.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/placement_rules/index.html b/docs/0.9.0/user_guide/placement_rules/index.html index af51ec14267..5c2c5c037f2 100644 --- a/docs/0.9.0/user_guide/placement_rules/index.html +++ b/docs/0.9.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/queue_config/index.html b/docs/0.9.0/user_guide/queue_config/index.html index eb78782cdd2..f207b91360e 100644 --- a/docs/0.9.0/user_guide/queue_config/index.html +++ b/docs/0.9.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/resource_quota_management/index.html b/docs/0.9.0/user_guide/resource_quota_management/index.html index 40f8b1a74fe..bdab6fbf44f 100644 --- a/docs/0.9.0/user_guide/resource_quota_management/index.html +++ b/docs/0.9.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/sorting_policies/index.html b/docs/0.9.0/user_guide/sorting_policies/index.html index a3c4d5ec65c..ba642391515 100644 --- a/docs/0.9.0/user_guide/sorting_policies/index.html +++ b/docs/0.9.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/trouble_shooting/index.html b/docs/0.9.0/user_guide/trouble_shooting/index.html index 91714c37e8e..0e7deb6ebb1 100644 --- a/docs/0.9.0/user_guide/trouble_shooting/index.html +++ b/docs/0.9.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/workloads/run_flink/index.html b/docs/0.9.0/user_guide/workloads/run_flink/index.html index 86ed536da82..89450fe951b 100644 --- a/docs/0.9.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.9.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/workloads/run_spark/index.html b/docs/0.9.0/user_guide/workloads/run_spark/index.html index f9297a19868..334fb1016fd 100644 --- a/docs/0.9.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.9.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/0.9.0/user_guide/workloads/run_tf/index.html b/docs/0.9.0/user_guide/workloads/run_tf/index.html index 972e42bc869..274f76734af 100644 --- a/docs/0.9.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.9.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + diff --git a/docs/1.0.0/api/cluster/index.html b/docs/1.0.0/api/cluster/index.html index c010e0127aa..8aab86e1cdb 100644 --- a/docs/1.0.0/api/cluster/index.html +++ b/docs/1.0.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.0.0/api/scheduler/index.html b/docs/1.0.0/api/scheduler/index.html index f6ae7107a1e..9616939212a 100644 --- a/docs/1.0.0/api/scheduler/index.html +++ b/docs/1.0.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.0.0/api/system/index.html b/docs/1.0.0/api/system/index.html index bd02803d0a6..d538efebb21 100644 --- a/docs/1.0.0/api/system/index.html +++ b/docs/1.0.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.0.0/design/architecture/index.html b/docs/1.0.0/design/architecture/index.html index 75ef8e60c42..8ff61e6b4cc 100644 --- a/docs/1.0.0/design/architecture/index.html +++ b/docs/1.0.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.0.0/design/cache_removal/index.html b/docs/1.0.0/design/cache_removal/index.html index 7f845d5ed10..f22dc7dc262 100644 --- a/docs/1.0.0/design/cache_removal/index.html +++ b/docs/1.0.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.0.0/design/cross_queue_preemption/index.html b/docs/1.0.0/design/cross_queue_preemption/index.html index ffb1e51e27b..85c508f11b1 100644 --- a/docs/1.0.0/design/cross_queue_preemption/index.html +++ b/docs/1.0.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.0.0/design/gang_scheduling/index.html b/docs/1.0.0/design/gang_scheduling/index.html index c75beb2e49e..44ea097146c 100644 --- a/docs/1.0.0/design/gang_scheduling/index.html +++ b/docs/1.0.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.0.0/design/interface_message_simplication/index.html b/docs/1.0.0/design/interface_message_simplication/index.html index 4ae7c14145d..d342fd12cfd 100644 --- a/docs/1.0.0/design/interface_message_simplication/index.html +++ b/docs/1.0.0/design/interface_message_simplication/index.html @@ -4,7 +4,7 @@ Simplyfing Interface Messages | Apache YuniKorn - + diff --git a/docs/1.0.0/design/k8shim/index.html b/docs/1.0.0/design/k8shim/index.html index fcb7c9953be..8ad4ead2dcd 100644 --- a/docs/1.0.0/design/k8shim/index.html +++ b/docs/1.0.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.0.0/design/namespace_resource_quota/index.html b/docs/1.0.0/design/namespace_resource_quota/index.html index 61e663f1fb5..7f812b025ac 100644 --- a/docs/1.0.0/design/namespace_resource_quota/index.html +++ b/docs/1.0.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.0.0/design/pluggable_app_management/index.html b/docs/1.0.0/design/pluggable_app_management/index.html index 928394acbb4..708e549c2c1 100644 --- a/docs/1.0.0/design/pluggable_app_management/index.html +++ b/docs/1.0.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.0.0/design/predicates/index.html b/docs/1.0.0/design/predicates/index.html index 0711be0742a..454dbcbc6f9 100644 --- a/docs/1.0.0/design/predicates/index.html +++ b/docs/1.0.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.0.0/design/resilience/index.html b/docs/1.0.0/design/resilience/index.html index f00f5850d5b..907bd29a0e2 100644 --- a/docs/1.0.0/design/resilience/index.html +++ b/docs/1.0.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.0.0/design/scheduler_configuration/index.html b/docs/1.0.0/design/scheduler_configuration/index.html index d3ff0484d44..d670ba79a4d 100644 --- a/docs/1.0.0/design/scheduler_configuration/index.html +++ b/docs/1.0.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.0.0/design/scheduler_core_design/index.html b/docs/1.0.0/design/scheduler_core_design/index.html index 311f0684f91..6a85300c263 100644 --- a/docs/1.0.0/design/scheduler_core_design/index.html +++ b/docs/1.0.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.0.0/design/scheduler_object_states/index.html b/docs/1.0.0/design/scheduler_object_states/index.html index 58e31c0b102..5bb7b509a4a 100644 --- a/docs/1.0.0/design/scheduler_object_states/index.html +++ b/docs/1.0.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.0.0/design/scheduler_plugin/index.html b/docs/1.0.0/design/scheduler_plugin/index.html index f30f7f0dd30..33e40f3a802 100644 --- a/docs/1.0.0/design/scheduler_plugin/index.html +++ b/docs/1.0.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.0.0/design/state_aware_scheduling/index.html b/docs/1.0.0/design/state_aware_scheduling/index.html index af2743ef4cb..aa2d788a262 100644 --- a/docs/1.0.0/design/state_aware_scheduling/index.html +++ b/docs/1.0.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.0.0/developer_guide/build/index.html b/docs/1.0.0/developer_guide/build/index.html index 25750272004..f66a839ab50 100644 --- a/docs/1.0.0/developer_guide/build/index.html +++ b/docs/1.0.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.0.0/developer_guide/dependencies/index.html b/docs/1.0.0/developer_guide/dependencies/index.html index 216c00faa49..27be363e549 100644 --- a/docs/1.0.0/developer_guide/dependencies/index.html +++ b/docs/1.0.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.0.0/developer_guide/deployment/index.html b/docs/1.0.0/developer_guide/deployment/index.html index fd7d602923a..52953751528 100644 --- a/docs/1.0.0/developer_guide/deployment/index.html +++ b/docs/1.0.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.0.0/developer_guide/env_setup/index.html b/docs/1.0.0/developer_guide/env_setup/index.html index 0faaa89e98b..7e8a76af5a7 100644 --- a/docs/1.0.0/developer_guide/env_setup/index.html +++ b/docs/1.0.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.0.0/developer_guide/openshift_development/index.html b/docs/1.0.0/developer_guide/openshift_development/index.html index 81ab1e18080..feee205f050 100644 --- a/docs/1.0.0/developer_guide/openshift_development/index.html +++ b/docs/1.0.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.0.0/get_started/core_features/index.html b/docs/1.0.0/get_started/core_features/index.html index 5a0a6e1355e..f55a12164e8 100644 --- a/docs/1.0.0/get_started/core_features/index.html +++ b/docs/1.0.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.0.0/index.html b/docs/1.0.0/index.html index 6f46c00ce3f..0e65f385575 100644 --- a/docs/1.0.0/index.html +++ b/docs/1.0.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html index 4ccc38daadc..d4e2025a553 100644 --- a/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.0.0/performance/metrics/index.html b/docs/1.0.0/performance/metrics/index.html index 7d44618920a..faefb5c8669 100644 --- a/docs/1.0.0/performance/metrics/index.html +++ b/docs/1.0.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.0.0/performance/performance_tutorial/index.html b/docs/1.0.0/performance/performance_tutorial/index.html index cbfaf532f37..0ce32575e4e 100644 --- a/docs/1.0.0/performance/performance_tutorial/index.html +++ b/docs/1.0.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.0.0/performance/profiling/index.html b/docs/1.0.0/performance/profiling/index.html index 1e9d47144bf..8b505f91f51 100644 --- a/docs/1.0.0/performance/profiling/index.html +++ b/docs/1.0.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/acls/index.html b/docs/1.0.0/user_guide/acls/index.html index 1f54bcf485d..029c07e0780 100644 --- a/docs/1.0.0/user_guide/acls/index.html +++ b/docs/1.0.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/deployment_modes/index.html b/docs/1.0.0/user_guide/deployment_modes/index.html index 31b63f1daa8..17d2c915a8f 100644 --- a/docs/1.0.0/user_guide/deployment_modes/index.html +++ b/docs/1.0.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/gang_scheduling/index.html b/docs/1.0.0/user_guide/gang_scheduling/index.html index f067d2aca9c..d0276a16910 100644 --- a/docs/1.0.0/user_guide/gang_scheduling/index.html +++ b/docs/1.0.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 6fd4acf3587..d843d30b01f 100644 --- a/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/placement_rules/index.html b/docs/1.0.0/user_guide/placement_rules/index.html index 75a570dcdb9..11ec832f2b9 100644 --- a/docs/1.0.0/user_guide/placement_rules/index.html +++ b/docs/1.0.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/queue_config/index.html b/docs/1.0.0/user_guide/queue_config/index.html index d6ed56f6190..9383932676c 100644 --- a/docs/1.0.0/user_guide/queue_config/index.html +++ b/docs/1.0.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/resource_quota_management/index.html b/docs/1.0.0/user_guide/resource_quota_management/index.html index 513fd917d0f..d014fa996c5 100644 --- a/docs/1.0.0/user_guide/resource_quota_management/index.html +++ b/docs/1.0.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/sorting_policies/index.html b/docs/1.0.0/user_guide/sorting_policies/index.html index 0f93653e63d..11fc467080b 100644 --- a/docs/1.0.0/user_guide/sorting_policies/index.html +++ b/docs/1.0.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/trouble_shooting/index.html b/docs/1.0.0/user_guide/trouble_shooting/index.html index 3f104626b4c..65677319163 100644 --- a/docs/1.0.0/user_guide/trouble_shooting/index.html +++ b/docs/1.0.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/usergroup_resolution/index.html b/docs/1.0.0/user_guide/usergroup_resolution/index.html index ef278bbb769..1d54cbf9595 100644 --- a/docs/1.0.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.0.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/workloads/run_flink/index.html b/docs/1.0.0/user_guide/workloads/run_flink/index.html index 3838cece765..0b8fe25cc4f 100644 --- a/docs/1.0.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.0.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/workloads/run_spark/index.html b/docs/1.0.0/user_guide/workloads/run_spark/index.html index 822cd42c4cd..0f2cd28e626 100644 --- a/docs/1.0.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.0.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.0.0/user_guide/workloads/run_tf/index.html b/docs/1.0.0/user_guide/workloads/run_tf/index.html index 6f56ecf5c47..1f4e7c2549a 100644 --- a/docs/1.0.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.0.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.1.0/api/cluster/index.html b/docs/1.1.0/api/cluster/index.html index 7a6efb5f648..7bd285baa75 100644 --- a/docs/1.1.0/api/cluster/index.html +++ b/docs/1.1.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.1.0/api/scheduler/index.html b/docs/1.1.0/api/scheduler/index.html index 2c20f566297..e21c7aae2c2 100644 --- a/docs/1.1.0/api/scheduler/index.html +++ b/docs/1.1.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.1.0/api/system/index.html b/docs/1.1.0/api/system/index.html index 9771cd1041e..8030fd0f9ef 100644 --- a/docs/1.1.0/api/system/index.html +++ b/docs/1.1.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.1.0/design/architecture/index.html b/docs/1.1.0/design/architecture/index.html index 9150c8fdd50..f13e2c2e5f3 100644 --- a/docs/1.1.0/design/architecture/index.html +++ b/docs/1.1.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.1.0/design/cache_removal/index.html b/docs/1.1.0/design/cache_removal/index.html index 0ac922950de..77dc81011d6 100644 --- a/docs/1.1.0/design/cache_removal/index.html +++ b/docs/1.1.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.1.0/design/cross_queue_preemption/index.html b/docs/1.1.0/design/cross_queue_preemption/index.html index 9712efd1f5e..e84d63b1e07 100644 --- a/docs/1.1.0/design/cross_queue_preemption/index.html +++ b/docs/1.1.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.1.0/design/gang_scheduling/index.html b/docs/1.1.0/design/gang_scheduling/index.html index 14e027a4990..6453630b0fa 100644 --- a/docs/1.1.0/design/gang_scheduling/index.html +++ b/docs/1.1.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.1.0/design/generic_resource/index.html b/docs/1.1.0/design/generic_resource/index.html index 739ef4ff4a1..193522929fc 100644 --- a/docs/1.1.0/design/generic_resource/index.html +++ b/docs/1.1.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/1.1.0/design/interface_message_simplification/index.html b/docs/1.1.0/design/interface_message_simplification/index.html index 1aa845d943d..f0cc2507042 100644 --- a/docs/1.1.0/design/interface_message_simplification/index.html +++ b/docs/1.1.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/1.1.0/design/k8shim/index.html b/docs/1.1.0/design/k8shim/index.html index e2796d35fef..91b31820dc3 100644 --- a/docs/1.1.0/design/k8shim/index.html +++ b/docs/1.1.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.1.0/design/namespace_resource_quota/index.html b/docs/1.1.0/design/namespace_resource_quota/index.html index 299bec9f65b..c829d0d94c7 100644 --- a/docs/1.1.0/design/namespace_resource_quota/index.html +++ b/docs/1.1.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.1.0/design/pluggable_app_management/index.html b/docs/1.1.0/design/pluggable_app_management/index.html index 9afa452dd70..d0f9d001eac 100644 --- a/docs/1.1.0/design/pluggable_app_management/index.html +++ b/docs/1.1.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.1.0/design/predicates/index.html b/docs/1.1.0/design/predicates/index.html index d8625aa5e8f..264c3faa2c1 100644 --- a/docs/1.1.0/design/predicates/index.html +++ b/docs/1.1.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.1.0/design/resilience/index.html b/docs/1.1.0/design/resilience/index.html index f53406cf73c..8e88c265315 100644 --- a/docs/1.1.0/design/resilience/index.html +++ b/docs/1.1.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.1.0/design/scheduler_configuration/index.html b/docs/1.1.0/design/scheduler_configuration/index.html index af964f34ef2..02e2c87869f 100644 --- a/docs/1.1.0/design/scheduler_configuration/index.html +++ b/docs/1.1.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.1.0/design/scheduler_core_design/index.html b/docs/1.1.0/design/scheduler_core_design/index.html index 9da256a9ded..26fa5bd4aab 100644 --- a/docs/1.1.0/design/scheduler_core_design/index.html +++ b/docs/1.1.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.1.0/design/scheduler_object_states/index.html b/docs/1.1.0/design/scheduler_object_states/index.html index f0a623ea37b..0ce66e8eea4 100644 --- a/docs/1.1.0/design/scheduler_object_states/index.html +++ b/docs/1.1.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.1.0/design/scheduler_plugin/index.html b/docs/1.1.0/design/scheduler_plugin/index.html index 668a0a2a5fa..5c068a6d1fa 100644 --- a/docs/1.1.0/design/scheduler_plugin/index.html +++ b/docs/1.1.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.1.0/design/simple_preemptor/index.html b/docs/1.1.0/design/simple_preemptor/index.html index 06407f33081..4bf1f65537c 100644 --- a/docs/1.1.0/design/simple_preemptor/index.html +++ b/docs/1.1.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/1.1.0/design/state_aware_scheduling/index.html b/docs/1.1.0/design/state_aware_scheduling/index.html index 73ada97e985..ac3dea3fca7 100644 --- a/docs/1.1.0/design/state_aware_scheduling/index.html +++ b/docs/1.1.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.1.0/developer_guide/build/index.html b/docs/1.1.0/developer_guide/build/index.html index 5ab9d3b4bd6..5867d06698a 100644 --- a/docs/1.1.0/developer_guide/build/index.html +++ b/docs/1.1.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.1.0/developer_guide/dependencies/index.html b/docs/1.1.0/developer_guide/dependencies/index.html index 3e61fd424bb..c24be31061e 100644 --- a/docs/1.1.0/developer_guide/dependencies/index.html +++ b/docs/1.1.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.1.0/developer_guide/deployment/index.html b/docs/1.1.0/developer_guide/deployment/index.html index e7421119b62..174d5323b39 100644 --- a/docs/1.1.0/developer_guide/deployment/index.html +++ b/docs/1.1.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.1.0/developer_guide/env_setup/index.html b/docs/1.1.0/developer_guide/env_setup/index.html index 5147c632281..a097a2b26d3 100644 --- a/docs/1.1.0/developer_guide/env_setup/index.html +++ b/docs/1.1.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.1.0/developer_guide/openshift_development/index.html b/docs/1.1.0/developer_guide/openshift_development/index.html index 1e490e9468f..5e2ecb908b4 100644 --- a/docs/1.1.0/developer_guide/openshift_development/index.html +++ b/docs/1.1.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.1.0/get_started/core_features/index.html b/docs/1.1.0/get_started/core_features/index.html index 5ad050b2915..7ad17342ad3 100644 --- a/docs/1.1.0/get_started/core_features/index.html +++ b/docs/1.1.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.1.0/index.html b/docs/1.1.0/index.html index 02f47c70dfd..07c5dd9bde3 100644 --- a/docs/1.1.0/index.html +++ b/docs/1.1.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html index 69fa351d698..05b85dd7a60 100644 --- a/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.1.0/performance/metrics/index.html b/docs/1.1.0/performance/metrics/index.html index e77ba43f6d8..e74c4d447bf 100644 --- a/docs/1.1.0/performance/metrics/index.html +++ b/docs/1.1.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.1.0/performance/performance_tutorial/index.html b/docs/1.1.0/performance/performance_tutorial/index.html index b556fc2ee4c..76e7a0c837c 100644 --- a/docs/1.1.0/performance/performance_tutorial/index.html +++ b/docs/1.1.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.1.0/performance/profiling/index.html b/docs/1.1.0/performance/profiling/index.html index 529ff76c653..4a63cba2dc5 100644 --- a/docs/1.1.0/performance/profiling/index.html +++ b/docs/1.1.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/acls/index.html b/docs/1.1.0/user_guide/acls/index.html index eec853b323e..e5a972e6683 100644 --- a/docs/1.1.0/user_guide/acls/index.html +++ b/docs/1.1.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/deployment_modes/index.html b/docs/1.1.0/user_guide/deployment_modes/index.html index 01464b1de5f..7dcc0b61274 100644 --- a/docs/1.1.0/user_guide/deployment_modes/index.html +++ b/docs/1.1.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/gang_scheduling/index.html b/docs/1.1.0/user_guide/gang_scheduling/index.html index da3d6320d7f..70c2d486716 100644 --- a/docs/1.1.0/user_guide/gang_scheduling/index.html +++ b/docs/1.1.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html index c72ab3d3979..199f71d1d92 100644 --- a/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/placement_rules/index.html b/docs/1.1.0/user_guide/placement_rules/index.html index fe4dd419f7d..b3bda2ec6c3 100644 --- a/docs/1.1.0/user_guide/placement_rules/index.html +++ b/docs/1.1.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/queue_config/index.html b/docs/1.1.0/user_guide/queue_config/index.html index 791eca8044b..8e2a1f15d9c 100644 --- a/docs/1.1.0/user_guide/queue_config/index.html +++ b/docs/1.1.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/resource_quota_management/index.html b/docs/1.1.0/user_guide/resource_quota_management/index.html index b76d159b8df..be05312fa33 100644 --- a/docs/1.1.0/user_guide/resource_quota_management/index.html +++ b/docs/1.1.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/sorting_policies/index.html b/docs/1.1.0/user_guide/sorting_policies/index.html index 7a16cf73b7b..041efc7e03b 100644 --- a/docs/1.1.0/user_guide/sorting_policies/index.html +++ b/docs/1.1.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/trouble_shooting/index.html b/docs/1.1.0/user_guide/trouble_shooting/index.html index 68acce420e5..3b252d99e0e 100644 --- a/docs/1.1.0/user_guide/trouble_shooting/index.html +++ b/docs/1.1.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/usergroup_resolution/index.html b/docs/1.1.0/user_guide/usergroup_resolution/index.html index 554fb5696ac..ce166f0f71d 100644 --- a/docs/1.1.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.1.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/workloads/run_flink/index.html b/docs/1.1.0/user_guide/workloads/run_flink/index.html index 6768d084cbf..4619f21ea77 100644 --- a/docs/1.1.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.1.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/workloads/run_spark/index.html b/docs/1.1.0/user_guide/workloads/run_spark/index.html index 90e6e5ae51d..a1025448f30 100644 --- a/docs/1.1.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.1.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/workloads/run_tf/index.html b/docs/1.1.0/user_guide/workloads/run_tf/index.html index da874a016ac..166ab1f3d8d 100644 --- a/docs/1.1.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.1.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.1.0/user_guide/workloads/workload_overview/index.html b/docs/1.1.0/user_guide/workloads/workload_overview/index.html index db0956b3aab..724f5485fa5 100644 --- a/docs/1.1.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.1.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + diff --git a/docs/1.2.0/api/cluster/index.html b/docs/1.2.0/api/cluster/index.html index 4cc47ad3432..337b02d5fee 100644 --- a/docs/1.2.0/api/cluster/index.html +++ b/docs/1.2.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.2.0/api/scheduler/index.html b/docs/1.2.0/api/scheduler/index.html index 4eae97cd1f6..8da97928661 100644 --- a/docs/1.2.0/api/scheduler/index.html +++ b/docs/1.2.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.2.0/api/system/index.html b/docs/1.2.0/api/system/index.html index 4925f2425f2..c250992fdd2 100644 --- a/docs/1.2.0/api/system/index.html +++ b/docs/1.2.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.2.0/archived_design/cross_queue_preemption/index.html b/docs/1.2.0/archived_design/cross_queue_preemption/index.html index ced5a9fdfbc..c1d7702395c 100644 --- a/docs/1.2.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.2.0/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.2.0/archived_design/k8shim/index.html b/docs/1.2.0/archived_design/k8shim/index.html index 724c0631802..6fcff033625 100644 --- a/docs/1.2.0/archived_design/k8shim/index.html +++ b/docs/1.2.0/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.2.0/archived_design/namespace_resource_quota/index.html b/docs/1.2.0/archived_design/namespace_resource_quota/index.html index f7345f8fdbd..1c5fe8406e0 100644 --- a/docs/1.2.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.2.0/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.2.0/archived_design/predicates/index.html b/docs/1.2.0/archived_design/predicates/index.html index cc72aee3bff..f391e6955d8 100644 --- a/docs/1.2.0/archived_design/predicates/index.html +++ b/docs/1.2.0/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.2.0/archived_design/scheduler_core_design/index.html b/docs/1.2.0/archived_design/scheduler_core_design/index.html index d87c61219f9..78287fd8b92 100644 --- a/docs/1.2.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.2.0/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.2.0/design/architecture/index.html b/docs/1.2.0/design/architecture/index.html index 53bc53c0489..7be9170a696 100644 --- a/docs/1.2.0/design/architecture/index.html +++ b/docs/1.2.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.2.0/design/cache_removal/index.html b/docs/1.2.0/design/cache_removal/index.html index 4b80da04400..bebe22d2038 100644 --- a/docs/1.2.0/design/cache_removal/index.html +++ b/docs/1.2.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.2.0/design/config_v2/index.html b/docs/1.2.0/design/config_v2/index.html index 97cb3b5c02f..c5c79c34737 100644 --- a/docs/1.2.0/design/config_v2/index.html +++ b/docs/1.2.0/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/1.2.0/design/cross_queue_preemption/index.html b/docs/1.2.0/design/cross_queue_preemption/index.html index d0d6b72f566..173e52ebe0c 100644 --- a/docs/1.2.0/design/cross_queue_preemption/index.html +++ b/docs/1.2.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.2.0/design/gang_scheduling/index.html b/docs/1.2.0/design/gang_scheduling/index.html index eb403633ce4..0ace550e9a5 100644 --- a/docs/1.2.0/design/gang_scheduling/index.html +++ b/docs/1.2.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.2.0/design/generic_resource/index.html b/docs/1.2.0/design/generic_resource/index.html index 5d50a473fdf..794a1441a45 100644 --- a/docs/1.2.0/design/generic_resource/index.html +++ b/docs/1.2.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/1.2.0/design/interface_message_simplification/index.html b/docs/1.2.0/design/interface_message_simplification/index.html index 90507181daa..4bcd254ca0f 100644 --- a/docs/1.2.0/design/interface_message_simplification/index.html +++ b/docs/1.2.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/1.2.0/design/k8shim/index.html b/docs/1.2.0/design/k8shim/index.html index 5217a2ff44e..301910f3654 100644 --- a/docs/1.2.0/design/k8shim/index.html +++ b/docs/1.2.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.2.0/design/namespace_resource_quota/index.html b/docs/1.2.0/design/namespace_resource_quota/index.html index 25ce4bd3d7e..aa51efc6c50 100644 --- a/docs/1.2.0/design/namespace_resource_quota/index.html +++ b/docs/1.2.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.2.0/design/pluggable_app_management/index.html b/docs/1.2.0/design/pluggable_app_management/index.html index a1fcd2dfe26..ac68fd88abf 100644 --- a/docs/1.2.0/design/pluggable_app_management/index.html +++ b/docs/1.2.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.2.0/design/predicates/index.html b/docs/1.2.0/design/predicates/index.html index 50cedf72904..d1a1511cf6f 100644 --- a/docs/1.2.0/design/predicates/index.html +++ b/docs/1.2.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.2.0/design/priority_scheduling/index.html b/docs/1.2.0/design/priority_scheduling/index.html index 1dd8976aae0..be5b9fb748c 100644 --- a/docs/1.2.0/design/priority_scheduling/index.html +++ b/docs/1.2.0/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/1.2.0/design/resilience/index.html b/docs/1.2.0/design/resilience/index.html index 995f5bef97f..4d13e1572b0 100644 --- a/docs/1.2.0/design/resilience/index.html +++ b/docs/1.2.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.2.0/design/scheduler_configuration/index.html b/docs/1.2.0/design/scheduler_configuration/index.html index cad698084a7..8b75ea1af8a 100644 --- a/docs/1.2.0/design/scheduler_configuration/index.html +++ b/docs/1.2.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.2.0/design/scheduler_core_design/index.html b/docs/1.2.0/design/scheduler_core_design/index.html index abbcca2300b..f10fa0fe593 100644 --- a/docs/1.2.0/design/scheduler_core_design/index.html +++ b/docs/1.2.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.2.0/design/scheduler_object_states/index.html b/docs/1.2.0/design/scheduler_object_states/index.html index 14e7c5d4319..2c6e238d55a 100644 --- a/docs/1.2.0/design/scheduler_object_states/index.html +++ b/docs/1.2.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.2.0/design/scheduler_plugin/index.html b/docs/1.2.0/design/scheduler_plugin/index.html index 7af5a2aa68a..12dcb4ad233 100644 --- a/docs/1.2.0/design/scheduler_plugin/index.html +++ b/docs/1.2.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.2.0/design/simple_preemptor/index.html b/docs/1.2.0/design/simple_preemptor/index.html index a4f53618286..d2a7aea6aa4 100644 --- a/docs/1.2.0/design/simple_preemptor/index.html +++ b/docs/1.2.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/1.2.0/design/state_aware_scheduling/index.html b/docs/1.2.0/design/state_aware_scheduling/index.html index c80b2bb6d3b..866a8608665 100644 --- a/docs/1.2.0/design/state_aware_scheduling/index.html +++ b/docs/1.2.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.2.0/design/user_based_resource_usage_tracking/index.html b/docs/1.2.0/design/user_based_resource_usage_tracking/index.html index ac071cf4927..abf80eaebf7 100644 --- a/docs/1.2.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.2.0/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.2.0/design/user_group/index.html b/docs/1.2.0/design/user_group/index.html index 508c4db9bde..8441d376278 100644 --- a/docs/1.2.0/design/user_group/index.html +++ b/docs/1.2.0/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/1.2.0/developer_guide/build/index.html b/docs/1.2.0/developer_guide/build/index.html index 747f21ed16a..f792a8aa152 100644 --- a/docs/1.2.0/developer_guide/build/index.html +++ b/docs/1.2.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.2.0/developer_guide/dependencies/index.html b/docs/1.2.0/developer_guide/dependencies/index.html index c6e5d36ef1b..2eb709d4b0f 100644 --- a/docs/1.2.0/developer_guide/dependencies/index.html +++ b/docs/1.2.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.2.0/developer_guide/deployment/index.html b/docs/1.2.0/developer_guide/deployment/index.html index 5043139a0bb..0e72c8a4bff 100644 --- a/docs/1.2.0/developer_guide/deployment/index.html +++ b/docs/1.2.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.2.0/developer_guide/env_setup/index.html b/docs/1.2.0/developer_guide/env_setup/index.html index e9cb169f58a..93a506431f3 100644 --- a/docs/1.2.0/developer_guide/env_setup/index.html +++ b/docs/1.2.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.2.0/developer_guide/openshift_development/index.html b/docs/1.2.0/developer_guide/openshift_development/index.html index 2042f770aba..f3a01b4f3ba 100644 --- a/docs/1.2.0/developer_guide/openshift_development/index.html +++ b/docs/1.2.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.2.0/get_started/core_features/index.html b/docs/1.2.0/get_started/core_features/index.html index 105f3fca6b4..2aa599b768f 100644 --- a/docs/1.2.0/get_started/core_features/index.html +++ b/docs/1.2.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.2.0/index.html b/docs/1.2.0/index.html index 776b8402b2c..586e0f2c1f8 100644 --- a/docs/1.2.0/index.html +++ b/docs/1.2.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html index b604c6c2b61..379ebc31471 100644 --- a/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.2.0/performance/metrics/index.html b/docs/1.2.0/performance/metrics/index.html index d9a0e53ea1c..617156b9096 100644 --- a/docs/1.2.0/performance/metrics/index.html +++ b/docs/1.2.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.2.0/performance/performance_tutorial/index.html b/docs/1.2.0/performance/performance_tutorial/index.html index 4bb296cc149..ee9d5fc5d14 100644 --- a/docs/1.2.0/performance/performance_tutorial/index.html +++ b/docs/1.2.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.2.0/performance/profiling/index.html b/docs/1.2.0/performance/profiling/index.html index 719192b4e63..3383bbba8b5 100644 --- a/docs/1.2.0/performance/profiling/index.html +++ b/docs/1.2.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/acls/index.html b/docs/1.2.0/user_guide/acls/index.html index 22a76079198..0588fcaebc9 100644 --- a/docs/1.2.0/user_guide/acls/index.html +++ b/docs/1.2.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/deployment_modes/index.html b/docs/1.2.0/user_guide/deployment_modes/index.html index 9d0cae23b12..1f209465b6c 100644 --- a/docs/1.2.0/user_guide/deployment_modes/index.html +++ b/docs/1.2.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/gang_scheduling/index.html b/docs/1.2.0/user_guide/gang_scheduling/index.html index ad2f366374f..2092de3e808 100644 --- a/docs/1.2.0/user_guide/gang_scheduling/index.html +++ b/docs/1.2.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 292c3970097..99fbfc9daea 100644 --- a/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/placement_rules/index.html b/docs/1.2.0/user_guide/placement_rules/index.html index 14834e2a69a..78a567c7ba1 100644 --- a/docs/1.2.0/user_guide/placement_rules/index.html +++ b/docs/1.2.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/priorities/index.html b/docs/1.2.0/user_guide/priorities/index.html index 8fc172bf3e7..48cdf1a0b31 100644 --- a/docs/1.2.0/user_guide/priorities/index.html +++ b/docs/1.2.0/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/queue_config/index.html b/docs/1.2.0/user_guide/queue_config/index.html index 7e6f8e2d3a9..ca28b13f023 100644 --- a/docs/1.2.0/user_guide/queue_config/index.html +++ b/docs/1.2.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/resource_quota_management/index.html b/docs/1.2.0/user_guide/resource_quota_management/index.html index d5825be5e24..b00f000e826 100644 --- a/docs/1.2.0/user_guide/resource_quota_management/index.html +++ b/docs/1.2.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/service_config/index.html b/docs/1.2.0/user_guide/service_config/index.html index 33dfcf09e3f..26270fcba9f 100644 --- a/docs/1.2.0/user_guide/service_config/index.html +++ b/docs/1.2.0/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/sorting_policies/index.html b/docs/1.2.0/user_guide/sorting_policies/index.html index 86fd1656277..0be94410b33 100644 --- a/docs/1.2.0/user_guide/sorting_policies/index.html +++ b/docs/1.2.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/troubleshooting/index.html b/docs/1.2.0/user_guide/troubleshooting/index.html index 1e58ec9ff67..8b50a894b1c 100644 --- a/docs/1.2.0/user_guide/troubleshooting/index.html +++ b/docs/1.2.0/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/usergroup_resolution/index.html b/docs/1.2.0/user_guide/usergroup_resolution/index.html index 71392470145..2751fd2c51b 100644 --- a/docs/1.2.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.2.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/run_flink/index.html b/docs/1.2.0/user_guide/workloads/run_flink/index.html index ff0c518a9d7..aabf555776d 100644 --- a/docs/1.2.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.2.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/run_mpi/index.html b/docs/1.2.0/user_guide/workloads/run_mpi/index.html index 4a97392609f..e1ac7d1978c 100644 --- a/docs/1.2.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.2.0/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/run_nvidia/index.html b/docs/1.2.0/user_guide/workloads/run_nvidia/index.html index 6014c69a5fc..2746a1baf3b 100644 --- a/docs/1.2.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.2.0/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/run_spark/index.html b/docs/1.2.0/user_guide/workloads/run_spark/index.html index 13244a871e6..1407138fe46 100644 --- a/docs/1.2.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.2.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/run_tf/index.html b/docs/1.2.0/user_guide/workloads/run_tf/index.html index ba2c57a2d1a..ece57dd8d5f 100644 --- a/docs/1.2.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.2.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.2.0/user_guide/workloads/workload_overview/index.html b/docs/1.2.0/user_guide/workloads/workload_overview/index.html index 75faf1faf62..032a038dfec 100644 --- a/docs/1.2.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.2.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + diff --git a/docs/1.3.0/api/cluster/index.html b/docs/1.3.0/api/cluster/index.html index 4ad970b4a8f..39c29f3e233 100644 --- a/docs/1.3.0/api/cluster/index.html +++ b/docs/1.3.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.3.0/api/scheduler/index.html b/docs/1.3.0/api/scheduler/index.html index 2734a3feede..7349429af87 100644 --- a/docs/1.3.0/api/scheduler/index.html +++ b/docs/1.3.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.3.0/api/system/index.html b/docs/1.3.0/api/system/index.html index f50039a7934..e07ec44682a 100644 --- a/docs/1.3.0/api/system/index.html +++ b/docs/1.3.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.3.0/archived_design/cross_queue_preemption/index.html b/docs/1.3.0/archived_design/cross_queue_preemption/index.html index 3bd8f2a9fbc..11b0b35ab9c 100644 --- a/docs/1.3.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.3.0/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.3.0/archived_design/k8shim/index.html b/docs/1.3.0/archived_design/k8shim/index.html index 38d73ce2aed..c984800193d 100644 --- a/docs/1.3.0/archived_design/k8shim/index.html +++ b/docs/1.3.0/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.3.0/archived_design/namespace_resource_quota/index.html b/docs/1.3.0/archived_design/namespace_resource_quota/index.html index b85150cab5d..b53a450746e 100644 --- a/docs/1.3.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.3.0/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.3.0/archived_design/predicates/index.html b/docs/1.3.0/archived_design/predicates/index.html index cffaf6292f6..acf060a24b7 100644 --- a/docs/1.3.0/archived_design/predicates/index.html +++ b/docs/1.3.0/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.3.0/archived_design/scheduler_core_design/index.html b/docs/1.3.0/archived_design/scheduler_core_design/index.html index 38d2c2a0b98..f14aa105a2a 100644 --- a/docs/1.3.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.3.0/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.3.0/design/architecture/index.html b/docs/1.3.0/design/architecture/index.html index a61b81fbb3c..6e2b3d2629c 100644 --- a/docs/1.3.0/design/architecture/index.html +++ b/docs/1.3.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.3.0/design/cache_removal/index.html b/docs/1.3.0/design/cache_removal/index.html index 76d2cae0504..1dbfd14db42 100644 --- a/docs/1.3.0/design/cache_removal/index.html +++ b/docs/1.3.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.3.0/design/config_v2/index.html b/docs/1.3.0/design/config_v2/index.html index 12023f97c71..53f975a2c8f 100644 --- a/docs/1.3.0/design/config_v2/index.html +++ b/docs/1.3.0/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/1.3.0/design/gang_scheduling/index.html b/docs/1.3.0/design/gang_scheduling/index.html index 0963f4244c2..cd18ca8355f 100644 --- a/docs/1.3.0/design/gang_scheduling/index.html +++ b/docs/1.3.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.3.0/design/generic_resource/index.html b/docs/1.3.0/design/generic_resource/index.html index 78542326090..159acb2caca 100644 --- a/docs/1.3.0/design/generic_resource/index.html +++ b/docs/1.3.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/1.3.0/design/interface_message_simplification/index.html b/docs/1.3.0/design/interface_message_simplification/index.html index e90320b5a10..121fa36ad52 100644 --- a/docs/1.3.0/design/interface_message_simplification/index.html +++ b/docs/1.3.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/1.3.0/design/pluggable_app_management/index.html b/docs/1.3.0/design/pluggable_app_management/index.html index 3f94e3a8ac9..055fa0e03c1 100644 --- a/docs/1.3.0/design/pluggable_app_management/index.html +++ b/docs/1.3.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.3.0/design/preemption/index.html b/docs/1.3.0/design/preemption/index.html index addebe52571..407f92f6c63 100644 --- a/docs/1.3.0/design/preemption/index.html +++ b/docs/1.3.0/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/1.3.0/design/priority_scheduling/index.html b/docs/1.3.0/design/priority_scheduling/index.html index 74b61fae728..2379db29255 100644 --- a/docs/1.3.0/design/priority_scheduling/index.html +++ b/docs/1.3.0/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/1.3.0/design/resilience/index.html b/docs/1.3.0/design/resilience/index.html index 7c30fa410d8..9d86026d30f 100644 --- a/docs/1.3.0/design/resilience/index.html +++ b/docs/1.3.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.3.0/design/scheduler_configuration/index.html b/docs/1.3.0/design/scheduler_configuration/index.html index dbcbb9ae25c..4a19512c573 100644 --- a/docs/1.3.0/design/scheduler_configuration/index.html +++ b/docs/1.3.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.3.0/design/scheduler_object_states/index.html b/docs/1.3.0/design/scheduler_object_states/index.html index b3f1e2ecd45..cd8f34042fa 100644 --- a/docs/1.3.0/design/scheduler_object_states/index.html +++ b/docs/1.3.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.3.0/design/scheduler_plugin/index.html b/docs/1.3.0/design/scheduler_plugin/index.html index 21cfc5dac08..96c7c02358d 100644 --- a/docs/1.3.0/design/scheduler_plugin/index.html +++ b/docs/1.3.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.3.0/design/simple_preemptor/index.html b/docs/1.3.0/design/simple_preemptor/index.html index 507c9142aa5..3c7914a7461 100644 --- a/docs/1.3.0/design/simple_preemptor/index.html +++ b/docs/1.3.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/1.3.0/design/state_aware_scheduling/index.html b/docs/1.3.0/design/state_aware_scheduling/index.html index e50d065275e..8a31cc94f29 100644 --- a/docs/1.3.0/design/state_aware_scheduling/index.html +++ b/docs/1.3.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.3.0/design/user_based_resource_usage_tracking/index.html b/docs/1.3.0/design/user_based_resource_usage_tracking/index.html index 0df2a6520ee..9b6f7ca66dc 100644 --- a/docs/1.3.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.3.0/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.3.0/design/user_group/index.html b/docs/1.3.0/design/user_group/index.html index 46cba80969d..07d94d9e865 100644 --- a/docs/1.3.0/design/user_group/index.html +++ b/docs/1.3.0/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html b/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html index b923851f480..3fb46c09dec 100644 --- a/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html +++ b/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + diff --git a/docs/1.3.0/developer_guide/build/index.html b/docs/1.3.0/developer_guide/build/index.html index 33a4b9f4333..b90aed65a8f 100644 --- a/docs/1.3.0/developer_guide/build/index.html +++ b/docs/1.3.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.3.0/developer_guide/dependencies/index.html b/docs/1.3.0/developer_guide/dependencies/index.html index 347b8a0cf92..a6ac3d0ec5f 100644 --- a/docs/1.3.0/developer_guide/dependencies/index.html +++ b/docs/1.3.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.3.0/developer_guide/deployment/index.html b/docs/1.3.0/developer_guide/deployment/index.html index 2b37ddc0b06..d6cffb8bedc 100644 --- a/docs/1.3.0/developer_guide/deployment/index.html +++ b/docs/1.3.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.3.0/developer_guide/env_setup/index.html b/docs/1.3.0/developer_guide/env_setup/index.html index 001fca3ac29..e4c8dec4857 100644 --- a/docs/1.3.0/developer_guide/env_setup/index.html +++ b/docs/1.3.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.3.0/developer_guide/openshift_development/index.html b/docs/1.3.0/developer_guide/openshift_development/index.html index da878608da7..05af3272924 100644 --- a/docs/1.3.0/developer_guide/openshift_development/index.html +++ b/docs/1.3.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.3.0/get_started/core_features/index.html b/docs/1.3.0/get_started/core_features/index.html index 556476abd29..0259fe74c4f 100644 --- a/docs/1.3.0/get_started/core_features/index.html +++ b/docs/1.3.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.3.0/index.html b/docs/1.3.0/index.html index fbfabec437f..a993e457cdf 100644 --- a/docs/1.3.0/index.html +++ b/docs/1.3.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html index 36fea4b0d72..b0a9456d129 100644 --- a/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.3.0/performance/metrics/index.html b/docs/1.3.0/performance/metrics/index.html index c736627b63b..29e1c4f18a0 100644 --- a/docs/1.3.0/performance/metrics/index.html +++ b/docs/1.3.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.3.0/performance/performance_tutorial/index.html b/docs/1.3.0/performance/performance_tutorial/index.html index 67480bcbb68..acb8eb5e998 100644 --- a/docs/1.3.0/performance/performance_tutorial/index.html +++ b/docs/1.3.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.3.0/performance/profiling/index.html b/docs/1.3.0/performance/profiling/index.html index ee785e05657..46ac99d6d81 100644 --- a/docs/1.3.0/performance/profiling/index.html +++ b/docs/1.3.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/acls/index.html b/docs/1.3.0/user_guide/acls/index.html index 667b2bf2259..7509fe4925a 100644 --- a/docs/1.3.0/user_guide/acls/index.html +++ b/docs/1.3.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/deployment_modes/index.html b/docs/1.3.0/user_guide/deployment_modes/index.html index 679fc746b1e..45fab055a25 100644 --- a/docs/1.3.0/user_guide/deployment_modes/index.html +++ b/docs/1.3.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/gang_scheduling/index.html b/docs/1.3.0/user_guide/gang_scheduling/index.html index 7bb5d1ca41e..75c83a8e39d 100644 --- a/docs/1.3.0/user_guide/gang_scheduling/index.html +++ b/docs/1.3.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html index b92dd4ce095..f1c6c8bd9ef 100644 --- a/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/placement_rules/index.html b/docs/1.3.0/user_guide/placement_rules/index.html index 1f0ca33cce5..1f9c1e43628 100644 --- a/docs/1.3.0/user_guide/placement_rules/index.html +++ b/docs/1.3.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/priorities/index.html b/docs/1.3.0/user_guide/priorities/index.html index 3cbd0f7c0ee..da40c077cc9 100644 --- a/docs/1.3.0/user_guide/priorities/index.html +++ b/docs/1.3.0/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/prometheus/index.html b/docs/1.3.0/user_guide/prometheus/index.html index 221fd9f5576..31413a2a50b 100644 --- a/docs/1.3.0/user_guide/prometheus/index.html +++ b/docs/1.3.0/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/queue_config/index.html b/docs/1.3.0/user_guide/queue_config/index.html index f14ae4c5a57..b5d873d3922 100644 --- a/docs/1.3.0/user_guide/queue_config/index.html +++ b/docs/1.3.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/resource_quota_management/index.html b/docs/1.3.0/user_guide/resource_quota_management/index.html index b9ba2963741..332a507f2b2 100644 --- a/docs/1.3.0/user_guide/resource_quota_management/index.html +++ b/docs/1.3.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/service_config/index.html b/docs/1.3.0/user_guide/service_config/index.html index 9d64b9d0633..dcba921ffc8 100644 --- a/docs/1.3.0/user_guide/service_config/index.html +++ b/docs/1.3.0/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/sorting_policies/index.html b/docs/1.3.0/user_guide/sorting_policies/index.html index 359498068d9..0eacd3cb710 100644 --- a/docs/1.3.0/user_guide/sorting_policies/index.html +++ b/docs/1.3.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/troubleshooting/index.html b/docs/1.3.0/user_guide/troubleshooting/index.html index 8757530a57f..4da03f7fab2 100644 --- a/docs/1.3.0/user_guide/troubleshooting/index.html +++ b/docs/1.3.0/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/use_cases/index.html b/docs/1.3.0/user_guide/use_cases/index.html index 2c7b7ca3fba..f7c3fbda408 100644 --- a/docs/1.3.0/user_guide/use_cases/index.html +++ b/docs/1.3.0/user_guide/use_cases/index.html @@ -4,7 +4,7 @@ Use Cases | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/usergroup_resolution/index.html b/docs/1.3.0/user_guide/usergroup_resolution/index.html index 486fa1ee7f7..ba1288accc0 100644 --- a/docs/1.3.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.3.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/run_flink/index.html b/docs/1.3.0/user_guide/workloads/run_flink/index.html index 654a4df0851..2f8681c8a0c 100644 --- a/docs/1.3.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.3.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/run_mpi/index.html b/docs/1.3.0/user_guide/workloads/run_mpi/index.html index aef99814301..a75e4a7b57a 100644 --- a/docs/1.3.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.3.0/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/run_nvidia/index.html b/docs/1.3.0/user_guide/workloads/run_nvidia/index.html index db8ddd009cd..3c90ee9deab 100644 --- a/docs/1.3.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.3.0/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/run_spark/index.html b/docs/1.3.0/user_guide/workloads/run_spark/index.html index 2598166d252..7abb71687c4 100644 --- a/docs/1.3.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.3.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/run_tf/index.html b/docs/1.3.0/user_guide/workloads/run_tf/index.html index b2b96f74174..c2c8b634a2a 100644 --- a/docs/1.3.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.3.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.3.0/user_guide/workloads/workload_overview/index.html b/docs/1.3.0/user_guide/workloads/workload_overview/index.html index f7925b69c10..b1ce0a6c4c5 100644 --- a/docs/1.3.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.3.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + diff --git a/docs/1.4.0/api/cluster/index.html b/docs/1.4.0/api/cluster/index.html index 41241400f2b..3be494fb335 100644 --- a/docs/1.4.0/api/cluster/index.html +++ b/docs/1.4.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.4.0/api/scheduler/index.html b/docs/1.4.0/api/scheduler/index.html index 8716822b7d0..163e3699326 100644 --- a/docs/1.4.0/api/scheduler/index.html +++ b/docs/1.4.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.4.0/api/system/index.html b/docs/1.4.0/api/system/index.html index 6ec38d11d49..c9468b10f12 100644 --- a/docs/1.4.0/api/system/index.html +++ b/docs/1.4.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/cross_queue_preemption/index.html b/docs/1.4.0/archived_design/cross_queue_preemption/index.html index 78f28002860..87c0f068d79 100644 --- a/docs/1.4.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.4.0/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/k8shim/index.html b/docs/1.4.0/archived_design/k8shim/index.html index 483c2b1b326..06387139318 100644 --- a/docs/1.4.0/archived_design/k8shim/index.html +++ b/docs/1.4.0/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/namespace_resource_quota/index.html b/docs/1.4.0/archived_design/namespace_resource_quota/index.html index 68f780e7f18..44829afb38d 100644 --- a/docs/1.4.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.4.0/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/pluggable_app_management/index.html b/docs/1.4.0/archived_design/pluggable_app_management/index.html index 6f5a090e706..babb8daba93 100644 --- a/docs/1.4.0/archived_design/pluggable_app_management/index.html +++ b/docs/1.4.0/archived_design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/predicates/index.html b/docs/1.4.0/archived_design/predicates/index.html index 03bac726c5b..d36f5a6ba55 100644 --- a/docs/1.4.0/archived_design/predicates/index.html +++ b/docs/1.4.0/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.4.0/archived_design/scheduler_core_design/index.html b/docs/1.4.0/archived_design/scheduler_core_design/index.html index e3cc936e539..58e558dbec4 100644 --- a/docs/1.4.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.4.0/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.4.0/design/architecture/index.html b/docs/1.4.0/design/architecture/index.html index 2fe6688566a..bf3291b3419 100644 --- a/docs/1.4.0/design/architecture/index.html +++ b/docs/1.4.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.4.0/design/cache_removal/index.html b/docs/1.4.0/design/cache_removal/index.html index 2e4cdf444a5..2839d1484c2 100644 --- a/docs/1.4.0/design/cache_removal/index.html +++ b/docs/1.4.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.4.0/design/config_v2/index.html b/docs/1.4.0/design/config_v2/index.html index e6259b8023d..e10ff071fb7 100644 --- a/docs/1.4.0/design/config_v2/index.html +++ b/docs/1.4.0/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/1.4.0/design/gang_scheduling/index.html b/docs/1.4.0/design/gang_scheduling/index.html index 1d1a704bba5..edcf635ccff 100644 --- a/docs/1.4.0/design/gang_scheduling/index.html +++ b/docs/1.4.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.4.0/design/generic_resource/index.html b/docs/1.4.0/design/generic_resource/index.html index 3293b37c4cb..54ac8116f2f 100644 --- a/docs/1.4.0/design/generic_resource/index.html +++ b/docs/1.4.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/1.4.0/design/historical_usage_tracking/index.html b/docs/1.4.0/design/historical_usage_tracking/index.html index 1925427606f..7aa9d19cecc 100644 --- a/docs/1.4.0/design/historical_usage_tracking/index.html +++ b/docs/1.4.0/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.4.0/design/interface_message_simplification/index.html b/docs/1.4.0/design/interface_message_simplification/index.html index 51142b17d41..51516b24816 100644 --- a/docs/1.4.0/design/interface_message_simplification/index.html +++ b/docs/1.4.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/1.4.0/design/preemption/index.html b/docs/1.4.0/design/preemption/index.html index 4ace6b8a59e..07d80432b23 100644 --- a/docs/1.4.0/design/preemption/index.html +++ b/docs/1.4.0/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/1.4.0/design/priority_scheduling/index.html b/docs/1.4.0/design/priority_scheduling/index.html index 83ecfbe2d4f..7595a9fa878 100644 --- a/docs/1.4.0/design/priority_scheduling/index.html +++ b/docs/1.4.0/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/1.4.0/design/resilience/index.html b/docs/1.4.0/design/resilience/index.html index 3af92390fe1..aba62e0d5f4 100644 --- a/docs/1.4.0/design/resilience/index.html +++ b/docs/1.4.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.4.0/design/scheduler_configuration/index.html b/docs/1.4.0/design/scheduler_configuration/index.html index 62a45c66416..e8e353d1d9a 100644 --- a/docs/1.4.0/design/scheduler_configuration/index.html +++ b/docs/1.4.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.4.0/design/scheduler_object_states/index.html b/docs/1.4.0/design/scheduler_object_states/index.html index 0aca03aae04..63098df4c19 100644 --- a/docs/1.4.0/design/scheduler_object_states/index.html +++ b/docs/1.4.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.4.0/design/scheduler_plugin/index.html b/docs/1.4.0/design/scheduler_plugin/index.html index eae2eadd8d2..e4a5b2e23e8 100644 --- a/docs/1.4.0/design/scheduler_plugin/index.html +++ b/docs/1.4.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.4.0/design/simple_preemptor/index.html b/docs/1.4.0/design/simple_preemptor/index.html index ce2c9133a78..02adff7638f 100644 --- a/docs/1.4.0/design/simple_preemptor/index.html +++ b/docs/1.4.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/1.4.0/design/state_aware_scheduling/index.html b/docs/1.4.0/design/state_aware_scheduling/index.html index 131e1aa9b6f..64840a69e80 100644 --- a/docs/1.4.0/design/state_aware_scheduling/index.html +++ b/docs/1.4.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.4.0/design/user_based_resource_usage_tracking/index.html b/docs/1.4.0/design/user_based_resource_usage_tracking/index.html index fd474f9c832..0a3599c7095 100644 --- a/docs/1.4.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.4.0/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.4.0/design/user_group/index.html b/docs/1.4.0/design/user_group/index.html index 07d8a0c4c06..5e088e58538 100644 --- a/docs/1.4.0/design/user_group/index.html +++ b/docs/1.4.0/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/1.4.0/design/user_group_resource_usage_enforcement/index.html b/docs/1.4.0/design/user_group_resource_usage_enforcement/index.html index 0105b99e267..e7ec643e638 100644 --- a/docs/1.4.0/design/user_group_resource_usage_enforcement/index.html +++ b/docs/1.4.0/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + diff --git a/docs/1.4.0/developer_guide/build/index.html b/docs/1.4.0/developer_guide/build/index.html index cec4e320859..7d4b9724b50 100644 --- a/docs/1.4.0/developer_guide/build/index.html +++ b/docs/1.4.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.4.0/developer_guide/dependencies/index.html b/docs/1.4.0/developer_guide/dependencies/index.html index 197b079b6cf..4723383071f 100644 --- a/docs/1.4.0/developer_guide/dependencies/index.html +++ b/docs/1.4.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.4.0/developer_guide/deployment/index.html b/docs/1.4.0/developer_guide/deployment/index.html index 26629c2937e..46960123996 100644 --- a/docs/1.4.0/developer_guide/deployment/index.html +++ b/docs/1.4.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.4.0/developer_guide/env_setup/index.html b/docs/1.4.0/developer_guide/env_setup/index.html index 867d8e7ee56..ad4bd7b5bab 100644 --- a/docs/1.4.0/developer_guide/env_setup/index.html +++ b/docs/1.4.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.4.0/developer_guide/openshift_development/index.html b/docs/1.4.0/developer_guide/openshift_development/index.html index 4df204cab38..5e4d1edfc12 100644 --- a/docs/1.4.0/developer_guide/openshift_development/index.html +++ b/docs/1.4.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.4.0/get_started/core_features/index.html b/docs/1.4.0/get_started/core_features/index.html index aac6afe2a10..8002fe129b6 100644 --- a/docs/1.4.0/get_started/core_features/index.html +++ b/docs/1.4.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.4.0/index.html b/docs/1.4.0/index.html index 52826ada37d..d9157b61f2c 100644 --- a/docs/1.4.0/index.html +++ b/docs/1.4.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.4.0/metrics/queue/index.html b/docs/1.4.0/metrics/queue/index.html index 99f8f6138a2..e1caacc1efb 100644 --- a/docs/1.4.0/metrics/queue/index.html +++ b/docs/1.4.0/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | Apache YuniKorn - + diff --git a/docs/1.4.0/metrics/runtime/index.html b/docs/1.4.0/metrics/runtime/index.html index b64917f7695..15c9e697705 100644 --- a/docs/1.4.0/metrics/runtime/index.html +++ b/docs/1.4.0/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | Apache YuniKorn - + diff --git a/docs/1.4.0/metrics/scheduler/index.html b/docs/1.4.0/metrics/scheduler/index.html index 1b1d5c11f63..5089b2e443a 100644 --- a/docs/1.4.0/metrics/scheduler/index.html +++ b/docs/1.4.0/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.4.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.4.0/performance/evaluate_perf_function_with_kubemark/index.html index 649f6db88ef..95fbc10b930 100644 --- a/docs/1.4.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.4.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.4.0/performance/metrics/index.html b/docs/1.4.0/performance/metrics/index.html index 8abfa8acd41..d8be4ad9c6b 100644 --- a/docs/1.4.0/performance/metrics/index.html +++ b/docs/1.4.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.4.0/performance/performance_tutorial/index.html b/docs/1.4.0/performance/performance_tutorial/index.html index abe229b47a0..88f78a33ecc 100644 --- a/docs/1.4.0/performance/performance_tutorial/index.html +++ b/docs/1.4.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.4.0/performance/profiling/index.html b/docs/1.4.0/performance/profiling/index.html index 7f3e2bf7c1d..e1d078240c2 100644 --- a/docs/1.4.0/performance/profiling/index.html +++ b/docs/1.4.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/acls/index.html b/docs/1.4.0/user_guide/acls/index.html index bb02cd380a1..bed113e949f 100644 --- a/docs/1.4.0/user_guide/acls/index.html +++ b/docs/1.4.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/deployment_modes/index.html b/docs/1.4.0/user_guide/deployment_modes/index.html index 8418288e816..290fc99dec7 100644 --- a/docs/1.4.0/user_guide/deployment_modes/index.html +++ b/docs/1.4.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/gang_scheduling/index.html b/docs/1.4.0/user_guide/gang_scheduling/index.html index 4d794a8a38b..ba411a94f9f 100644 --- a/docs/1.4.0/user_guide/gang_scheduling/index.html +++ b/docs/1.4.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.4.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 9d7f2b8eaf7..20d850b6449 100644 --- a/docs/1.4.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.4.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/placement_rules/index.html b/docs/1.4.0/user_guide/placement_rules/index.html index e81a93032a9..a31afc5fd57 100644 --- a/docs/1.4.0/user_guide/placement_rules/index.html +++ b/docs/1.4.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/preemption_cases/index.html b/docs/1.4.0/user_guide/preemption_cases/index.html index 2bf78340867..8edf98a9e50 100644 --- a/docs/1.4.0/user_guide/preemption_cases/index.html +++ b/docs/1.4.0/user_guide/preemption_cases/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/priorities/index.html b/docs/1.4.0/user_guide/priorities/index.html index 3651ee29c1f..1db5d7df8b0 100644 --- a/docs/1.4.0/user_guide/priorities/index.html +++ b/docs/1.4.0/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/prometheus/index.html b/docs/1.4.0/user_guide/prometheus/index.html index 3f336adba1a..17f9762701b 100644 --- a/docs/1.4.0/user_guide/prometheus/index.html +++ b/docs/1.4.0/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/queue_config/index.html b/docs/1.4.0/user_guide/queue_config/index.html index caf2c3b7bce..bcbac98a0a7 100644 --- a/docs/1.4.0/user_guide/queue_config/index.html +++ b/docs/1.4.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/resource_quota_management/index.html b/docs/1.4.0/user_guide/resource_quota_management/index.html index 3d514e22fb9..9f124d170d9 100644 --- a/docs/1.4.0/user_guide/resource_quota_management/index.html +++ b/docs/1.4.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/service_config/index.html b/docs/1.4.0/user_guide/service_config/index.html index 16b34a8b843..aa235197436 100644 --- a/docs/1.4.0/user_guide/service_config/index.html +++ b/docs/1.4.0/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/sorting_policies/index.html b/docs/1.4.0/user_guide/sorting_policies/index.html index 909c1f74fbb..f3a9dd2d9f0 100644 --- a/docs/1.4.0/user_guide/sorting_policies/index.html +++ b/docs/1.4.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/troubleshooting/index.html b/docs/1.4.0/user_guide/troubleshooting/index.html index 4d95727d499..a7104b2ee19 100644 --- a/docs/1.4.0/user_guide/troubleshooting/index.html +++ b/docs/1.4.0/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/use_cases/index.html b/docs/1.4.0/user_guide/use_cases/index.html index 45f548983a9..f401019eee5 100644 --- a/docs/1.4.0/user_guide/use_cases/index.html +++ b/docs/1.4.0/user_guide/use_cases/index.html @@ -4,7 +4,7 @@ Use Cases | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/usergroup_resolution/index.html b/docs/1.4.0/user_guide/usergroup_resolution/index.html index a114eb8033e..ece5cf80b04 100644 --- a/docs/1.4.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.4.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/run_flink/index.html b/docs/1.4.0/user_guide/workloads/run_flink/index.html index f09fff04559..e82a0d5cc92 100644 --- a/docs/1.4.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.4.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/run_mpi/index.html b/docs/1.4.0/user_guide/workloads/run_mpi/index.html index adb2bc5069e..a934e0ec0a2 100644 --- a/docs/1.4.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.4.0/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/run_nvidia/index.html b/docs/1.4.0/user_guide/workloads/run_nvidia/index.html index 3dcc5abacbf..4cf5a092431 100644 --- a/docs/1.4.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.4.0/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/run_spark/index.html b/docs/1.4.0/user_guide/workloads/run_spark/index.html index b8abc690684..f7cba896f8b 100644 --- a/docs/1.4.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.4.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/run_tf/index.html b/docs/1.4.0/user_guide/workloads/run_tf/index.html index 9b87da838a4..60d52e98f24 100644 --- a/docs/1.4.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.4.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.4.0/user_guide/workloads/workload_overview/index.html b/docs/1.4.0/user_guide/workloads/workload_overview/index.html index c9741c5b9ca..df25c68d838 100644 --- a/docs/1.4.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.4.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + diff --git a/docs/1.5.0/api/cluster/index.html b/docs/1.5.0/api/cluster/index.html index 6def77d2698..fc4859fce50 100644 --- a/docs/1.5.0/api/cluster/index.html +++ b/docs/1.5.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/1.5.0/api/scheduler/index.html b/docs/1.5.0/api/scheduler/index.html index efe13532aa0..7cae0612780 100644 --- a/docs/1.5.0/api/scheduler/index.html +++ b/docs/1.5.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.5.0/api/system/index.html b/docs/1.5.0/api/system/index.html index f20b4d027ae..075a98fb4f3 100644 --- a/docs/1.5.0/api/system/index.html +++ b/docs/1.5.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/cross_queue_preemption/index.html b/docs/1.5.0/archived_design/cross_queue_preemption/index.html index e70819bbb45..3d1988051ca 100644 --- a/docs/1.5.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.5.0/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/k8shim/index.html b/docs/1.5.0/archived_design/k8shim/index.html index 692029864a3..56de09a24dc 100644 --- a/docs/1.5.0/archived_design/k8shim/index.html +++ b/docs/1.5.0/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/namespace_resource_quota/index.html b/docs/1.5.0/archived_design/namespace_resource_quota/index.html index e30fb78d5d7..04e08ab017a 100644 --- a/docs/1.5.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.5.0/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/pluggable_app_management/index.html b/docs/1.5.0/archived_design/pluggable_app_management/index.html index 316e78960e6..1acaca1d157 100644 --- a/docs/1.5.0/archived_design/pluggable_app_management/index.html +++ b/docs/1.5.0/archived_design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/predicates/index.html b/docs/1.5.0/archived_design/predicates/index.html index 8dd446f4145..91c1da8704a 100644 --- a/docs/1.5.0/archived_design/predicates/index.html +++ b/docs/1.5.0/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/1.5.0/archived_design/scheduler_core_design/index.html b/docs/1.5.0/archived_design/scheduler_core_design/index.html index a4f1c424ffb..2d537e29d07 100644 --- a/docs/1.5.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.5.0/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/1.5.0/design/architecture/index.html b/docs/1.5.0/design/architecture/index.html index 2bf77df8195..fede48abdd6 100644 --- a/docs/1.5.0/design/architecture/index.html +++ b/docs/1.5.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/1.5.0/design/cache_removal/index.html b/docs/1.5.0/design/cache_removal/index.html index f42ac0bc8a8..2d8dcda1bcd 100644 --- a/docs/1.5.0/design/cache_removal/index.html +++ b/docs/1.5.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/1.5.0/design/config_v2/index.html b/docs/1.5.0/design/config_v2/index.html index cbe07e4e605..c05f1c5945b 100644 --- a/docs/1.5.0/design/config_v2/index.html +++ b/docs/1.5.0/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/1.5.0/design/gang_scheduling/index.html b/docs/1.5.0/design/gang_scheduling/index.html index 63d0ca5860b..d9d5d79d919 100644 --- a/docs/1.5.0/design/gang_scheduling/index.html +++ b/docs/1.5.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/1.5.0/design/generic_resource/index.html b/docs/1.5.0/design/generic_resource/index.html index 23836b750de..21df510fb7c 100644 --- a/docs/1.5.0/design/generic_resource/index.html +++ b/docs/1.5.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/1.5.0/design/historical_usage_tracking/index.html b/docs/1.5.0/design/historical_usage_tracking/index.html index c0b654ac6ef..ffd561ff831 100644 --- a/docs/1.5.0/design/historical_usage_tracking/index.html +++ b/docs/1.5.0/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.5.0/design/interface_message_simplification/index.html b/docs/1.5.0/design/interface_message_simplification/index.html index 76b3aa4d237..7ad2cb8d54e 100644 --- a/docs/1.5.0/design/interface_message_simplification/index.html +++ b/docs/1.5.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/1.5.0/design/preemption/index.html b/docs/1.5.0/design/preemption/index.html index fdc2a34b8d5..63efaa9b766 100644 --- a/docs/1.5.0/design/preemption/index.html +++ b/docs/1.5.0/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/1.5.0/design/priority_scheduling/index.html b/docs/1.5.0/design/priority_scheduling/index.html index 923b2a48b27..4a2b07aef79 100644 --- a/docs/1.5.0/design/priority_scheduling/index.html +++ b/docs/1.5.0/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/1.5.0/design/resilience/index.html b/docs/1.5.0/design/resilience/index.html index 863fd05aff5..d5094f4e457 100644 --- a/docs/1.5.0/design/resilience/index.html +++ b/docs/1.5.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/1.5.0/design/scheduler_configuration/index.html b/docs/1.5.0/design/scheduler_configuration/index.html index c9c061b2af7..473172a29ca 100644 --- a/docs/1.5.0/design/scheduler_configuration/index.html +++ b/docs/1.5.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/1.5.0/design/scheduler_plugin/index.html b/docs/1.5.0/design/scheduler_plugin/index.html index 43af62511ba..cbb479e87a2 100644 --- a/docs/1.5.0/design/scheduler_plugin/index.html +++ b/docs/1.5.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/1.5.0/design/simple_preemptor/index.html b/docs/1.5.0/design/simple_preemptor/index.html index f735a4e0c1b..689d455bd53 100644 --- a/docs/1.5.0/design/simple_preemptor/index.html +++ b/docs/1.5.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/1.5.0/design/state_aware_scheduling/index.html b/docs/1.5.0/design/state_aware_scheduling/index.html index eea3fc51fe4..cb44bb21348 100644 --- a/docs/1.5.0/design/state_aware_scheduling/index.html +++ b/docs/1.5.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/1.5.0/design/user_based_resource_usage_tracking/index.html b/docs/1.5.0/design/user_based_resource_usage_tracking/index.html index 631f4367967..62d724efac9 100644 --- a/docs/1.5.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.5.0/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/1.5.0/design/user_group/index.html b/docs/1.5.0/design/user_group/index.html index 20bbf399b55..7b259677731 100644 --- a/docs/1.5.0/design/user_group/index.html +++ b/docs/1.5.0/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/1.5.0/design/user_group_resource_usage_enforcement/index.html b/docs/1.5.0/design/user_group_resource_usage_enforcement/index.html index 379c2b598c8..b67dac0e0c4 100644 --- a/docs/1.5.0/design/user_group_resource_usage_enforcement/index.html +++ b/docs/1.5.0/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/build/index.html b/docs/1.5.0/developer_guide/build/index.html index eb7eafab1f7..66c91995369 100644 --- a/docs/1.5.0/developer_guide/build/index.html +++ b/docs/1.5.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/dependencies/index.html b/docs/1.5.0/developer_guide/dependencies/index.html index 8b604865b3f..5033c5f3a37 100644 --- a/docs/1.5.0/developer_guide/dependencies/index.html +++ b/docs/1.5.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/deployment/index.html b/docs/1.5.0/developer_guide/deployment/index.html index 2141aa1b130..b56baec4ab1 100644 --- a/docs/1.5.0/developer_guide/deployment/index.html +++ b/docs/1.5.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/env_setup/index.html b/docs/1.5.0/developer_guide/env_setup/index.html index 42d7be9d184..df55aa8a76a 100644 --- a/docs/1.5.0/developer_guide/env_setup/index.html +++ b/docs/1.5.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/openshift_development/index.html b/docs/1.5.0/developer_guide/openshift_development/index.html index bf7418ee495..92b2ba78350 100644 --- a/docs/1.5.0/developer_guide/openshift_development/index.html +++ b/docs/1.5.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/1.5.0/developer_guide/scheduler_object_states/index.html b/docs/1.5.0/developer_guide/scheduler_object_states/index.html index 1062d0424dd..2699d934fb6 100644 --- a/docs/1.5.0/developer_guide/scheduler_object_states/index.html +++ b/docs/1.5.0/developer_guide/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/1.5.0/get_started/core_features/index.html b/docs/1.5.0/get_started/core_features/index.html index 4dc34faa533..437c244aa86 100644 --- a/docs/1.5.0/get_started/core_features/index.html +++ b/docs/1.5.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/1.5.0/get_started/version/index.html b/docs/1.5.0/get_started/version/index.html index 65d6ddedee4..4655db317ec 100644 --- a/docs/1.5.0/get_started/version/index.html +++ b/docs/1.5.0/get_started/version/index.html @@ -4,7 +4,7 @@ Version details | Apache YuniKorn - + diff --git a/docs/1.5.0/index.html b/docs/1.5.0/index.html index 620b8ad6b59..62c63fe46f9 100644 --- a/docs/1.5.0/index.html +++ b/docs/1.5.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/1.5.0/metrics/queue/index.html b/docs/1.5.0/metrics/queue/index.html index 1e6c54e1bf1..e56c03353a9 100644 --- a/docs/1.5.0/metrics/queue/index.html +++ b/docs/1.5.0/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | Apache YuniKorn - + diff --git a/docs/1.5.0/metrics/runtime/index.html b/docs/1.5.0/metrics/runtime/index.html index c89c0559e18..aa3a9e32d29 100644 --- a/docs/1.5.0/metrics/runtime/index.html +++ b/docs/1.5.0/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | Apache YuniKorn - + diff --git a/docs/1.5.0/metrics/scheduler/index.html b/docs/1.5.0/metrics/scheduler/index.html index 7ff71f18f24..b534733571a 100644 --- a/docs/1.5.0/metrics/scheduler/index.html +++ b/docs/1.5.0/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/1.5.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.5.0/performance/evaluate_perf_function_with_kubemark/index.html index 4151bf6a8e5..47c9aafc817 100644 --- a/docs/1.5.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.5.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/1.5.0/performance/evaluate_perf_function_with_kwok/index.html b/docs/1.5.0/performance/evaluate_perf_function_with_kwok/index.html index fafa1d23f3f..36166ae7034 100644 --- a/docs/1.5.0/performance/evaluate_perf_function_with_kwok/index.html +++ b/docs/1.5.0/performance/evaluate_perf_function_with_kwok/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with KWOK | Apache YuniKorn - + diff --git a/docs/1.5.0/performance/metrics/index.html b/docs/1.5.0/performance/metrics/index.html index 5932783545e..b6f9c70b2d3 100644 --- a/docs/1.5.0/performance/metrics/index.html +++ b/docs/1.5.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/1.5.0/performance/performance_tutorial/index.html b/docs/1.5.0/performance/performance_tutorial/index.html index 3306ad5ea81..0f44da35f71 100644 --- a/docs/1.5.0/performance/performance_tutorial/index.html +++ b/docs/1.5.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/1.5.0/performance/profiling/index.html b/docs/1.5.0/performance/profiling/index.html index 01b7eb7818c..68ef934c135 100644 --- a/docs/1.5.0/performance/profiling/index.html +++ b/docs/1.5.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/acls/index.html b/docs/1.5.0/user_guide/acls/index.html index 627db345df6..10ff16f66a8 100644 --- a/docs/1.5.0/user_guide/acls/index.html +++ b/docs/1.5.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/deployment_modes/index.html b/docs/1.5.0/user_guide/deployment_modes/index.html index f12589c8ca4..6318653acc0 100644 --- a/docs/1.5.0/user_guide/deployment_modes/index.html +++ b/docs/1.5.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/gang_scheduling/index.html b/docs/1.5.0/user_guide/gang_scheduling/index.html index 018666e88d0..daa7781fca1 100644 --- a/docs/1.5.0/user_guide/gang_scheduling/index.html +++ b/docs/1.5.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.5.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 05c6c72d14a..732d29ff8f4 100644 --- a/docs/1.5.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.5.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/placement_rules/index.html b/docs/1.5.0/user_guide/placement_rules/index.html index 08914098465..8c95762b2be 100644 --- a/docs/1.5.0/user_guide/placement_rules/index.html +++ b/docs/1.5.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/preemption_cases/index.html b/docs/1.5.0/user_guide/preemption_cases/index.html index 684f1b85ff8..fe0b3e81f69 100644 --- a/docs/1.5.0/user_guide/preemption_cases/index.html +++ b/docs/1.5.0/user_guide/preemption_cases/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/priorities/index.html b/docs/1.5.0/user_guide/priorities/index.html index fac436948a9..a751535a021 100644 --- a/docs/1.5.0/user_guide/priorities/index.html +++ b/docs/1.5.0/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/prometheus/index.html b/docs/1.5.0/user_guide/prometheus/index.html index ca7dec8f1dd..3046411c955 100644 --- a/docs/1.5.0/user_guide/prometheus/index.html +++ b/docs/1.5.0/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/queue_config/index.html b/docs/1.5.0/user_guide/queue_config/index.html index 73741fef94a..026aaaacd3c 100644 --- a/docs/1.5.0/user_guide/queue_config/index.html +++ b/docs/1.5.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/resource_quota_management/index.html b/docs/1.5.0/user_guide/resource_quota_management/index.html index 548caf4c61c..9259b8208fa 100644 --- a/docs/1.5.0/user_guide/resource_quota_management/index.html +++ b/docs/1.5.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/service_config/index.html b/docs/1.5.0/user_guide/service_config/index.html index b1a1d2539f1..7fcafc6e0c9 100644 --- a/docs/1.5.0/user_guide/service_config/index.html +++ b/docs/1.5.0/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/sorting_policies/index.html b/docs/1.5.0/user_guide/sorting_policies/index.html index 3de445ff9a7..aed12d7b4a7 100644 --- a/docs/1.5.0/user_guide/sorting_policies/index.html +++ b/docs/1.5.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/troubleshooting/index.html b/docs/1.5.0/user_guide/troubleshooting/index.html index f076d633514..8f7994022ef 100644 --- a/docs/1.5.0/user_guide/troubleshooting/index.html +++ b/docs/1.5.0/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/use_cases/index.html b/docs/1.5.0/user_guide/use_cases/index.html index 975ae222ace..5ba98caffb9 100644 --- a/docs/1.5.0/user_guide/use_cases/index.html +++ b/docs/1.5.0/user_guide/use_cases/index.html @@ -4,7 +4,7 @@ Use Cases | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/usergroup_resolution/index.html b/docs/1.5.0/user_guide/usergroup_resolution/index.html index 7bc11413807..df053ba47b4 100644 --- a/docs/1.5.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.5.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/run_flink/index.html b/docs/1.5.0/user_guide/workloads/run_flink/index.html index 790f65076c6..403b891e96f 100644 --- a/docs/1.5.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.5.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/run_mpi/index.html b/docs/1.5.0/user_guide/workloads/run_mpi/index.html index ba1b3766a5f..4cd238a9792 100644 --- a/docs/1.5.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.5.0/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/run_nvidia/index.html b/docs/1.5.0/user_guide/workloads/run_nvidia/index.html index d9a3191ecf8..d0cdd726ab1 100644 --- a/docs/1.5.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.5.0/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/run_spark/index.html b/docs/1.5.0/user_guide/workloads/run_spark/index.html index 5781a7b1ece..16882996fa6 100644 --- a/docs/1.5.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.5.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/run_tf/index.html b/docs/1.5.0/user_guide/workloads/run_tf/index.html index 7a0db2af41e..0415a6c945b 100644 --- a/docs/1.5.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.5.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + diff --git a/docs/1.5.0/user_guide/workloads/workload_overview/index.html b/docs/1.5.0/user_guide/workloads/workload_overview/index.html index 125e8215823..727f20b6583 100644 --- a/docs/1.5.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.5.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + diff --git a/docs/api/cluster/index.html b/docs/api/cluster/index.html index 64100fec5ce..79ab81f9954 100644 --- a/docs/api/cluster/index.html +++ b/docs/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/api/scheduler/index.html b/docs/api/scheduler/index.html index fb8be183f88..9dd8180de77 100644 --- a/docs/api/scheduler/index.html +++ b/docs/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/api/system/index.html b/docs/api/system/index.html index cbeaae2c236..9d18993a621 100644 --- a/docs/api/system/index.html +++ b/docs/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/archived_design/cross_queue_preemption/index.html b/docs/archived_design/cross_queue_preemption/index.html index f4350187417..018fd07d0dd 100644 --- a/docs/archived_design/cross_queue_preemption/index.html +++ b/docs/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/archived_design/k8shim/index.html b/docs/archived_design/k8shim/index.html index 79d135dd85a..d800bdebc4e 100644 --- a/docs/archived_design/k8shim/index.html +++ b/docs/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/archived_design/namespace_resource_quota/index.html b/docs/archived_design/namespace_resource_quota/index.html index ee8d751c75d..d63b226afc8 100644 --- a/docs/archived_design/namespace_resource_quota/index.html +++ b/docs/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/archived_design/pluggable_app_management/index.html b/docs/archived_design/pluggable_app_management/index.html index 53ac0918c0e..fcd4eb965c5 100644 --- a/docs/archived_design/pluggable_app_management/index.html +++ b/docs/archived_design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/archived_design/predicates/index.html b/docs/archived_design/predicates/index.html index 7ef7f7b7bfe..e5aee523eea 100644 --- a/docs/archived_design/predicates/index.html +++ b/docs/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/archived_design/scheduler_core_design/index.html b/docs/archived_design/scheduler_core_design/index.html index 86fcea67e6b..e5b4f72de8e 100644 --- a/docs/archived_design/scheduler_core_design/index.html +++ b/docs/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/archived_design/state_aware_scheduling/index.html b/docs/archived_design/state_aware_scheduling/index.html index efc7b1cd6f0..9e8f57b419f 100644 --- a/docs/archived_design/state_aware_scheduling/index.html +++ b/docs/archived_design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/design/architecture/index.html b/docs/design/architecture/index.html index 08963e349de..0e599f63d59 100644 --- a/docs/design/architecture/index.html +++ b/docs/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/design/cache_removal/index.html b/docs/design/cache_removal/index.html index 4451a41ac3a..2dbdd549585 100644 --- a/docs/design/cache_removal/index.html +++ b/docs/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/design/config_v2/index.html b/docs/design/config_v2/index.html index c322adf6604..d42e22bac83 100644 --- a/docs/design/config_v2/index.html +++ b/docs/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/design/gang_scheduling/index.html b/docs/design/gang_scheduling/index.html index 97e9ad07c27..015491249f4 100644 --- a/docs/design/gang_scheduling/index.html +++ b/docs/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/design/generic_resource/index.html b/docs/design/generic_resource/index.html index 7686fd99d50..876a6cf6597 100644 --- a/docs/design/generic_resource/index.html +++ b/docs/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/design/historical_usage_tracking/index.html b/docs/design/historical_usage_tracking/index.html index 3fab2d6cb8a..9e022db2a94 100644 --- a/docs/design/historical_usage_tracking/index.html +++ b/docs/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + diff --git a/docs/design/interface_message_simplification/index.html b/docs/design/interface_message_simplification/index.html index bb1f6fd7906..53d0cfe9f2c 100644 --- a/docs/design/interface_message_simplification/index.html +++ b/docs/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/design/preemption/index.html b/docs/design/preemption/index.html index b1f1117159a..bacdd911e66 100644 --- a/docs/design/preemption/index.html +++ b/docs/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/design/priority_scheduling/index.html b/docs/design/priority_scheduling/index.html index eeda0a78025..64e02c133a8 100644 --- a/docs/design/priority_scheduling/index.html +++ b/docs/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/design/resilience/index.html b/docs/design/resilience/index.html index 6f54391ebf5..134e67ebb3f 100644 --- a/docs/design/resilience/index.html +++ b/docs/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/design/scheduler_configuration/index.html b/docs/design/scheduler_configuration/index.html index 8416dc2d0c4..a67c92d9188 100644 --- a/docs/design/scheduler_configuration/index.html +++ b/docs/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/design/scheduler_plugin/index.html b/docs/design/scheduler_plugin/index.html index 15a8967bd93..9cacbde9ff1 100644 --- a/docs/design/scheduler_plugin/index.html +++ b/docs/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/design/simple_preemptor/index.html b/docs/design/simple_preemptor/index.html index 7bbe1556c50..5a09b5e1412 100644 --- a/docs/design/simple_preemptor/index.html +++ b/docs/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/design/user_based_resource_usage_tracking/index.html b/docs/design/user_based_resource_usage_tracking/index.html index e999106fe13..3b482e03bea 100644 --- a/docs/design/user_based_resource_usage_tracking/index.html +++ b/docs/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/design/user_group/index.html b/docs/design/user_group/index.html index a9e9f95f4a2..acdc14a9cfe 100644 --- a/docs/design/user_group/index.html +++ b/docs/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/design/user_group_resource_usage_enforcement/index.html b/docs/design/user_group_resource_usage_enforcement/index.html index 60e794c0885..bc63fc4ad7a 100644 --- a/docs/design/user_group_resource_usage_enforcement/index.html +++ b/docs/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + diff --git a/docs/developer_guide/build/index.html b/docs/developer_guide/build/index.html index 03deb5aaa5d..10d803c931c 100644 --- a/docs/developer_guide/build/index.html +++ b/docs/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/developer_guide/dependencies/index.html b/docs/developer_guide/dependencies/index.html index 95efe46c775..7feaae22ec9 100644 --- a/docs/developer_guide/dependencies/index.html +++ b/docs/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/developer_guide/deployment/index.html b/docs/developer_guide/deployment/index.html index 54cb9682427..67d24aac785 100644 --- a/docs/developer_guide/deployment/index.html +++ b/docs/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/developer_guide/e2e_test/index.html b/docs/developer_guide/e2e_test/index.html index e54201687f3..78d29671b4a 100644 --- a/docs/developer_guide/e2e_test/index.html +++ b/docs/developer_guide/e2e_test/index.html @@ -4,7 +4,7 @@ End-to-End Testing | Apache YuniKorn - + diff --git a/docs/developer_guide/env_setup/index.html b/docs/developer_guide/env_setup/index.html index ebb0a1686ec..5042ca690a5 100644 --- a/docs/developer_guide/env_setup/index.html +++ b/docs/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/developer_guide/openshift_development/index.html b/docs/developer_guide/openshift_development/index.html index 18efa1401bb..c9e955833f7 100644 --- a/docs/developer_guide/openshift_development/index.html +++ b/docs/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/developer_guide/scheduler_object_states/index.html b/docs/developer_guide/scheduler_object_states/index.html index 2ef9e0e709e..fe5336161bd 100644 --- a/docs/developer_guide/scheduler_object_states/index.html +++ b/docs/developer_guide/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/get_started/core_features/index.html b/docs/get_started/core_features/index.html index 71f08134d24..baa3989c509 100644 --- a/docs/get_started/core_features/index.html +++ b/docs/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/get_started/version/index.html b/docs/get_started/version/index.html index e5261f7d2d7..0d82f5c4473 100644 --- a/docs/get_started/version/index.html +++ b/docs/get_started/version/index.html @@ -4,7 +4,7 @@ Version details | Apache YuniKorn - + diff --git a/docs/index.html b/docs/index.html index 21d011d5e0f..28c419e4363 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/metrics/queue/index.html b/docs/metrics/queue/index.html index eb814102727..1bc4683f7b0 100644 --- a/docs/metrics/queue/index.html +++ b/docs/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | Apache YuniKorn - + diff --git a/docs/metrics/runtime/index.html b/docs/metrics/runtime/index.html index f1cbc565776..d90a2107788 100644 --- a/docs/metrics/runtime/index.html +++ b/docs/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | Apache YuniKorn - + diff --git a/docs/metrics/scheduler/index.html b/docs/metrics/scheduler/index.html index 8a21de0be1e..fad85bb185c 100644 --- a/docs/metrics/scheduler/index.html +++ b/docs/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/next/api/cluster/index.html b/docs/next/api/cluster/index.html index edfa619cf7c..b8fef174173 100644 --- a/docs/next/api/cluster/index.html +++ b/docs/next/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + diff --git a/docs/next/api/scheduler/index.html b/docs/next/api/scheduler/index.html index 52c78d646bf..9da4f0219af 100644 --- a/docs/next/api/scheduler/index.html +++ b/docs/next/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/next/api/system/index.html b/docs/next/api/system/index.html index b6e8d3f5443..4b070cddabd 100644 --- a/docs/next/api/system/index.html +++ b/docs/next/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + diff --git a/docs/next/archived_design/cross_queue_preemption/index.html b/docs/next/archived_design/cross_queue_preemption/index.html index 6dab3f1aeb8..b1cc65fc919 100644 --- a/docs/next/archived_design/cross_queue_preemption/index.html +++ b/docs/next/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + diff --git a/docs/next/archived_design/k8shim/index.html b/docs/next/archived_design/k8shim/index.html index 33285685a68..23f569cf878 100644 --- a/docs/next/archived_design/k8shim/index.html +++ b/docs/next/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + diff --git a/docs/next/archived_design/namespace_resource_quota/index.html b/docs/next/archived_design/namespace_resource_quota/index.html index 0c271e2e5bc..252034d0a94 100644 --- a/docs/next/archived_design/namespace_resource_quota/index.html +++ b/docs/next/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + diff --git a/docs/next/archived_design/pluggable_app_management/index.html b/docs/next/archived_design/pluggable_app_management/index.html index 453636995f8..1b5d8ec2a2e 100644 --- a/docs/next/archived_design/pluggable_app_management/index.html +++ b/docs/next/archived_design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + diff --git a/docs/next/archived_design/predicates/index.html b/docs/next/archived_design/predicates/index.html index de0822990e3..5b99f3ae2fe 100644 --- a/docs/next/archived_design/predicates/index.html +++ b/docs/next/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + diff --git a/docs/next/archived_design/scheduler_core_design/index.html b/docs/next/archived_design/scheduler_core_design/index.html index bc58ea75ea6..0bb950fe7a4 100644 --- a/docs/next/archived_design/scheduler_core_design/index.html +++ b/docs/next/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + diff --git a/docs/next/archived_design/state_aware_scheduling/index.html b/docs/next/archived_design/state_aware_scheduling/index.html index 779b90c6010..11365cfebbe 100644 --- a/docs/next/archived_design/state_aware_scheduling/index.html +++ b/docs/next/archived_design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + diff --git a/docs/next/design/architecture/index.html b/docs/next/design/architecture/index.html index 8248fdc9d8c..60a3f6dbb65 100644 --- a/docs/next/design/architecture/index.html +++ b/docs/next/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + diff --git a/docs/next/design/cache_removal/index.html b/docs/next/design/cache_removal/index.html index 5c9151ae5b5..9fbb44dc8d3 100644 --- a/docs/next/design/cache_removal/index.html +++ b/docs/next/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + diff --git a/docs/next/design/config_v2/index.html b/docs/next/design/config_v2/index.html index dd607a74fbf..3ead29337e7 100644 --- a/docs/next/design/config_v2/index.html +++ b/docs/next/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + diff --git a/docs/next/design/gang_scheduling/index.html b/docs/next/design/gang_scheduling/index.html index 875f06a998c..563f1c87d19 100644 --- a/docs/next/design/gang_scheduling/index.html +++ b/docs/next/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + diff --git a/docs/next/design/generic_resource/index.html b/docs/next/design/generic_resource/index.html index 65f70924648..a377a638f9f 100644 --- a/docs/next/design/generic_resource/index.html +++ b/docs/next/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + diff --git a/docs/next/design/historical_usage_tracking/index.html b/docs/next/design/historical_usage_tracking/index.html index 8c0654e8151..d253d2b2965 100644 --- a/docs/next/design/historical_usage_tracking/index.html +++ b/docs/next/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + diff --git a/docs/next/design/interface_message_simplification/index.html b/docs/next/design/interface_message_simplification/index.html index f47d5a5a603..8b41bcd6fc2 100644 --- a/docs/next/design/interface_message_simplification/index.html +++ b/docs/next/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + diff --git a/docs/next/design/preemption/index.html b/docs/next/design/preemption/index.html index bfa1da14a08..b5dbfede9d4 100644 --- a/docs/next/design/preemption/index.html +++ b/docs/next/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/next/design/priority_scheduling/index.html b/docs/next/design/priority_scheduling/index.html index d024c5f3a9a..d32b814784a 100644 --- a/docs/next/design/priority_scheduling/index.html +++ b/docs/next/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + diff --git a/docs/next/design/resilience/index.html b/docs/next/design/resilience/index.html index c3e29f5589c..cd7401e28a6 100644 --- a/docs/next/design/resilience/index.html +++ b/docs/next/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + diff --git a/docs/next/design/scheduler_configuration/index.html b/docs/next/design/scheduler_configuration/index.html index 9583ab19238..b59bc083417 100644 --- a/docs/next/design/scheduler_configuration/index.html +++ b/docs/next/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + diff --git a/docs/next/design/scheduler_plugin/index.html b/docs/next/design/scheduler_plugin/index.html index fca583b3457..946b712801b 100644 --- a/docs/next/design/scheduler_plugin/index.html +++ b/docs/next/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + diff --git a/docs/next/design/simple_preemptor/index.html b/docs/next/design/simple_preemptor/index.html index 2cdd82ab92d..336e30176f3 100644 --- a/docs/next/design/simple_preemptor/index.html +++ b/docs/next/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + diff --git a/docs/next/design/user_based_resource_usage_tracking/index.html b/docs/next/design/user_based_resource_usage_tracking/index.html index 0e900d0d9c5..926eb95861d 100644 --- a/docs/next/design/user_based_resource_usage_tracking/index.html +++ b/docs/next/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + diff --git a/docs/next/design/user_group/index.html b/docs/next/design/user_group/index.html index 66021669998..c4cdf9c4418 100644 --- a/docs/next/design/user_group/index.html +++ b/docs/next/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + diff --git a/docs/next/design/user_group_resource_usage_enforcement/index.html b/docs/next/design/user_group_resource_usage_enforcement/index.html index bca0c0076fc..cf6cc3cfaf2 100644 --- a/docs/next/design/user_group_resource_usage_enforcement/index.html +++ b/docs/next/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + diff --git a/docs/next/developer_guide/build/index.html b/docs/next/developer_guide/build/index.html index 41d82abfe47..99ff119a836 100644 --- a/docs/next/developer_guide/build/index.html +++ b/docs/next/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + diff --git a/docs/next/developer_guide/dependencies/index.html b/docs/next/developer_guide/dependencies/index.html index cf59e912a66..84c1273e613 100644 --- a/docs/next/developer_guide/dependencies/index.html +++ b/docs/next/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + diff --git a/docs/next/developer_guide/deployment/index.html b/docs/next/developer_guide/deployment/index.html index 0a402f0bb6f..8b1774a5597 100644 --- a/docs/next/developer_guide/deployment/index.html +++ b/docs/next/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + diff --git a/docs/next/developer_guide/e2e_test/index.html b/docs/next/developer_guide/e2e_test/index.html index d4cbbb8693a..3b91c305027 100644 --- a/docs/next/developer_guide/e2e_test/index.html +++ b/docs/next/developer_guide/e2e_test/index.html @@ -4,7 +4,7 @@ End-to-End Testing | Apache YuniKorn - + diff --git a/docs/next/developer_guide/env_setup/index.html b/docs/next/developer_guide/env_setup/index.html index 89c16f8715e..d43c80e518f 100644 --- a/docs/next/developer_guide/env_setup/index.html +++ b/docs/next/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + diff --git a/docs/next/developer_guide/openshift_development/index.html b/docs/next/developer_guide/openshift_development/index.html index a47d2ab17dc..9fc23497fe3 100644 --- a/docs/next/developer_guide/openshift_development/index.html +++ b/docs/next/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + diff --git a/docs/next/developer_guide/scheduler_object_states/index.html b/docs/next/developer_guide/scheduler_object_states/index.html index 36a0387c32f..b33f92e719e 100644 --- a/docs/next/developer_guide/scheduler_object_states/index.html +++ b/docs/next/developer_guide/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + diff --git a/docs/next/get_started/core_features/index.html b/docs/next/get_started/core_features/index.html index 50a8c74aecb..17cdda930e8 100644 --- a/docs/next/get_started/core_features/index.html +++ b/docs/next/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + diff --git a/docs/next/get_started/version/index.html b/docs/next/get_started/version/index.html index e1240c8d6ed..8cc4f73b8b2 100644 --- a/docs/next/get_started/version/index.html +++ b/docs/next/get_started/version/index.html @@ -4,7 +4,7 @@ Version details | Apache YuniKorn - + diff --git a/docs/next/index.html b/docs/next/index.html index 36f8e07a9c5..aeaa07d9a4e 100644 --- a/docs/next/index.html +++ b/docs/next/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + diff --git a/docs/next/metrics/queue/index.html b/docs/next/metrics/queue/index.html index 3ba90ed86e1..93e1ef0b385 100644 --- a/docs/next/metrics/queue/index.html +++ b/docs/next/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | Apache YuniKorn - + diff --git a/docs/next/metrics/runtime/index.html b/docs/next/metrics/runtime/index.html index 4c0daeceab2..4f25192b5e9 100644 --- a/docs/next/metrics/runtime/index.html +++ b/docs/next/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | Apache YuniKorn - + diff --git a/docs/next/metrics/scheduler/index.html b/docs/next/metrics/scheduler/index.html index 445bb0069c3..025a8c863d7 100644 --- a/docs/next/metrics/scheduler/index.html +++ b/docs/next/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + diff --git a/docs/next/performance/evaluate_perf_function_with_kubemark/index.html b/docs/next/performance/evaluate_perf_function_with_kubemark/index.html index 368d9246152..d4635f29103 100644 --- a/docs/next/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/next/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + diff --git a/docs/next/performance/evaluate_perf_function_with_kwok/index.html b/docs/next/performance/evaluate_perf_function_with_kwok/index.html index 85434c50f16..8ef325cb6ec 100644 --- a/docs/next/performance/evaluate_perf_function_with_kwok/index.html +++ b/docs/next/performance/evaluate_perf_function_with_kwok/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with KWOK | Apache YuniKorn - + diff --git a/docs/next/performance/metrics/index.html b/docs/next/performance/metrics/index.html index b6d3aee9ebe..428740eafce 100644 --- a/docs/next/performance/metrics/index.html +++ b/docs/next/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + diff --git a/docs/next/performance/performance_tutorial/index.html b/docs/next/performance/performance_tutorial/index.html index 196fc558512..bacd444b1cd 100644 --- a/docs/next/performance/performance_tutorial/index.html +++ b/docs/next/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + diff --git a/docs/next/performance/profiling/index.html b/docs/next/performance/profiling/index.html index bc4a259e5e9..3fae34aaf48 100644 --- a/docs/next/performance/profiling/index.html +++ b/docs/next/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + diff --git a/docs/next/user_guide/acls/index.html b/docs/next/user_guide/acls/index.html index 260ec6824f1..3ed100a0110 100644 --- a/docs/next/user_guide/acls/index.html +++ b/docs/next/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + diff --git a/docs/next/user_guide/deployment_modes/index.html b/docs/next/user_guide/deployment_modes/index.html index d4b3f223640..81167e72884 100644 --- a/docs/next/user_guide/deployment_modes/index.html +++ b/docs/next/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + diff --git a/docs/next/user_guide/event_system/index.html b/docs/next/user_guide/event_system/index.html index 14099296207..e71a4ef1d72 100644 --- a/docs/next/user_guide/event_system/index.html +++ b/docs/next/user_guide/event_system/index.html @@ -4,7 +4,7 @@ Event System | Apache YuniKorn - + diff --git a/docs/next/user_guide/gang_scheduling/index.html b/docs/next/user_guide/gang_scheduling/index.html index 4bdeb13e86e..4e2fd9791d1 100644 --- a/docs/next/user_guide/gang_scheduling/index.html +++ b/docs/next/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + diff --git a/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html index 38eb0c92120..9e30c480d8d 100644 --- a/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + diff --git a/docs/next/user_guide/loki/index.html b/docs/next/user_guide/loki/index.html index 715a7fb6526..a8ef7c317f6 100644 --- a/docs/next/user_guide/loki/index.html +++ b/docs/next/user_guide/loki/index.html @@ -4,7 +4,7 @@ Loki | Apache YuniKorn - + diff --git a/docs/next/user_guide/placement_rules/index.html b/docs/next/user_guide/placement_rules/index.html index 43cc479a56f..d2e4505a699 100644 --- a/docs/next/user_guide/placement_rules/index.html +++ b/docs/next/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + diff --git a/docs/next/user_guide/preemption_cases/index.html b/docs/next/user_guide/preemption_cases/index.html index 3592757b4ce..14164da6388 100644 --- a/docs/next/user_guide/preemption_cases/index.html +++ b/docs/next/user_guide/preemption_cases/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + diff --git a/docs/next/user_guide/priorities/index.html b/docs/next/user_guide/priorities/index.html index ceaf5293768..6aacacbd1f7 100644 --- a/docs/next/user_guide/priorities/index.html +++ b/docs/next/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + diff --git a/docs/next/user_guide/prometheus/index.html b/docs/next/user_guide/prometheus/index.html index 3819a909cf7..898ce1a5140 100644 --- a/docs/next/user_guide/prometheus/index.html +++ b/docs/next/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + diff --git a/docs/next/user_guide/queue_config/index.html b/docs/next/user_guide/queue_config/index.html index 10bf5fd1c15..f6639daecb3 100644 --- a/docs/next/user_guide/queue_config/index.html +++ b/docs/next/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -124,6 +124,14 @@

Queuesresources and limits below.

An example configuration of a queue root.namespaces as a parent queue with limits:

partitions:
- name: default
queues:
- name: namespaces
parent: true
maxapplications: 12
resources:
guaranteed:
{memory: 1G, vcore: 10}
max:
{memory: 10G, vcore: 100}
queues:
- name: level1
maxapplications: 8
resources:
guaranteed:
{memory: 500M, vcore: 5}
max:
{memory: 5G, vcore: 50}
+

Recovery queue​

+

The recovery queue, identified by the name root.@recovery@, is a dynamic queue that is not directly queryable. It is used exclusively during the initialization phase for already running allocations that are part of applications failing placement. Its primary function is to handle tasks that need to be reassigned or recovered without user intervention.

+
    +
  • The queue is created dynamically and will disappear when it is no longer in use.
  • +
  • The queue does not have quotas or Access Control Lists (ACLs).
  • +
  • It cannot be submitted to directly by users. It is managed internally by YuniKorn for specific recovery operations.
  • +
  • While the queue is unqueryable directly, its existence and activities can be observed through the application RESTful API at /ws/v1/partition/:partition/applications/:state.
  • +

Placement rules​

The placement rules are defined and documented in the placement rule document.

Each partition can have only one set of placement rules defined. @@ -269,7 +277,7 @@

Child Templat

As an example:

 partitions:
- name: default
placementrules:
- name: provided
create: true
queues:
- name: root
submitacl: '*'
childtemplate:
maxapplications: 10
properties:
application.sort.policy: fifo
resources:
guaranteed:
vcore: 1
memory: 1G
max:
vcore: 20
memory: 600G
queues:
- name: parent
parent: true
childtemplate:
resources:
max:
vcore: 21
memory: 610G
- name: notemplate
parent: true

In this case, root.parent.sales will directly use the child template of parent queue root.parent. By contrast, -root.notemplate.sales will use the child template set on the queue root since its parent queue root.notemplate inherits the child template from the queue root.