Page Not Found | Apache YuniKorn
-
+
diff --git a/assets/js/47b8b18c.667e1e34.js b/assets/js/47b8b18c.667e1e34.js
deleted file mode 100644
index b6b6215911..0000000000
--- a/assets/js/47b8b18c.667e1e34.js
+++ /dev/null
@@ -1 +0,0 @@
-"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[82862],{14713:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>a,default:()=>c,frontMatter:()=>r,metadata:()=>o,toc:()=>u});var t=i(13274),s=i(37155);const r={id:"scheduler_configuration",title:"Scheduler Configuration"},a=void 0,o={id:"design/scheduler_configuration",title:"Scheduler Configuration",description:"\x3c!--",source:"@site/docs/design/scheduler_configuration.md",sourceDirName:"design",slug:"/design/scheduler_configuration",permalink:"/docs/next/design/scheduler_configuration",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"scheduler_configuration",title:"Scheduler Configuration"},sidebar:"docs",previous:{title:"Configuration V2",permalink:"/docs/next/design/config_v2"},next:{title:"Tracking non-Yunikorn pods",permalink:"/docs/next/design/foreign_pod_tracking"}},l={},u=[{value:"Scheduler Configuration",id:"scheduler-configuration",level:2},{value:"Queue Configuration",id:"queue-configuration",level:2},{value:"Queue Definition",id:"queue-definition",level:3},{value:"User definition",id:"user-definition",level:3},{value:"Placement Rules definition",id:"placement-rules-definition",level:3},{value:"Configuration updates",id:"configuration-updates",level:3},{value:"Access Control Lists",id:"access-control-lists",level:3},{value:"Shim Configuration",id:"shim-configuration",level:2},{value:"K8s shim",id:"k8s-shim",level:3},{value:"YARN shim",id:"yarn-shim",level:3}];function h(e){const n={a:"a",code:"code",em:"em",h2:"h2",h3:"h3",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",ul:"ul",...(0,s.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.p,{children:"The Yunikorn core scheduler configuration has two separate areas that need to be configured. The scheduler service itself, things like web service ports etc, and the queue configuration. The split between the two types of configuration is proposed with two points in mind:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Separation of duty"}),"\n",(0,t.jsx)(n.li,{children:"Dynamic vs Static"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"The scheduler configuration is mainly static. There is no need to change a web service port or a scheduling policy while the service is running. The queue configuration is far more dynamic and can change while the service is running."}),"\n",(0,t.jsx)(n.p,{children:"From a separation of duty we can allow an operator that manages the cluster to make changes to the scheduler queues. You would not want to allow that administrator to change the scheduler configuration itself."}),"\n",(0,t.jsx)(n.p,{children:"Separated from the core scheduler configuration we have one or more shim configurations. We currently cannot anticipate the deployment model of the scheduler and its shims. A shim, like the k8s-shim, might run in the same container or node but there is no guarantee it will. We also do not know the number of shims that will be used with one core scheduler. There is also still the possibility to have multiple instances of the same shim with one core scheduler."}),"\n",(0,t.jsx)(n.p,{children:"Shim configuration must be independent of the core scheduler configuration."}),"\n",(0,t.jsx)(n.h2,{id:"scheduler-configuration",children:"Scheduler Configuration"}),"\n",(0,t.jsx)(n.p,{children:"Scheduler configuration covers all the configuration needed to start the scheduler and the dependent services. The configuration consists of a simple key value pair. All configuration to start the service must be part of this configuration.\nThe scheduler configuration must exclude the queue related configuration."}),"\n",(0,t.jsx)(n.p,{children:"Scheduler configuration as currently identified"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Bind host"}),"\n",(0,t.jsx)(n.li,{children:"Service port"}),"\n",(0,t.jsx)(n.li,{children:"Web bind host"}),"\n",(0,t.jsx)(n.li,{children:"Web service port"}),"\n",(0,t.jsx)(n.li,{children:"SSL config"}),"\n",(0,t.jsx)(n.li,{children:"Shims Configured"}),"\n",(0,t.jsx)(n.li,{children:"SchedulerACL"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Configuration to consider:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Assign multiple containers in one go: use case is bin packing, don\u2019t spread an application over large number of nodes. Needs to become configurable."}),"\n",(0,t.jsxs)(n.li,{children:["Pre-emption related configuration:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"threshold: do not pre-empt from a queue if the cluster load is below a certain threshold."}),"\n",(0,t.jsx)(n.li,{children:"Interval: pause between pre-emption checks"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h2,{id:"queue-configuration",children:"Queue Configuration"}),"\n",(0,t.jsx)(n.h3,{id:"queue-definition",children:"Queue Definition"}),"\n",(0,t.jsxs)(n.p,{children:["On startup the scheduler will load the configuration for the queues from the provided configuration file after initialising the service. If there is no queue configuration provided the scheduler should start up with a simple default configuration which performs a well documented default behaviour.\nBased on the kubernetes definition this configuration could be a configMap ",(0,t.jsx)("sup",{id:"s1",children:(0,t.jsx)(n.a,{href:"#f1",children:"1"})})," but not a CRD."]}),"\n",(0,t.jsx)(n.p,{children:"The queue configuration is dynamic. Changing the queue configuration must not require a scheduler restart.\nChanges should be allowed by either calling the GO based API, the REST based API or by updating the configuration file. Changes made through the API must be persisted in the configuration file. Making changes through an API is not a high priority requirement and could be postponed to a later release."}),"\n",(0,t.jsxs)(n.p,{children:["The queue configuration defines queues in a hierarchy: a tree. The base of the tree is the ",(0,t.jsx)(n.em,{children:"root"})," queue. The queue configuration must define a single ",(0,t.jsx)(n.em,{children:"root"})," queue. All queues that are defined in queue configuration are considered ",(0,t.jsx)(n.em,{children:"managed"})," queues."]}),"\n",(0,t.jsx)(n.p,{children:"The root queue reflect the whole cluster. Resource settings on the root queue are not allowed. The resources available to the root queue are calculated based on the registered node resources in the cluster. If resources would be specified on the root limit the cluster would either be artificially limited to a specific size or expect resources to be available that are not there."}),"\n",(0,t.jsx)(n.p,{children:"Queues in the hierarchy in the tree are separated by the \u201c.\u201d dot character (ASCII 0x2E). This indirectly means that a queue name itself cannot contain a dot as it interferes with the hierarchy separator. Any queue name in the configuration that contains a dot will cause the configuration to be considered invalid. However we must allow placement rules to create a queue with a dot based input."}),"\n",(0,t.jsxs)(n.p,{children:["Not all queues can be used to submit an application to. Applications can only be submitted to a queue which does not have a queue below it. These queues are defined as the ",(0,t.jsx)(n.em,{children:"leaf"})," queues of the tree. Queues that are not a ",(0,t.jsx)(n.em,{children:"leaf"})," and thus can contain other queues or child queues are considered ",(0,t.jsx)(n.em,{children:"parent"})," queues."]}),"\n",(0,t.jsxs)(n.p,{children:["Each queue must have exactly one ",(0,t.jsx)(n.em,{children:"parent"})," queue, besides the root queue. The root queue cannot have a ",(0,t.jsx)(n.em,{children:"parent"})," and will be automatically defined as a ",(0,t.jsx)(n.em,{children:"parent"})," queue type.\nA fully qualified queue name, case insensitive, must be unique in the hierarchy. A queue in the hierarchy can thus be only uniquely identified by its fully qualified path. This means that a queue with the same name is allowed at a different point in the hierarchy.\nExample:"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"root.companyA.development\nroot.companyB.development\nroot.production.companyA\n"})}),"\n",(0,t.jsxs)(n.p,{children:["In the example the queues ",(0,t.jsx)(n.em,{children:"companyA"})," and ",(0,t.jsx)(n.em,{children:"companyB"})," are ",(0,t.jsx)(n.em,{children:"parent"})," queues. Both ",(0,t.jsx)(n.em,{children:"development"})," queues are ",(0,t.jsx)(n.em,{children:"leaf"})," queues.\nThe second instance of the ",(0,t.jsx)(n.em,{children:"companyA"})," queue is a ",(0,t.jsx)(n.em,{children:"leaf"})," queue which is not related to the first instance as it is defined at a different level in the hierarchy."]}),"\n",(0,t.jsxs)(n.p,{children:["The queue as defined in the configuration will be assigned a queue type. This can either be implicit based on how the queue is defined in the hierarchy or explicit by setting the optional ",(0,t.jsx)(n.em,{children:"parent"})," property as part of the queue definition. By default all queues will be assigned their type based on the configuration. There is only one case in which this should automatic process would need to be overridden and that is to mark a ",(0,t.jsx)(n.em,{children:"leaf"})," in the configuration as a ",(0,t.jsx)(n.em,{children:"parent"}),". The use case is part of the ",(0,t.jsx)(n.a,{href:"#placement-rules-definition",children:"placement rules"}),". In that case the configuration could be used to define a ",(0,t.jsx)(n.em,{children:"parent"})," queue for only ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues."]}),"\n",(0,t.jsx)(n.p,{children:"Access control lists provide a split between submission permission and administration permissions. Submission access to a queue allows an application to be submitted to the queue by the users or groups specified. The administration permissions allows submission to the queue plus the administrative actions. Administrative actions are currently limited to killing an application and moving an application to a different queue."}),"\n",(0,t.jsx)(n.p,{children:"Access control lists are checked recursively up to the root of the tree starting at the lowest point in the tree. In other words when the access control list of a queue does not allow access the parent queue is checked. The checks are repeated all the way up to the root of the queues."}),"\n",(0,t.jsx)(n.p,{children:"On each queue, except the root queue, the following properties can be set:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["QueueType:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Parent (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Resource settings:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Guaranteed (resource)"}),"\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Queue Permissions:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"SubmitACL (ACL)"}),"\n",(0,t.jsx)(n.li,{children:"AdminACL (ACL)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Pre emption setting:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"PreEmptionAllowed (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Application sort algorithm:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"ApplicationSortPolicy (enumeration: fair, fifo)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"On the root queue only the following properties can be set:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Queue Permissions:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"SubmitACL (ACL)"}),"\n",(0,t.jsx)(n.li,{children:"AdminACL (ACL)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Application sort algorithm:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"ApplicationSortPolicy (enumeration: fair, fifo)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"user-definition",children:"User definition"}),"\n",(0,t.jsx)(n.p,{children:"Applications are run by a user could run in one or more queues. The queues can have limits set on the resources that can be used. This does not limit the amount of resources that can be used by the user in the cluster."}),"\n",(0,t.jsx)(n.p,{children:"From an administrative perspective setting a limit of the resources that can be used by a specific user can be important. In this case a user is broadly defined as the identity that submits the application. This can be a service or a person, from a scheduling perspective there is no difference.\nUser limits can prevent a take over of a queue or the cluster by a misbehaving user or application. From a multi tenancy perspective user limits also allows for sharing or subdivision of resources within the tenancy however that is defined."}),"\n",(0,t.jsx)(n.p,{children:"Adding user based limits will allow the cluster administrators to control the cluster wide resource usage of a user:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Resource setting:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"placement-rules-definition",children:"Placement Rules definition"}),"\n",(0,t.jsx)(n.p,{children:"Schedulers can place an application in a queue dynamically. This means that an application when submitted does not have to include a queue to run in."}),"\n",(0,t.jsxs)(n.p,{children:["A placement rule will use the application details to place the application in the queue. The outcome of running a placement rule will be a fully qualified queue or a ",(0,t.jsx)(n.code,{children:"fail"}),", which means execute the next rule in the list. Rules will be executed in the order that they are defined."]}),"\n",(0,t.jsxs)(n.p,{children:["During the evaluation of the rule the result could be a queue name that contains a dot. This is especially true for user and group names which are POSIX compliant. When a rule generates a partial queue name that contains a dot it must be replaced as it is the separator in the hierarchy. The replacement text will be ",(0,t.jsx)(n.code,{children:"_dot_"})]}),"\n",(0,t.jsx)(n.p,{children:"The first rule that matches, i.e. returns a fully qualified queue name, will halt the execution of the rules. If the application is not placed at the end of the list of rules the application will be rejected. Rules can return queues that are not defined in the configuration only if the rule allows creation of queues."}),"\n",(0,t.jsxs)(n.p,{children:["These queues created by the placement rules are considered ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues as they are not managed by the administrator in the configuration. An administrator cannot influence the ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue creation or deletion. The scheduler creates the queue when it is needed and removes the queue automatically when it is no longer used."]}),"\n",(0,t.jsx)(n.p,{children:"Rules provide a fully qualified queue name as the result. To allow for deeper nesting of queues the parent of the queue can be set as part of the rule evaluation. The rule definition should allow a fixed configured fully qualified parent to be specified or it can call a second rule to generate the parent queue. By default a queue is generated as a child of the root queue."}),"\n",(0,t.jsxs)(n.p,{children:["Example:\nPlacing an application submitted by the user ",(0,t.jsx)(n.em,{children:"user1"})," whom is a member of the groups ",(0,t.jsx)(n.em,{children:"user1"})," and ",(0,t.jsx)(n.em,{children:"companyA"})," in a queue based on UserName:"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"Rule name: UserName\n Parent: root.fixedparent\nResult: root.fixedparent.user1\n\nRule name: UserName\n Parent: SecondaryGroup\n\tFilter:\n Type: allow\n\t Groups: company.*\nResult: root.companyA.user1\n\nRule name: UserName\nFilter:\n Users: user2,user3\nResult: denied placement\n"})}),"\n",(0,t.jsx)(n.p,{children:"The default behaviour for placing an application in a queue, which would do the same as using the queue that is provided during submit, would be a rule that takes the provided queue with the create flag set to false."}),"\n",(0,t.jsxs)(n.p,{children:["Access permissions will be enforced as part of the rule evaluation. For ",(0,t.jsx)(n.em,{children:"managed"})," queues this means that the ACL for the queue itself is checked. For an ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue the parent queue ACL is the one that is checked. For the definition of the access control list and checks see the ",(0,t.jsx)(n.a,{href:"#access-control-lists",children:"Access Control Lists"})," chapter."]}),"\n",(0,t.jsx)(n.p,{children:"Defining placement rules in the configuration requires the following information per rule:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Name:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Name (string)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Parent","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Parent (string)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Create Flag:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Create (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Filter:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A regular expression or list of users/groups to apply the rule to."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"The filter can be used to allow the rule to be used (default behaviour) or deny the rule to be used. User or groups matching the filter will be either allowed or denied.\nThe filter is defined as follow:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Type:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:'Type (string) which can have no value (empty) or "allow" or "deny", case insensitive.'}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Users:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A list of zero or more user names. If the list is exactly one long it will be interpreted as a regular expression."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Groups:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A list of zero or more group names. If the list is exactly one long it will be interpreted as a regular expression."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Proposed rules for placing applications would be:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Provided: returns the queue provided during the submission"}),"\n",(0,t.jsx)(n.li,{children:"UserName: returns the user name"}),"\n",(0,t.jsx)(n.li,{children:"PrimaryGroupName: returns the primary group of the user"}),"\n",(0,t.jsx)(n.li,{children:"SecondaryGroupName: returns the first secondary group of the user that matches"}),"\n",(0,t.jsx)(n.li,{children:"Fixed: returns the queue name configured in the rule"}),"\n",(0,t.jsx)(n.li,{children:"ApplicationType: returns the application type (if available)"}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["For ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues in the current revision of the configuration you cannot provide any queue specific properties. However in the future we should consider propagating specific resource related settings from a ",(0,t.jsx)(n.em,{children:"managed"})," parent to the ",(0,t.jsx)(n.em,{children:"unmanaged"})," child, specifically:"]}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Dynamic Resource settings:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Guaranteed (resource)"}),"\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Dynamic Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"configuration-updates",children:"Configuration updates"}),"\n",(0,t.jsx)(n.p,{children:"Updating the queue definition will allow updating the existing queue properties as well as adding and removing queues. A new queue definition will only become active if the configuration can be parsed. The change of the definition is an atomic change which applies all modification in one action."}),"\n",(0,t.jsx)(n.p,{children:"Updating the queue properties will not automatically trigger further action. This means that if the maximum number of resources of a queue or its parent is changed we leave the applications in the queue running as they are. The scheduler will adhere to the new property values which should see the convergence over time."}),"\n",(0,t.jsxs)(n.p,{children:["A ",(0,t.jsx)(n.em,{children:"managed"})," queue will only be removed if it is removed from the configuration. Before we can remove a queue it must not be running applications. This means that when a ",(0,t.jsx)(n.em,{children:"managed"})," queue is removed from the configuration it must be empty or the system needs to allow the queue to drain. Forcing a ",(0,t.jsx)(n.em,{children:"managed"})," queue to be empty before we can remove it is not possible which means that ",(0,t.jsx)(n.em,{children:"managed"})," queues are removed in multiple steps:"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"The queue is removed from the configuration"}),"\n",(0,t.jsxs)(n.li,{children:["The queue is marked as ",(0,t.jsx)(n.code,{children:"draining"})]}),"\n",(0,t.jsxs)(n.li,{children:["All managed queues that are ",(0,t.jsx)(n.code,{children:"draining"})," and empty are removed"]}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["Long running applications should be handled gracefully when removing a ",(0,t.jsx)(n.em,{children:"managed"})," queue. The scheduler should at least track and expose that a queue has been in a ",(0,t.jsx)(n.em,{children:"draining"})," state for an extended period of time. In the optimal case the application should be notified of the queue change to allow it to release resources. In all cases the queue administrators should be notified to allow them to take action. This action would currently be a manual move of the application to a different queue by the administrators."]}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)(n.em,{children:"Unmanaged"})," queues that are not defined in the queue definition are created by the scheduler automatically based on the placement rules. ",(0,t.jsx)(n.em,{children:"Unmanaged"})," queues have a lifespan independent of the configuration. Whenever an ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue is empty it will get removed. The queue will automatically be created again when a new application is requesting it via triggering the placement rule."]}),"\n",(0,t.jsxs)(n.p,{children:["Removing an empty ",(0,t.jsx)(n.em,{children:"managed"})," or ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue is handled by the same removal code which must run independent of the configuration updates and scheduling actions."]}),"\n",(0,t.jsx)(n.p,{children:"Configurations can change over time. The impact of a fail over or restart must still be investigated.\nBase point to make: a changed configuration should not impact the currently running applications. Queues that no longer exist should be handled somehow."}),"\n",(0,t.jsx)(n.h3,{id:"access-control-lists",children:"Access Control Lists"}),"\n",(0,t.jsx)(n.p,{children:"The scheduler ACL is independent of the queue ACLs. A scheduler administrator is not by default allowed to submit an application or administer the queues in the system."}),"\n",(0,t.jsxs)(n.p,{children:["All ACL types should use the same definition pattern. We should allow at least POSIX user and group names which uses the portable filename character set ",(0,t.jsx)("sup",{id:"s2",children:(0,t.jsx)(n.a,{href:"#f2",children:"2"})}),". However we should take into account that we could have domain specifiers based on the environment that the system runs in (@ sign as per HADOOP-12751)."]}),"\n",(0,t.jsx)(n.p,{children:"By default access control is enabled and access is denied. The only special case is for the core scheduler which automatically adds the system user, the scheduler process owner, to the scheduler ACL. The scheduler process owner is allowed to make sure that the process owner can use the API to call any administrative actions."}),"\n",(0,t.jsx)(n.p,{children:"Access control lists give access to the users and groups that have been specified in the list. They do not provide the possibility to explicitly remove or deny access to the users and groups specified in the list."}),"\n",(0,t.jsx)(n.p,{children:"The access control list is defined as:"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"ACL ::= \u201c*\u201d | userlist [ \u201c \u201c grouplist ]\nuserlist ::= \u201c\u201d | user { \u201c,\u201d user }\ngrouplist ::= \u201c\u201d | group { \u201c,\u201d group }\n"})}),"\n",(0,t.jsx)(n.p,{children:"This definition specifies a wildcard of * which results in access for everyone. If the user list is empty and the group list is empty nobody will have access. This deny all ACL has two possible representations:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"an empty access control list."}),"\n",(0,t.jsx)(n.li,{children:"a single space."}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"If there is no access control list is configured access is denied by default."}),"\n",(0,t.jsx)(n.h2,{id:"shim-configuration",children:"Shim Configuration"}),"\n",(0,t.jsx)(n.p,{children:"The shim configuration is highly dependent on the shim implementation. The k8s shim differs from the YARN shim. Currently the k8s shim is configured via command line options but we should not depend on that."}),"\n",(0,t.jsx)(n.h3,{id:"k8s-shim",children:"K8s shim"}),"\n",(0,t.jsx)(n.p,{children:"The full configuration of the K8s shim is still under development."}),"\n",(0,t.jsx)(n.h3,{id:"yarn-shim",children:"YARN shim"}),"\n",(0,t.jsx)(n.p,{children:"The full configuration of the YARN shim is still under development."}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)("br",{}),(0,t.jsx)("b",{id:"f1"}),"1: ",(0,t.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#should-i-use-a-configmap-or-a-custom-resource",children:"https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#should-i-use-a-configmap-or-a-custom-resource"}),". ",(0,t.jsx)(n.a,{href:"#s1",children:"\u21a9"}),"\n",(0,t.jsx)("br",{}),(0,t.jsx)("b",{id:"f2"}),"2: The set of characters from which portable filenames are constructed. ",(0,t.jsx)(n.a,{href:"#s2",children:"\u21a9"}),"\n",(0,t.jsx)("br",{}),(0,t.jsx)(n.code,{children:"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 . _ -"})]})]})}function c(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}},37155:(e,n,i)=>{i.d(n,{R:()=>a,x:()=>o});var t=i(79474);const s={},r=t.createContext(s);function a(e){const n=t.useContext(r);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]);
\ No newline at end of file
diff --git a/assets/js/47b8b18c.f6c8f5d2.js b/assets/js/47b8b18c.f6c8f5d2.js
new file mode 100644
index 0000000000..338e118f60
--- /dev/null
+++ b/assets/js/47b8b18c.f6c8f5d2.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[82862],{14713:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>a,default:()=>c,frontMatter:()=>r,metadata:()=>o,toc:()=>u});var t=i(13274),s=i(37155);const r={id:"scheduler_configuration",title:"Scheduler Configuration"},a=void 0,o={id:"design/scheduler_configuration",title:"Scheduler Configuration",description:"\x3c!--",source:"@site/docs/design/scheduler_configuration.md",sourceDirName:"design",slug:"/design/scheduler_configuration",permalink:"/docs/next/design/scheduler_configuration",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"scheduler_configuration",title:"Scheduler Configuration"},sidebar:"docs",previous:{title:"Configuration V2",permalink:"/docs/next/design/config_v2"},next:{title:"Tracking non-Yunikorn pods",permalink:"/docs/next/design/foreign_pod_tracking"}},l={},u=[{value:"Scheduler Configuration",id:"scheduler-configuration",level:2},{value:"Queue Configuration",id:"queue-configuration",level:2},{value:"Queue Definition",id:"queue-definition",level:3},{value:"User definition",id:"user-definition",level:3},{value:"Placement Rules definition",id:"placement-rules-definition",level:3},{value:"Configuration updates",id:"configuration-updates",level:3},{value:"Access Control Lists",id:"access-control-lists",level:3},{value:"Shim Configuration",id:"shim-configuration",level:2},{value:"K8s shim",id:"k8s-shim",level:3},{value:"YARN shim",id:"yarn-shim",level:3}];function h(e){const n={a:"a",code:"code",em:"em",h2:"h2",h3:"h3",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",ul:"ul",...(0,s.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.p,{children:"The Yunikorn core scheduler configuration has two separate areas that need to be configured. The scheduler service itself, things like web service ports etc, and the queue configuration. The split between the two types of configuration is proposed with two points in mind:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Separation of duty"}),"\n",(0,t.jsx)(n.li,{children:"Dynamic vs Static"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"The scheduler configuration is mainly static. There is no need to change a web service port or a scheduling policy while the service is running. The queue configuration is far more dynamic and can change while the service is running."}),"\n",(0,t.jsx)(n.p,{children:"From a separation of duty we can allow an operator that manages the cluster to make changes to the scheduler queues. You would not want to allow that administrator to change the scheduler configuration itself."}),"\n",(0,t.jsx)(n.p,{children:"Separated from the core scheduler configuration we have one or more shim configurations. We currently cannot anticipate the deployment model of the scheduler and its shims. A shim, like the k8s-shim, might run in the same container or node but there is no guarantee it will. We also do not know the number of shims that will be used with one core scheduler. There is also still the possibility to have multiple instances of the same shim with one core scheduler."}),"\n",(0,t.jsx)(n.p,{children:"Shim configuration must be independent of the core scheduler configuration."}),"\n",(0,t.jsx)(n.h2,{id:"scheduler-configuration",children:"Scheduler Configuration"}),"\n",(0,t.jsx)(n.p,{children:"Scheduler configuration covers all the configuration needed to start the scheduler and the dependent services. The configuration consists of a simple key value pair. All configuration to start the service must be part of this configuration.\nThe scheduler configuration must exclude the queue related configuration."}),"\n",(0,t.jsx)(n.p,{children:"Scheduler configuration as currently identified"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Bind host"}),"\n",(0,t.jsx)(n.li,{children:"Service port"}),"\n",(0,t.jsx)(n.li,{children:"Web bind host"}),"\n",(0,t.jsx)(n.li,{children:"Web service port"}),"\n",(0,t.jsx)(n.li,{children:"SSL config"}),"\n",(0,t.jsx)(n.li,{children:"Shims Configured"}),"\n",(0,t.jsx)(n.li,{children:"SchedulerACL"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Configuration to consider:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Assign multiple containers in one go: use case is bin packing, don\u2019t spread an application over large number of nodes. Needs to become configurable."}),"\n",(0,t.jsxs)(n.li,{children:["Preemption related configuration:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"threshold: do not preempt from a queue if the cluster load is below a certain threshold."}),"\n",(0,t.jsx)(n.li,{children:"Interval: pause between preemption checks"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h2,{id:"queue-configuration",children:"Queue Configuration"}),"\n",(0,t.jsx)(n.h3,{id:"queue-definition",children:"Queue Definition"}),"\n",(0,t.jsxs)(n.p,{children:["On startup the scheduler will load the configuration for the queues from the provided configuration file after initialising the service. If there is no queue configuration provided the scheduler should start up with a simple default configuration which performs a well documented default behaviour.\nBased on the kubernetes definition this configuration could be a configMap ",(0,t.jsx)("sup",{id:"s1",children:(0,t.jsx)(n.a,{href:"#f1",children:"1"})})," but not a CRD."]}),"\n",(0,t.jsx)(n.p,{children:"The queue configuration is dynamic. Changing the queue configuration must not require a scheduler restart.\nChanges should be allowed by either calling the GO based API, the REST based API or by updating the configuration file. Changes made through the API must be persisted in the configuration file. Making changes through an API is not a high priority requirement and could be postponed to a later release."}),"\n",(0,t.jsxs)(n.p,{children:["The queue configuration defines queues in a hierarchy: a tree. The base of the tree is the ",(0,t.jsx)(n.em,{children:"root"})," queue. The queue configuration must define a single ",(0,t.jsx)(n.em,{children:"root"})," queue. All queues that are defined in queue configuration are considered ",(0,t.jsx)(n.em,{children:"managed"})," queues."]}),"\n",(0,t.jsx)(n.p,{children:"The root queue reflect the whole cluster. Resource settings on the root queue are not allowed. The resources available to the root queue are calculated based on the registered node resources in the cluster. If resources would be specified on the root limit the cluster would either be artificially limited to a specific size or expect resources to be available that are not there."}),"\n",(0,t.jsx)(n.p,{children:"Queues in the hierarchy in the tree are separated by the \u201c.\u201d dot character (ASCII 0x2E). This indirectly means that a queue name itself cannot contain a dot as it interferes with the hierarchy separator. Any queue name in the configuration that contains a dot will cause the configuration to be considered invalid. However we must allow placement rules to create a queue with a dot based input."}),"\n",(0,t.jsxs)(n.p,{children:["Not all queues can be used to submit an application to. Applications can only be submitted to a queue which does not have a queue below it. These queues are defined as the ",(0,t.jsx)(n.em,{children:"leaf"})," queues of the tree. Queues that are not a ",(0,t.jsx)(n.em,{children:"leaf"})," and thus can contain other queues or child queues are considered ",(0,t.jsx)(n.em,{children:"parent"})," queues."]}),"\n",(0,t.jsxs)(n.p,{children:["Each queue must have exactly one ",(0,t.jsx)(n.em,{children:"parent"})," queue, besides the root queue. The root queue cannot have a ",(0,t.jsx)(n.em,{children:"parent"})," and will be automatically defined as a ",(0,t.jsx)(n.em,{children:"parent"})," queue type.\nA fully qualified queue name, case insensitive, must be unique in the hierarchy. A queue in the hierarchy can thus be only uniquely identified by its fully qualified path. This means that a queue with the same name is allowed at a different point in the hierarchy.\nExample:"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"root.companyA.development\nroot.companyB.development\nroot.production.companyA\n"})}),"\n",(0,t.jsxs)(n.p,{children:["In the example the queues ",(0,t.jsx)(n.em,{children:"companyA"})," and ",(0,t.jsx)(n.em,{children:"companyB"})," are ",(0,t.jsx)(n.em,{children:"parent"})," queues. Both ",(0,t.jsx)(n.em,{children:"development"})," queues are ",(0,t.jsx)(n.em,{children:"leaf"})," queues.\nThe second instance of the ",(0,t.jsx)(n.em,{children:"companyA"})," queue is a ",(0,t.jsx)(n.em,{children:"leaf"})," queue which is not related to the first instance as it is defined at a different level in the hierarchy."]}),"\n",(0,t.jsxs)(n.p,{children:["The queue as defined in the configuration will be assigned a queue type. This can either be implicit based on how the queue is defined in the hierarchy or explicit by setting the optional ",(0,t.jsx)(n.em,{children:"parent"})," property as part of the queue definition. By default all queues will be assigned their type based on the configuration. There is only one case in which this should automatic process would need to be overridden and that is to mark a ",(0,t.jsx)(n.em,{children:"leaf"})," in the configuration as a ",(0,t.jsx)(n.em,{children:"parent"}),". The use case is part of the ",(0,t.jsx)(n.a,{href:"#placement-rules-definition",children:"placement rules"}),". In that case the configuration could be used to define a ",(0,t.jsx)(n.em,{children:"parent"})," queue for only ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues."]}),"\n",(0,t.jsx)(n.p,{children:"Access control lists provide a split between submission permission and administration permissions. Submission access to a queue allows an application to be submitted to the queue by the users or groups specified. The administration permissions allows submission to the queue plus the administrative actions. Administrative actions are currently limited to killing an application and moving an application to a different queue."}),"\n",(0,t.jsx)(n.p,{children:"Access control lists are checked recursively up to the root of the tree starting at the lowest point in the tree. In other words, when the access control list of a queue does not allow access, the parent queue is checked. The checks are repeated all the way up to the root of the queues."}),"\n",(0,t.jsx)(n.p,{children:"On each queue, except the root queue, the following properties can be set:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["QueueType:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Parent (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Resource settings:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Guaranteed (resource)"}),"\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Queue Permissions:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"SubmitACL (ACL)"}),"\n",(0,t.jsx)(n.li,{children:"AdminACL (ACL)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Preemption setting:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"PreEmptionAllowed (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Application sort algorithm:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"ApplicationSortPolicy (enumeration: fair, fifo)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"On the root queue only the following properties can be set:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Queue Permissions:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"SubmitACL (ACL)"}),"\n",(0,t.jsx)(n.li,{children:"AdminACL (ACL)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Application sort algorithm:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"ApplicationSortPolicy (enumeration: fair, fifo)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"user-definition",children:"User definition"}),"\n",(0,t.jsx)(n.p,{children:"Applications are run by a user could run in one or more queues. The queues can have limits set on the resources that can be used. This does not limit the amount of resources that can be used by the user in the cluster."}),"\n",(0,t.jsx)(n.p,{children:"From an administrative perspective setting a limit of the resources that can be used by a specific user can be important. In this case a user is broadly defined as the identity that submits the application. This can be a service or a person, from a scheduling perspective there is no difference.\nUser limits can prevent a take over of a queue or the cluster by a misbehaving user or application. From a multi tenancy perspective user limits also allows for sharing or subdivision of resources within the tenancy however that is defined."}),"\n",(0,t.jsx)(n.p,{children:"Adding user-based limits will allow the cluster administrators to control the cluster-wide resource usage of a user:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Resource setting:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"placement-rules-definition",children:"Placement Rules definition"}),"\n",(0,t.jsx)(n.p,{children:"Schedulers can place an application in a queue dynamically. This means that an application when submitted does not have to include a queue to run in."}),"\n",(0,t.jsxs)(n.p,{children:["A placement rule will use the application details to place the application in the queue. The outcome of running a placement rule will be a fully qualified queue or a ",(0,t.jsx)(n.code,{children:"fail"}),", which means execute the next rule in the list. Rules will be executed in the order that they are defined."]}),"\n",(0,t.jsxs)(n.p,{children:["During the evaluation of the rule the result could be a queue name that contains a dot. This is especially true for user and group names which are POSIX compliant. When a rule generates a partial queue name that contains a dot it must be replaced as it is the separator in the hierarchy. The replacement text will be ",(0,t.jsx)(n.code,{children:"_dot_"})]}),"\n",(0,t.jsx)(n.p,{children:"The first rule that matches, i.e. returns a fully qualified queue name, will halt the execution of the rules. If the application is not placed at the end of the list of rules the application will be rejected. Rules can return queues that are not defined in the configuration only if the rule allows creation of queues."}),"\n",(0,t.jsxs)(n.p,{children:["These queues created by the placement rules are considered ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues as they are not managed by the administrator in the configuration. An administrator cannot influence the ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue creation or deletion. The scheduler creates the queue when it is needed and removes the queue automatically when it is no longer used."]}),"\n",(0,t.jsx)(n.p,{children:"Rules provide a fully qualified queue name as the result. To allow for deeper nesting of queues the parent of the queue can be set as part of the rule evaluation. The rule definition should allow a fixed configured fully qualified parent to be specified or it can call a second rule to generate the parent queue. By default a queue is generated as a child of the root queue."}),"\n",(0,t.jsxs)(n.p,{children:["Example:\nPlacing an application submitted by the user ",(0,t.jsx)(n.em,{children:"user1"})," whom is a member of the groups ",(0,t.jsx)(n.em,{children:"user1"})," and ",(0,t.jsx)(n.em,{children:"companyA"})," in a queue based on UserName:"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"Rule name: UserName\n Parent: root.fixedparent\nResult: root.fixedparent.user1\n\nRule name: UserName\n Parent: SecondaryGroup\n\tFilter:\n Type: allow\n\t Groups: company.*\nResult: root.companyA.user1\n\nRule name: UserName\nFilter:\n Users: user2,user3\nResult: denied placement\n"})}),"\n",(0,t.jsx)(n.p,{children:"The default behaviour for placing an application in a queue, which would do the same as using the queue that is provided during submit, would be a rule that takes the provided queue with the create flag set to false."}),"\n",(0,t.jsxs)(n.p,{children:["Access permissions will be enforced as part of the rule evaluation. For ",(0,t.jsx)(n.em,{children:"managed"})," queues this means that the ACL for the queue itself is checked. For an ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue the parent queue ACL is the one that is checked. For the definition of the access control list and checks see the ",(0,t.jsx)(n.a,{href:"#access-control-lists",children:"Access Control Lists"})," chapter."]}),"\n",(0,t.jsx)(n.p,{children:"Defining placement rules in the configuration requires the following information per rule:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Name:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Name (string)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Parent","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Parent (string)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Create Flag:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Create (boolean)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Filter:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A regular expression or list of users/groups to apply the rule to."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"The filter can be used to allow the rule to be used (default behaviour) or deny the rule to be used. User or groups matching the filter will be either allowed or denied.\nThe filter is defined as follow:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Type:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:'Type (string) which can have no value (empty) or "allow" or "deny", case insensitive.'}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Users:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A list of zero or more user names. If the list is exactly one long it will be interpreted as a regular expression."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Groups:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"A list of zero or more group names. If the list is exactly one long it will be interpreted as a regular expression."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Proposed rules for placing applications would be:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Provided: returns the queue provided during the submission"}),"\n",(0,t.jsx)(n.li,{children:"UserName: returns the user name"}),"\n",(0,t.jsx)(n.li,{children:"PrimaryGroupName: returns the primary group of the user"}),"\n",(0,t.jsx)(n.li,{children:"SecondaryGroupName: returns the first secondary group of the user that matches"}),"\n",(0,t.jsx)(n.li,{children:"Fixed: returns the queue name configured in the rule"}),"\n",(0,t.jsx)(n.li,{children:"ApplicationType: returns the application type (if available)"}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["For ",(0,t.jsx)(n.em,{children:"unmanaged"})," queues in the current revision of the configuration you cannot provide any queue specific properties. However in the future we should consider propagating specific resource related settings from a ",(0,t.jsx)(n.em,{children:"managed"})," parent to the ",(0,t.jsx)(n.em,{children:"unmanaged"})," child, specifically:"]}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Dynamic Resource settings:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Guaranteed (resource)"}),"\n",(0,t.jsx)(n.li,{children:"Maximum (resource)"}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Dynamic Running Application limit:","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"Maximum (integer)"}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"configuration-updates",children:"Configuration updates"}),"\n",(0,t.jsx)(n.p,{children:"Updating the queue definition will allow updating the existing queue properties as well as adding and removing queues. A new queue definition will only become active if the configuration can be parsed. The change of the definition is an atomic change which applies all modification in one action."}),"\n",(0,t.jsx)(n.p,{children:"Updating the queue properties will not automatically trigger further action. This means that if the maximum number of resources of a queue or its parent is changed we leave the applications in the queue running as they are. The scheduler will adhere to the new property values which should see the convergence over time."}),"\n",(0,t.jsxs)(n.p,{children:["A ",(0,t.jsx)(n.em,{children:"managed"})," queue will only be removed if it is removed from the configuration. Before we can remove a queue it must not be running applications. This means that when a ",(0,t.jsx)(n.em,{children:"managed"})," queue is removed from the configuration it must be empty or the system needs to allow the queue to drain. Forcing a ",(0,t.jsx)(n.em,{children:"managed"})," queue to be empty before we can remove it is not possible which means that ",(0,t.jsx)(n.em,{children:"managed"})," queues are removed in multiple steps:"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"The queue is removed from the configuration"}),"\n",(0,t.jsxs)(n.li,{children:["The queue is marked as ",(0,t.jsx)(n.code,{children:"draining"})]}),"\n",(0,t.jsxs)(n.li,{children:["All managed queues that are ",(0,t.jsx)(n.code,{children:"draining"})," and empty are removed"]}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["Long running applications should be handled gracefully when removing a ",(0,t.jsx)(n.em,{children:"managed"})," queue. The scheduler should at least track and expose that a queue has been in a ",(0,t.jsx)(n.em,{children:"draining"})," state for an extended period of time. In the optimal case the application should be notified of the queue change to allow it to release resources. In all cases the queue administrators should be notified to allow them to take action. This action would currently be a manual move of the application to a different queue by the administrators."]}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)(n.em,{children:"Unmanaged"})," queues that are not defined in the queue definition are created by the scheduler automatically based on the placement rules. ",(0,t.jsx)(n.em,{children:"Unmanaged"})," queues have a lifespan independent of the configuration. Whenever an ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue is empty it will get removed. The queue will automatically be created again when a new application is requesting it via triggering the placement rule."]}),"\n",(0,t.jsxs)(n.p,{children:["Removing an empty ",(0,t.jsx)(n.em,{children:"managed"})," or ",(0,t.jsx)(n.em,{children:"unmanaged"})," queue is handled by the same removal code which must run independent of the configuration updates and scheduling actions."]}),"\n",(0,t.jsx)(n.p,{children:"Configurations can change over time. The impact of a fail over or restart must still be investigated.\nBase point to make: a changed configuration should not impact the currently running applications. Queues that no longer exist should be handled somehow."}),"\n",(0,t.jsx)(n.h3,{id:"access-control-lists",children:"Access Control Lists"}),"\n",(0,t.jsx)(n.p,{children:"The scheduler ACL is independent of the queue ACLs. A scheduler administrator is not by default allowed to submit an application or administer the queues in the system."}),"\n",(0,t.jsxs)(n.p,{children:["All ACL types should use the same definition pattern. We should allow at least POSIX user and group names which uses the portable filename character set ",(0,t.jsx)("sup",{id:"s2",children:(0,t.jsx)(n.a,{href:"#f2",children:"2"})}),". However we should take into account that we could have domain specifiers based on the environment that the system runs in (@ sign as per HADOOP-12751)."]}),"\n",(0,t.jsx)(n.p,{children:"By default access control is enabled and access is denied. The only special case is for the core scheduler which automatically adds the system user, the scheduler process owner, to the scheduler ACL. The scheduler process owner is allowed to make sure that the process owner can use the API to call any administrative actions."}),"\n",(0,t.jsx)(n.p,{children:"Access control lists give access to the users and groups that have been specified in the list. They do not provide the possibility to explicitly remove or deny access to the users and groups specified in the list."}),"\n",(0,t.jsx)(n.p,{children:"The access control list is defined as:"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"ACL ::= \u201c*\u201d | userlist [ \u201c \u201c grouplist ]\nuserlist ::= \u201c\u201d | user { \u201c,\u201d user }\ngrouplist ::= \u201c\u201d | group { \u201c,\u201d group }\n"})}),"\n",(0,t.jsx)(n.p,{children:"This definition specifies a wildcard of * which results in access for everyone. If the user list is empty and the group list is empty nobody will have access. This deny all ACL has two possible representations:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"an empty access control list."}),"\n",(0,t.jsx)(n.li,{children:"a single space."}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"If there is no access control list is configured access is denied by default."}),"\n",(0,t.jsx)(n.h2,{id:"shim-configuration",children:"Shim Configuration"}),"\n",(0,t.jsx)(n.p,{children:"The shim configuration is highly dependent on the shim implementation. The k8s shim differs from the YARN shim. Currently the k8s shim is configured via command line options but we should not depend on that."}),"\n",(0,t.jsx)(n.h3,{id:"k8s-shim",children:"K8s shim"}),"\n",(0,t.jsx)(n.p,{children:"The full configuration of the K8s shim is still under development."}),"\n",(0,t.jsx)(n.h3,{id:"yarn-shim",children:"YARN shim"}),"\n",(0,t.jsx)(n.p,{children:"The full configuration of the YARN shim is still under development."}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)("br",{}),(0,t.jsx)("b",{id:"f1"}),"1: ",(0,t.jsx)(n.a,{href:"https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#should-i-use-a-configmap-or-a-custom-resource",children:"https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#should-i-use-a-configmap-or-a-custom-resource"}),". ",(0,t.jsx)(n.a,{href:"#s1",children:"\u21a9"}),"\n",(0,t.jsx)("br",{}),(0,t.jsx)("b",{id:"f2"}),"2: The set of characters from which portable filenames are constructed. ",(0,t.jsx)(n.a,{href:"#s2",children:"\u21a9"}),"\n",(0,t.jsx)("br",{}),(0,t.jsx)(n.code,{children:"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 . _ -"})]})]})}function c(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}},37155:(e,n,i)=>{i.d(n,{R:()=>a,x:()=>o});var t=i(79474);const s={},r=t.createContext(s);function a(e){const n=t.useContext(r);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]);
\ No newline at end of file
diff --git a/assets/js/runtime~main.19bf3083.js b/assets/js/runtime~main.4c452bc8.js
similarity index 99%
rename from assets/js/runtime~main.19bf3083.js
rename to assets/js/runtime~main.4c452bc8.js
index 67287e62af..edeea17d1b 100644
--- a/assets/js/runtime~main.19bf3083.js
+++ b/assets/js/runtime~main.4c452bc8.js
@@ -1 +1 @@
-(()=>{"use strict";var b,e,f,a,c,d={},t={};function r(b){var e=t[b];if(void 0!==e)return e.exports;var f=t[b]={id:b,loaded:!1,exports:{}};return d[b].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,b=[],r.O=(e,f,a,c)=>{if(!f){var d=1/0;for(i=0;i=c)&&Object.keys(r.O).every((b=>r.O[b](f[o])))?f.splice(o--,1):(t=!1,c0&&b[i-1][2]>c;i--)b[i]=b[i-1];b[i]=[f,a,c]},r.n=b=>{var e=b&&b.__esModule?()=>b.default:()=>b;return r.d(e,{a:e}),e},f=Object.getPrototypeOf?b=>Object.getPrototypeOf(b):b=>b.__proto__,r.t=function(b,a){if(1&a&&(b=this(b)),8&a)return b;if("object"==typeof b&&b){if(4&a&&b.__esModule)return b;if(16&a&&"function"==typeof b.then)return b}var c=Object.create(null);r.r(c);var d={};e=e||[null,f({}),f([]),f(f)];for(var t=2&a&&b;"object"==typeof t&&!~e.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((e=>d[e]=()=>b[e]));return d.default=()=>b,r.d(c,d),c},r.d=(b,e)=>{for(var f in e)r.o(e,f)&&!r.o(b,f)&&Object.defineProperty(b,f,{enumerable:!0,get:e[f]})},r.f={},r.e=b=>Promise.all(Object.keys(r.f).reduce(((e,f)=>(r.f[f](b,e),e)),[])),r.u=b=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",158:"09cca940",231:"23e6e692",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",662:"3d1d4348",1038:"d16572ac",1081:"d0f5f137",1125:"080803ab",1186:"bc8debd5",1316:"22290b7c",1535:"ce3b8713",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2647:"dcb5266f",2652:"da84cc0d",2884:"8539bc43",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3299:"89522323",3302:"c8855521",3359:"09a653ca",3640:"1626930f",3735:"da4a45a6",3755:"f940ef68",3926:"97ff1006",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4624:"2d5ade7c",4647:"2f07b41f",4736:"89cbeac6",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5140:"b599e8e6",5148:"5d738820",5240:"88953181",5415:"01627567",5426:"435398e5",5715:"a5b5dcea",5874:"f8b6f1ce",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6284:"53802ae3",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",6839:"b03aa593",6988:"53d6c163",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",7727:"08958cc8",8248:"90571119",8250:"e897f185",8298:"c66305e5",8387:"6187a22c",8641:"3683234c",8682:"28f896bb",8711:"b534254a",8765:"5c9389cb",8853:"341034ab",8919:"7ce1a762",8960:"31bb26c2",9045:"54213aa1",9197:"f7f2e981",9332:"298eb304",9362:"4c43497a",9371:"3b084a86",9508:"8fce5129",9525:"bf1307fc",9591:"57d3a897",9647:"5e95c892",9669:"e80a80ce",9758:"0ed46ed7",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10116:"e26aab1c",10211:"191af8a9",10235:"1c17176b",10325:"197162c9",10394:"7d04a98b",10467:"3cbcee45",10571:"3dd193dd",10783:"203393bb",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11384:"66d67008",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13208:"8f3eca0e",13299:"5a396677",13368:"17153aab",13575:"1b3749bd",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14162:"0b0c644f",14338:"65d34724",14602:"28164c5f",14774:"a521008d",15093:"3b14d40b",15215:"e2e02a2c",15306:"0f214f11",15327:"d69b5ce4",15473:"aa529b40",15796:"0b9035d2",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16192:"b8d9badc",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16448:"0aaad7cf",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17365:"ce9c18e6",17369:"c52cb584",17433:"17418acc",17483:"1e52c424",17657:"30b0614b",17785:"be46464e",18116:"eabb504b",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18265:"660f1f01",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18578:"de4cf88e",18717:"f8bc3ad1",18827:"5d439d21",19109:"08b63e68",19200:"a9eb33b0",19293:"7ea12187",19393:"fea909d2",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",19801:"06014409",20118:"f9faa05a",20288:"35e6a6a4",20309:"c0bf01db",20329:"26eafd15",20389:"2457c0ef",20462:"d29f2e27",20515:"94abfae6",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21770:"3de41bf4",22152:"65e91a71",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",22980:"b662fdbc",23014:"0565d9f4",23016:"d063fe9f",23075:"b8a75ff1",23115:"85ff2641",23626:"098cffed",23714:"0203cbc2",23819:"5cf764b1",23876:"ff3874ed",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24831:"0e320ecf",24944:"e718b7e6",24992:"34a9a2b3",25042:"acc1e0c7",25207:"3d7f4be7",25263:"b6a19a2b",25308:"aa222e6d",25391:"121a060a",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",25892:"d3377450",25990:"90a5afda",25999:"2b64beef",26021:"5a3f9071",26091:"fadff26c",26112:"6dd3a2f1",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26280:"e8da7578",26328:"fc3648c4",26338:"8fb7d367",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27467:"1514c2db",27504:"b06b747e",27683:"c3b79105",27826:"c9dad6db",28079:"52045c4e",28104:"92cca7ce",28107:"174d46b8",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",31808:"0ff608b3",31836:"2dc84aaf",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32287:"15d1a8b2",32458:"5d531092",32470:"e50d8128",32477:"f82ec024",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33225:"4069982d",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33478:"1f445f4e",33523:"3d1791fa",33538:"bf877efc",33588:"3527acbd",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",33811:"7fc5f702",33861:"68f80150",33871:"a6e9442a",33936:"13cf577a",34062:"1f87d76b",34128:"3110a528",34202:"3b712abc",34221:"cd9d94be",34412:"df632275",34418:"bb45a616",34463:"db881351",34654:"024f5110",34786:"0448914c",34857:"6dc7dc4a",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35289:"3dbf3433",35401:"8e403b22",35581:"d28f8723",35742:"aba21aa0",35802:"fcf94348",36154:"09920c24",36253:"83debc9b",36278:"f0425514",36347:"1072df95",36597:"13f68f62",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",36952:"20a7f78d",37200:"8d517cc6",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37690:"96345a43",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38065:"34ddf0a6",38600:"a633adf5",38613:"98952d49",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",38963:"1b21c60e",39013:"08ea7f98",39038:"6388662f",39078:"92667337",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",39811:"c1b70bf5",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",42988:"3cde923d",43087:"6d78f76d",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",43681:"a6af4806",43749:"b3a8e371",43948:"c08d65fc",44077:"1d098224",44109:"edecc501",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45399:"854ae432",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45824:"220067b0",45903:"98d35d14",45951:"25e935c4",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",46918:"fa9c111c",47063:"22d92bf3",47167:"4467cad9",47494:"bd508aaf",47643:"0f66ed5f",47699:"30a10528",48098:"e0cfa6fb",48190:"6abe350e",48268:"7e6c1ace",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",49935:"68859ced",50492:"61eca9d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51141:"f80526de",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51468:"f6ed2994",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52001:"aaff83fe",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52450:"b5189a03",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53036:"2999c86a",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53697:"1c3e0402",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",53992:"aaf1849a",54727:"f5272822",54784:"075bf599",54838:"8daf2cfc",55067:"ca3ac135",55234:"a6ae6e0e",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55668:"bbaa8144",55985:"bd31f9fe",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56173:"abd6c138",56176:"bd9c2ce3",56333:"3e76e7e2",56601:"ca87bd6e",56672:"a6514927",56802:"9e33764b",56809:"9eea1548",56905:"65ba231d",57346:"548f5e59",57380:"62478112",57387:"be7a0dbe",57426:"b9bde1e9",57500:"10e1feeb",57618:"649b7061",57813:"1dcb712d",57871:"33daa5c8",58133:"c0bd6a4b",58241:"1394ac74",58250:"e5e048c5",58261:"0c3c5831",58278:"a4eb7e65",58356:"64a11ff0",58465:"e59213c0",58666:"f0ab066b",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58946:"813c57df",58969:"5603f239",59140:"79b08c73",59295:"a3542ba4",59336:"e32f272d",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59747:"e6db4d7f",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60152:"9e124417",60303:"ee766c44",60491:"e7752ddb",60519:"fbf3b362",60912:"a649354c",61056:"3951a3d5",61076:"fafbe599",61145:"dbbae471",61235:"a7456010",61408:"53ba98a8",61511:"99a6bf03",61601:"d872d333",61607:"99e2de82",61674:"3dbf3764",61895:"a4a95510",61978:"4dc02b0d",61980:"617e9601",62092:"d6e66bbb",62112:"333ae3de",62138:"1a4e3797",62242:"532b25e9",62270:"6069883e",62432:"2ea0d09d",62809:"5df7ef96",62948:"8d20ce23",63078:"0078fd95",63184:"b9d8091f",63285:"66a5fdbd",63551:"52e54cbf",63588:"debcf1ca",63625:"25778245",63642:"fe49e32a",64078:"bd0b3be5",64183:"4ae9c4df",64280:"72e67cf5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64727:"58a729ec",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65150:"0976f607",65254:"eeaafb3d",65350:"517960c0",65360:"fbb92626",65429:"1c9209f4",65441:"f14a91aa",65473:"a008f403",65561:"01158359",65672:"9f72f8ad",65867:"02b8ff39",65880:"21fffddb",65994:"32c91dfc",66061:"1f391b9e",66115:"3484cec4",66125:"ff451149",66303:"3c15e784",66324:"26c8b3d3",66359:"34ee1a85",66564:"c512952f",67098:"a7bd4aaa",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67434:"93feb51f",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68576:"b5b50fa2",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69349:"5adad896",69465:"a65edd96",69896:"fe69c785",69910:"29d1f85f",69977:"3bfb82cf",69999:"ead72281",70083:"ba68ec1b",70180:"bff0400e",70273:"fb133e19",70275:"3d56f04b",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71196:"5f3d38f4",71457:"aa392378",71560:"32947c92",71818:"fc1bd95c",72007:"30bd1501",72374:"8ef733b5",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",73793:"3d486e2f",73964:"6f9bcf8a",74146:"9aa2d1d3",74259:"27e1f4b3",74287:"719705af",74356:"6a4d9186",74368:"ff80ddad",74618:"5877df2d",74649:"88152301",74838:"23b73747",75008:"23876858",75102:"6a858f16",75397:"c2467954",75566:"c9bc13ce",75780:"84555378",75853:"cd78c8cb",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77115:"fd4f2b04",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77526:"4fef248d",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78229:"523995f3",78425:"b198df35",78464:"272b813b",78678:"dc8253a3",78763:"d84189a7",78926:"73bc484b",79048:"a94703ab",79050:"8bc280ca",79322:"5345c07d",79323:"6175b9e3",79456:"0786e8ef",79738:"b712cc76",79767:"f00baad2",79798:"9707d709",79862:"17c79707",79936:"97887d0f",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80551:"26b9516c",80715:"c1be4069",80957:"c141421f",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81517:"91fda863",81542:"1a38f637",81618:"3f50cac0",81745:"3619f683",81776:"04511b39",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",83460:"6f405875",83486:"6561ff8a",83510:"8f69be8c",83553:"31c3b644",83572:"a63aa759",83593:"2432bf2e",83683:"4293d558",84744:"51412e7f",84795:"1e32b83f",84838:"4e1badf8",84844:"317a8adb",84927:"2acaeb1a",84933:"481cf853",85103:"e8b823ec",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86131:"6fc9147b",86136:"8734b6b3",86164:"f3be527a",86260:"04f00c7c",86533:"eeb44288",86547:"00aed75b",86618:"5e906dfd",86650:"fc9493b5",86673:"0a87ba36",86892:"c95a2e0f",86898:"2768bd3e",87217:"120f4023",87392:"e6aabe98",87683:"0734b534",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88852:"e3883bac",89148:"a784aa5b",89173:"04f5229b",89360:"12a6e0ac",89470:"4d6ff450",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89765:"edeeb324",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89921:"35efb441",89983:"34003c72",90046:"bd59b609",90108:"7b756db8",90302:"8627d2ff",90310:"e42b3d9d",90442:"cbc12d17",90455:"6db854fa",90822:"15a1e7f7",90849:"0058b4c6",91136:"ed0bdba3",91164:"477a37df",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92297:"8c446753",92307:"aa2738c3",92312:"1a4b3297",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",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",95183:"f58814fb",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",96637:"e4cf47cd",96751:"559ca816",96848:"58fe75b9",97185:"47d3ce37",97220:"1094d3ac",97239:"259c64e2",97293:"497f1eb0",97446:"9754eb65",97555:"e6f1bbf8",97642:"432ba8c0",97692:"2e7b1ecd",97766:"4be882fd",97770:"c9a3c400",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98291:"ec7ac759",98432:"9d8619d4",98601:"62cdd780",98753:"7a2ae5c2",98808:"d248ca85",99049:"e94fd204",99222:"794b0494",99377:"cb5e20e2",99441:"9e98946b",99746:"751b68b4",99784:"82d2d99a",99917:"8a6e3c59"}[b]||b)+"."+{15:"a1d654ed",36:"b4cdc322",158:"f598dfb0",231:"6012a8de",353:"85290f29",359:"59127427",536:"d6de0ac3",662:"eb6be5fa",1038:"6cadda39",1081:"038b4888",1125:"deee2be3",1186:"c5a8a8de",1316:"62735cee",1535:"5227e2d2",2075:"6256468a",2123:"c1b809a2",2450:"d3697920",2647:"ab0b6c7e",2652:"a2ff84b6",2884:"c6bd021c",2932:"a62efec0",2960:"66315290",3210:"acb58d3a",3233:"d3c4c5a8",3262:"8642b4e8",3299:"02106dab",3302:"868c2c53",3359:"d7d4a216",3640:"7317e8fa",3735:"ea1ea22d",3755:"b78337ed",3926:"a3138fe0",4047:"4a0cd9cc",4105:"fd4aa0b7",4113:"1ffa2ef4",4432:"b4c6a9b9",4624:"0d8dfad0",4647:"61e27981",4736:"495622d1",4886:"3bc8e8c4",4946:"650a9328",5005:"4b1490b9",5140:"88b23a65",5148:"d369f01c",5240:"f01c417d",5415:"07f7f3e8",5426:"bb2ce63f",5715:"85161051",5874:"20abd5c3",5886:"c622fa31",6149:"02497dbc",6182:"25a2ba15",6249:"83fdd8ee",6284:"328bc0ad",6368:"2ee03ecb",6428:"9331ce3e",6507:"a4fef5c3",6524:"341ff0b8",6595:"6e8b924c",6669:"b35415ec",6839:"557575a1",6988:"fb38e9d2",7180:"df13b80b",7202:"8bf654c4",7292:"a9a11fc6",7402:"b17c06c6",7420:"50f06bda",7545:"2b2a4db7",7727:"38f1ba81",8248:"18d83cee",8250:"47ae255a",8298:"8625039d",8387:"228a1318",8641:"d0d4b014",8682:"d1be4448",8711:"ea88eef4",8765:"1a12b096",8853:"f3b434a2",8919:"2a690eae",8960:"f531b205",9045:"48de9181",9197:"e6716d44",9332:"0e7ed090",9362:"d1a7d71c",9371:"59e73f22",9508:"e119fb87",9525:"edbffcfe",9591:"b7a60ced",9647:"810af93c",9669:"ca699251",9758:"9cfa0584",9763:"662065d6",9768:"c28ad954",9790:"3b02e9e7",9895:"a9044245",10116:"4077bd94",10211:"b9d3594f",10235:"91f912ef",10325:"5672001b",10394:"f47dd821",10467:"9c41d93b",10571:"425bc1f5",10783:"4f06b37b",10853:"d0e15358",11157:"bd337c73",11200:"a071f34a",11384:"fba70f3f",11429:"14c38bef",11506:"8ff2a4d6",11866:"81588d2c",11969:"4e06fafc",12031:"7e1c1be7",12032:"1bd43837",12515:"6ec2e681",12646:"79b885ae",12791:"e7ff6543",13021:"232d534c",13089:"79553b3f",13208:"db9bf495",13299:"08e9fe9f",13368:"99bcf866",13575:"b0791a4a",13843:"75e3eb2c",13940:"0e3f83aa",14140:"ecaa4dd1",14162:"487c9777",14338:"a528efed",14602:"1a1f01f6",14774:"fa19eb6e",15093:"2cfef863",15215:"20fdefe2",15306:"a221d81e",15327:"4bad68ec",15473:"622ddc44",15796:"3784755d",15889:"214af6ab",15929:"e6de7c6b",16061:"6ffcc438",16081:"7d744756",16192:"59fb0047",16248:"38e5d617",16308:"bd433bb8",16325:"dfbd3042",16337:"69de6f6a",16341:"6cc4d650",16448:"59af0223",16626:"c36b2066",16939:"1c787b75",16949:"d77ded83",17303:"fc066d11",17365:"9f15928f",17369:"7383ea54",17433:"0ba449f4",17483:"b4ef8070",17657:"d760f464",17785:"ad86d00a",18116:"d7ff9af6",18119:"0bb3994d",18122:"09cd774c",18181:"a474ed33",18265:"3b097572",18340:"4d0e218b",18401:"3d624df5",18500:"71152942",18578:"b2964255",18717:"389032c7",18827:"4acafaab",19109:"7dc86263",19200:"5000d28f",19293:"a17e0ca3",19393:"df252a05",19411:"366de705",19662:"b93074c2",19699:"cd756844",19801:"71c58e05",20118:"48cf555e",20288:"e5b4bc44",20309:"0e728592",20329:"1c5d549d",20389:"07eea6e4",20462:"c3a4338a",20515:"a622f78e",21187:"fa9284d6",21559:"ae04867f",21600:"3b6b094a",21770:"260999c8",22152:"56cb6556",22408:"6a3a3c4d",22442:"daf0475a",22483:"bd2f3419",22600:"4c7fd848",22773:"6594ebec",22819:"fe9742ea",22980:"51f14c59",23014:"b8f95bbb",23016:"cf83bd06",23075:"4bb79bcc",23115:"63c4b284",23626:"fa28c3be",23714:"3137146f",23819:"f8f48bf1",23876:"4514ca51",23907:"f4ea8e6a",24045:"1fe99f6e",24165:"853a57bf",24288:"e82f7339",24451:"5805fed8",24616:"926b870a",24697:"4140caf3",24831:"3b69c713",24944:"e0e05c31",24992:"d64a8b62",25042:"bc21475b",25207:"b1e98bc7",25263:"dbed6efd",25308:"8b76c63a",25391:"89ac7d0c",25661:"cbae33fa",25729:"47f52a2f",25871:"4fbd4fd3",25892:"194c2bdb",25990:"adf3146a",25999:"48f167cf",26021:"b2bce2b9",26091:"c1a4b29a",26112:"d6a29ae2",26133:"bd7ad667",26152:"eab93375",26155:"d0c067aa",26280:"0fcaff2b",26328:"c912bc15",26338:"f178cd23",26480:"284e8058",26592:"53836d46",27029:"b6046c10",27083:"59fa9220",27467:"63f68f3a",27504:"14136004",27683:"b6d2d11b",27826:"98a8c9ec",28079:"36ab3125",28104:"4c6f5915",28107:"1f484b82",28153:"42e936e3",28268:"e684175e",28564:"df4e43ba",28768:"78cf6ca2",28922:"980dd8b0",29571:"761fac5f",29853:"28bc8f44",29976:"14efc5c4",30079:"05dc4ba0",30090:"806b7113",30204:"ca3b4a1e",30563:"1e8eb6ce",30749:"608fc517",31087:"99ad5f89",31245:"fdacac98",31255:"db5ae827",31412:"9b1b4287",31425:"36fd08f5",31492:"3d386f4e",31609:"f5e6486a",31669:"7fabd078",31808:"1f8c5248",31836:"b42bfd10",31872:"72ec6a12",32102:"2ddeeec6",32131:"39d921e6",32209:"dc86bba3",32272:"cfd7b827",32287:"7695f255",32458:"cef95dd9",32470:"00344f3c",32477:"f935f9d8",32861:"b2ec9946",32961:"21ee60a5",32968:"794032c3",33070:"653ca7ce",33109:"2aa07f31",33214:"7f80493b",33225:"8a748b07",33261:"2a865786",33270:"4601f556",33386:"723c5d23",33478:"0fef07bb",33523:"f4460d6a",33538:"28cf18fd",33588:"6a568d49",33706:"f05ca3a3",33707:"31652966",33748:"e7c90f9b",33811:"ae972e85",33861:"e4c0d11e",33871:"391b3f96",33936:"5f6407d9",34062:"723082b8",34128:"b4c06847",34202:"a8307772",34221:"1ded7750",34412:"de655c5c",34418:"953d22ad",34463:"57fcae15",34654:"f252119a",34786:"22119cc2",34857:"c9ff90ae",34870:"bf558d2c",35160:"5d298723",35173:"23db5a0c",35230:"2227b5f0",35289:"e9c08cef",35401:"e3088119",35581:"3bb7aa9a",35742:"3f05066e",35802:"3c76ea10",36154:"9709f91f",36253:"c16a0850",36278:"39510099",36347:"c1f1bcbd",36597:"91b68d21",36598:"35f00d83",36645:"2f04259e",36814:"7a24ca2d",36852:"820a1e4b",36952:"8d289c8f",37200:"a99173ee",37310:"496772dc",37404:"cd4c2b62",37571:"64b80fc1",37586:"29f58593",37681:"99fcc700",37690:"7f6bd129",37726:"36aacf3b",37802:"d657a00f",37974:"f60386ca",38065:"e91989de",38600:"7ac84b08",38613:"a118ba96",38620:"dc81709a",38622:"89c5bce5",38634:"42a918b6",38963:"e2cee897",39013:"daa4f17a",39038:"16fad344",39078:"a8263ac4",39221:"3826d57c",39545:"8cd49bb3",39561:"ffb45837",39667:"fc682f4c",39811:"1ca036ff",40081:"13e8c202",40249:"89334dfb",40523:"859a5739",40570:"1047c083",40683:"e4522c30",40742:"bf5177d5",40802:"bc1ac536",40844:"dc9a406b",40905:"de1decdb",41229:"c9a8719c",41399:"14fc71a6",41576:"3947a707",41880:"8e7ff8b4",42018:"15b228cd",42183:"19e4592c",42389:"7294c0f6",42420:"202669f8",42656:"8156ed26",42683:"fe7780dc",42839:"a3d0a056",42856:"376107f1",42988:"c44825a3",43087:"d5a0a191",43162:"e4b2d511",43169:"d89a4d09",43289:"9ee137c7",43514:"3c994fd6",43516:"0719be96",43568:"c4b9c0b6",43681:"d9e89bb4",43749:"6f17ccaf",43948:"d0f1b265",44077:"d9fc20b4",44109:"e195994b",44556:"3dfcb483",45071:"cb3aa6ef",45087:"89654132",45399:"cfb65665",45623:"4eca1c0b",45681:"14bfdfc5",45738:"d623e6c2",45824:"9655b67b",45903:"61364e53",45951:"ffd5d5c7",46001:"e54bc90d",46067:"eda2db66",46069:"b3000172",46137:"4633bc0b",46484:"31af70b4",46571:"01b48dbd",46765:"f18090b1",46918:"945e9602",47063:"2da5af2a",47167:"e6d32f22",47494:"03d0299c",47643:"f2148c58",47699:"42fac896",48098:"d089503b",48190:"e88630a3",48268:"a317d47c",48724:"9b53c5c5",48866:"38ae0677",48900:"5a402721",49042:"e0881126",49167:"bd09aa43",49232:"d79574a9",49294:"2e8e594b",49364:"8b259a84",49409:"94425d16",49706:"1d566fdf",49935:"e16515a1",50492:"41afb429",50528:"db6ae915",50763:"b09b4af1",50794:"4161277e",51030:"75cfa546",51068:"4d53835c",51103:"15a3da15",51141:"78132673",51200:"ac92fdc7",51269:"d36fa9c5",51308:"9334fb55",51468:"66d65637",51645:"048fda51",51791:"7433fb68",51800:"c1404dcc",52001:"0c54249f",52072:"1f1f5be7",52140:"2a8bdfb0",52153:"e9ac6e8c",52335:"eb81588a",52450:"fb610c5a",52550:"e9965d20",52634:"288c9ad1",52694:"953295b9",52891:"1ee56c73",53036:"306b23f8",53045:"0c0e5f93",53320:"9c204241",53409:"5a45225e",53416:"a9271456",53697:"b1e4e1d7",53716:"6ab52294",53754:"5588bf87",53870:"b115281f",53992:"38dcc8f4",54347:"5c1c02da",54727:"f9296c05",54784:"e5d72c7e",54838:"70f78684",55067:"845920d8",55234:"99c122fd",55286:"a97a40b0",55380:"805146cb",55449:"545a5d38",55526:"c2b079ef",55570:"3665043a",55668:"356c65ff",55985:"427bc2a9",55991:"8ec153df",56107:"1ec52c47",56158:"9c33781d",56173:"eb494cb6",56176:"c5eba946",56333:"36a95849",56601:"da7c9623",56672:"a77091b4",56802:"9be64e08",56809:"5317674b",56905:"b119adb7",57346:"a8b2e926",57380:"07008c27",57387:"c8c7341c",57426:"23cd85a2",57500:"69309e50",57618:"610812f4",57813:"b291228c",57871:"494dd30d",58133:"56e2bc40",58241:"29d56d8d",58250:"a8f1e825",58261:"84ecdef3",58278:"6ab56ba5",58356:"4ed0fdc4",58465:"1002aebd",58666:"99949460",58705:"2d9ab335",58711:"72d6ee29",58755:"6faa087d",58764:"6cfa81a3",58946:"5c6d1747",58969:"53d0d124",59140:"15ed9774",59295:"596051f2",59336:"b8ffe596",59388:"eb4a2a82",59449:"16f91bc8",59682:"1bde2280",59747:"96d77991",59783:"143c2093",59848:"25aadec5",59911:"3c9696ad",59960:"d685e5fb",60042:"d5e6e906",60043:"537684e5",60126:"9f42926b",60152:"15f00da6",60303:"819d15bb",60491:"3f6cf948",60519:"7c5228ed",60912:"83edbdec",61056:"fde85db0",61076:"0b4cfc2a",61145:"6b6febda",61235:"8b8a98d9",61408:"35696c64",61511:"a76fc52c",61601:"617c1a76",61607:"d6c5a84c",61674:"5d12f717",61895:"20e70dc0",61978:"b3ad12b0",61980:"8658c4bc",62092:"22785c19",62112:"a337e44c",62138:"3e2ef046",62242:"4e042911",62270:"779d7ac1",62432:"a314b445",62809:"b488e7d9",62948:"9968de0b",62991:"2c5b5855",63078:"713c1282",63184:"0ff7374e",63285:"3257df37",63551:"f2cea7c5",63588:"5af8d58f",63625:"bd476946",63642:"27be395f",64078:"b9190e32",64183:"4a0904cd",64280:"adc7b209",64476:"5bf24f67",64575:"3a7c1d0d",64660:"743625a5",64705:"852f812a",64727:"73fe367d",64818:"90bc0b3a",64915:"836f2d2e",65038:"b9078c5a",65150:"dbbcb21f",65254:"f94e041f",65350:"c316fe6d",65360:"7094d389",65429:"15466d15",65441:"e0d9c3cd",65473:"61e390e3",65561:"deb3ac6d",65672:"a6e4bf32",65867:"5234b52d",65880:"73427bdb",65994:"1d379611",66061:"a62b5d31",66115:"b549c12f",66125:"1ec8679d",66303:"16977d64",66324:"a6354917",66359:"d2467f55",66564:"fe5d2cf5",67098:"16a3cc4a",67148:"278e0285",67228:"ae13c328",67270:"36b8a80d",67291:"ffe56d39",67434:"8f4c622f",67459:"8b5992ec",67546:"25013207",68047:"20ce6be5",68576:"bce5ff48",68596:"4702b291",69061:"ca2525a4",69085:"0441d824",69166:"e2162949",69349:"57eb50aa",69465:"7945ffad",69896:"57c6e9a6",69910:"58f77c21",69977:"c99a01f8",69999:"e507b50d",70083:"66b87fe4",70180:"941d32ea",70273:"5b2d9f2f",70275:"869a341c",70294:"f848a871",70377:"b32a5c5c",70699:"ae87120e",70706:"a9241c5f",70747:"0c4673ef",70806:"64ed086b",70860:"edb566e7",70921:"47991647",70948:"f740fb3d",71013:"64c341c4",71196:"c29d80f6",71457:"173fa6c7",71560:"ff45098e",71818:"f556a10d",72007:"0549688f",72374:"ba3d7fe7",72405:"9663318a",72406:"f00ad153",72420:"52961441",72780:"9a254238",72903:"16e1e1f2",72913:"7eb2f960",72982:"4a43cac0",73171:"ceeccc1f",73195:"3cd8bba1",73204:"8c15b622",73235:"d5901d0b",73509:"9302d143",73607:"f085bc0f",73793:"5a77f775",73964:"9155a892",74146:"4a9e2aca",74259:"f7c69923",74287:"2d09a99e",74356:"0172478e",74368:"3f1ad2a2",74618:"8addbd41",74649:"827f7945",74838:"99f243d8",75008:"95fcbdf6",75102:"d0cc2365",75397:"a2b67e01",75566:"eab295ad",75780:"3280af07",75853:"2b83cdf5",76047:"5eac9c5d",76108:"c3ec7bde",76120:"49f9e47b",76438:"d0e672f9",76635:"be6761ac",76709:"5611ef61",76786:"16103467",76842:"2b92f12d",77007:"b28e3fd2",77039:"394b54eb",77115:"249544b7",77177:"441d785f",77401:"52826f51",77494:"27b52b6a",77526:"988d5b7f",77564:"5283b6be",77630:"b67ed8c3",77671:"987e5167",77778:"704a3476",77993:"ef945fda",78023:"ffc8602d",78187:"bf163b94",78201:"834269b3",78229:"490f48c3",78425:"755f88f9",78427:"2dbd2e8f",78464:"6ccfe939",78678:"50141a34",78763:"46a229e9",78926:"c284fc43",79048:"48e39e32",79050:"bb5e777a",79322:"2bbd90bf",79323:"1550d9d8",79456:"3ef4bbb6",79738:"839b666c",79767:"45082169",79798:"323aa6d5",79862:"cf3bc847",79936:"eb19282e",80047:"180f7a1e",80097:"ef0ead03",80266:"86a44560",80551:"9469139c",80715:"a49e2d96",80957:"c0522e62",81044:"bdf3b80f",81073:"4450156a",81270:"64719bfb",81367:"3ad24a3f",81516:"d689475c",81517:"a0f0de85",81542:"e9149b3f",81618:"1f1c793d",81745:"8a3d9371",81776:"23fa8a80",81848:"81661088",81874:"f4d494d5",82175:"76843da2",82206:"4b443ccf",82362:"48f991b1",82413:"3e49a4cb",82432:"caa8901a",82495:"e476ea0c",82669:"29fead70",82756:"f8773e4c",82862:"667e1e34",83045:"9978f893",83371:"ce9f36af",83379:"e87f48f0",83416:"47dc042c",83430:"1e29e938",83460:"bdf13cca",83486:"f6ba88ae",83510:"1e83c49f",83553:"95d9407d",83572:"69381847",83593:"7e9845e9",83683:"85ab5d9e",84744:"7bb36bde",84795:"5d9fe712",84838:"4903ea42",84844:"ac89a32f",84927:"98173993",84933:"18aa59c3",85103:"ccd1cf6c",85682:"513338ee",85739:"2fc5bc04",85775:"f23e7dea",85812:"89ef80aa",85958:"10241654",86048:"4b2bb5fa",86131:"6ab14aa6",86136:"24c4ec51",86164:"d5b44e3f",86260:"85606218",86533:"2766ce2a",86547:"c3080d9b",86618:"fa27b8ae",86650:"1c36d6c2",86673:"829cab43",86892:"63c11276",86898:"25f856f5",87217:"b7d960c2",87392:"fc620c62",87683:"17c4645c",88353:"fe9a30d1",88464:"e2701557",88542:"71b1240c",88852:"fb085143",89148:"a0faf75f",89173:"c689c604",89360:"dcdab89d",89470:"1b02234c",89732:"70696b53",89753:"d01e870d",89760:"dd319621",89765:"49a8a1dc",89838:"76d446bf",89845:"5872343c",89907:"6e6dbe5c",89921:"0e2dd378",89983:"fc83e249",90046:"e101ab0c",90108:"295bc25b",90302:"b657f674",90310:"aa0d505a",90376:"be71ca8a",90442:"54bd343d",90455:"e78e88b9",90822:"d187bc20",90849:"0b916be5",91136:"cf7671f7",91164:"56dc8fee",91416:"afa739f6",91467:"83c8ddf7",91494:"f447710a",91554:"3494c1a8",91702:"7788f45d",91857:"5e5e702d",92052:"5e793771",92297:"85fa2975",92307:"ea87c1ac",92312:"75f6686d",92554:"d2d9f7d2",92747:"2c8c8b14",92763:"310347a4",93120:"36fb6c94",93124:"990e5f20",93474:"b9d2fc0f",93637:"56dc3dc2",93669:"54f0e1b8",93799:"2573acdc",93936:"85ee285d",93978:"72b81630",94075:"3f2d383d",94155:"2a0f642f",94246:"54c1e6bd",94433:"337800d4",94485:"9813ad40",94526:"54f31019",94530:"5d4c2e46",94852:"16d69959",94979:"6fcc2b17",95016:"30692fee",95080:"1fdc1fd9",95105:"f88b0945",95183:"906b1871",95309:"7e50fced",95315:"d771f362",95316:"de65c0d9",95328:"e0f2a555",95392:"f5eeb26f",95520:"eeb0c178",95656:"4137d7e9",95843:"4e9067c5",95851:"a219d437",95966:"e6f3ed5d",96321:"eca6a6ba",96443:"b969ab4d",96529:"e60e3de1",96553:"3141aa8f",96637:"872df0c9",96751:"50f2bb27",96848:"2287f8c9",97185:"959f4710",97220:"d338705c",97239:"3470f20b",97293:"cdbe8588",97446:"d64badb9",97555:"d6a9f40d",97642:"69f0391d",97692:"14d60638",97766:"05fbb3e1",97770:"00e1a25d",97884:"d1c72c23",97988:"63bc7a4d",98037:"0ec0f47d",98206:"e9537243",98291:"c11d3cbf",98432:"dec48c7c",98601:"7397cfc9",98753:"57c56a25",98808:"068c62e7",99049:"9a2b20db",99222:"f1540834",99377:"5db7c858",99441:"0d74de74",99746:"86b8bdc8",99784:"05a56c91",99917:"7a808371"}[b]+".js",r.miniCssF=b=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(b){if("object"==typeof window)return window}}(),r.o=(b,e)=>Object.prototype.hasOwnProperty.call(b,e),a={},c="website:",r.l=(b,e,f,d)=>{if(a[b])a[b].push(e);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var c=a[b];if(delete a[b],t.parentNode&&t.parentNode.removeChild(t),c&&c.forEach((b=>b(f))),e)return e(f)},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=b=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(b,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(b,"__esModule",{value:!0})},r.p="/",r.gca=function(b){return b={17896441:"18401",23876858:"75008",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",62478112:"57380",66527541:"83379",67158670:"29571",70245927:"23907",72207194:"40249",84555378:"75780",88152301:"74649",88953181:"5240",89522323:"3299",90571119:"8248",92667337:"39078",96225825:"64818","8102b5ac":"15","19e8550d":"36","09cca940":"158","23e6e692":"231",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536","3d1d4348":"662",d16572ac:"1038",d0f5f137:"1081","080803ab":"1125",bc8debd5:"1186","22290b7c":"1316",ce3b8713:"1535",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",dcb5266f:"2647",da84cc0d:"2652","8539bc43":"2884",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","09a653ca":"3359","1626930f":"3640",da4a45a6:"3735",f940ef68:"3755","97ff1006":"3926",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","2d5ade7c":"4624","2f07b41f":"4647","89cbeac6":"4736","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005",b599e8e6:"5140","5d738820":"5148","01627567":"5415","435398e5":"5426",a5b5dcea:"5715",f8b6f1ce:"5874","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","53802ae3":"6284","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669",b03aa593:"6839","53d6c163":"6988",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545","08958cc8":"7727",e897f185:"8250",c66305e5:"8298","6187a22c":"8387","3683234c":"8641","28f896bb":"8682",b534254a:"8711","5c9389cb":"8765","341034ab":"8853","7ce1a762":"8919","31bb26c2":"8960","54213aa1":"9045",f7f2e981:"9197","298eb304":"9332","4c43497a":"9362","3b084a86":"9371","8fce5129":"9508",bf1307fc:"9525","57d3a897":"9591","5e95c892":"9647",e80a80ce:"9669","0ed46ed7":"9758","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895",e26aab1c:"10116","191af8a9":"10211","1c17176b":"10235","197162c9":"10325","7d04a98b":"10394","3cbcee45":"10467","3dd193dd":"10571","203393bb":"10783",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","66d67008":"11384","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","8f3eca0e":"13208","5a396677":"13299","17153aab":"13368","1b3749bd":"13575","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","0b0c644f":"14162","65d34724":"14338","28164c5f":"14602",a521008d:"14774","3b14d40b":"15093",e2e02a2c:"15215","0f214f11":"15306",d69b5ce4:"15327",aa529b40:"15473","0b9035d2":"15796",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081",b8d9badc:"16192","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341","0aaad7cf":"16448",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",ce9c18e6:"17365",c52cb584:"17369","17418acc":"17433","1e52c424":"17483","30b0614b":"17657",be46464e:"17785",eabb504b:"18116","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181","660f1f01":"18265",c1d1596b:"18340","5652c446":"18500",de4cf88e:"18578",f8bc3ad1:"18717","5d439d21":"18827","08b63e68":"19109",a9eb33b0:"19200","7ea12187":"19293",fea909d2:"19393","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699","06014409":"19801",f9faa05a:"20118","35e6a6a4":"20288",c0bf01db:"20309","26eafd15":"20329","2457c0ef":"20389",d29f2e27:"20462","94abfae6":"20515",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","3de41bf4":"21770","65e91a71":"22152",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819",b662fdbc:"22980","0565d9f4":"23014",d063fe9f:"23016",b8a75ff1:"23075","85ff2641":"23115","098cffed":"23626","0203cbc2":"23714","5cf764b1":"23819",ff3874ed:"23876",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697","0e320ecf":"24831",e718b7e6:"24944","34a9a2b3":"24992",acc1e0c7:"25042","3d7f4be7":"25207",b6a19a2b:"25263",aa222e6d:"25308","121a060a":"25391","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871",d3377450:"25892","90a5afda":"25990","2b64beef":"25999","5a3f9071":"26021",fadff26c:"26091","6dd3a2f1":"26112",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",e8da7578:"26280",fc3648c4:"26328","8fb7d367":"26338",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083","1514c2db":"27467",b06b747e:"27504",c3b79105:"27683",c9dad6db:"27826","52045c4e":"28079","92cca7ce":"28104","174d46b8":"28107","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","0ff608b3":"31808","2dc84aaf":"31836","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","15d1a8b2":"32287","5d531092":"32458",e50d8128:"32470",f82ec024:"32477","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214","4069982d":"33225",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","1f445f4e":"33478","3d1791fa":"33523",bf877efc:"33538","3527acbd":"33588",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","7fc5f702":"33811","68f80150":"33861",a6e9442a:"33871","13cf577a":"33936","1f87d76b":"34062","3110a528":"34128","3b712abc":"34202",cd9d94be:"34221",df632275:"34412",bb45a616:"34418",db881351:"34463","024f5110":"34654","0448914c":"34786","6dc7dc4a":"34857",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230","3dbf3433":"35289","8e403b22":"35401",d28f8723:"35581",aba21aa0:"35742",fcf94348:"35802","09920c24":"36154","83debc9b":"36253",f0425514:"36278","1072df95":"36347","13f68f62":"36597","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852","20a7f78d":"36952","8d517cc6":"37200",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","96345a43":"37690","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","34ddf0a6":"38065",a633adf5:"38600","98952d49":"38613","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","1b21c60e":"38963","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667",c1b70bf5:"39811",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","3cde923d":"42988","6d78f76d":"43087","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568",a6af4806:"43681",b3a8e371:"43749",c08d65fc:"43948","1d098224":"44077",edecc501:"44109",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","854ae432":"45399","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","220067b0":"45824","98d35d14":"45903","25e935c4":"45951","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765",fa9c111c:"46918","22d92bf3":"47063","4467cad9":"47167",bd508aaf:"47494","0f66ed5f":"47643","30a10528":"47699",e0cfa6fb:"48098","6abe350e":"48190","7e6c1ace":"48268","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","68859ced":"49935","61eca9d6":"50492","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",f80526de:"51141",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308",f6ed2994:"51468","244eac16":"51645","0131ba20":"51791","54b2a591":"51800",aaff83fe:"52001","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335",b5189a03:"52450","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891","2999c86a":"53036",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","1c3e0402":"53697","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870",aaf1849a:"53992",f5272822:"54727","075bf599":"54784","8daf2cfc":"54838",ca3ac135:"55067",a6ae6e0e:"55234","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",bbaa8144:"55668",bd31f9fe:"55985",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",abd6c138:"56173",bd9c2ce3:"56176","3e76e7e2":"56333",ca87bd6e:"56601",a6514927:"56672","9e33764b":"56802","9eea1548":"56809","65ba231d":"56905","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","10e1feeb":"57500","649b7061":"57618","1dcb712d":"57813","33daa5c8":"57871",c0bd6a4b:"58133","1394ac74":"58241",e5e048c5:"58250","0c3c5831":"58261",a4eb7e65:"58278","64a11ff0":"58356",e59213c0:"58465",f0ab066b:"58666",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","813c57df":"58946","5603f239":"58969","79b08c73":"59140",a3542ba4:"59295",e32f272d:"59336","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682",e6db4d7f:"59747","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126","9e124417":"60152",ee766c44:"60303",e7752ddb:"60491",fbf3b362:"60519",a649354c:"60912","3951a3d5":"61056",fafbe599:"61076",dbbae471:"61145",a7456010:"61235","53ba98a8":"61408","99a6bf03":"61511",d872d333:"61601","99e2de82":"61607","3dbf3764":"61674",a4a95510:"61895","4dc02b0d":"61978","617e9601":"61980",d6e66bbb:"62092","333ae3de":"62112","1a4e3797":"62138","532b25e9":"62242","6069883e":"62270","2ea0d09d":"62432","5df7ef96":"62809","8d20ce23":"62948","0078fd95":"63078",b9d8091f:"63184","66a5fdbd":"63285","52e54cbf":"63551",debcf1ca:"63588",fe49e32a:"63642",bd0b3be5:"64078","4ae9c4df":"64183","72e67cf5":"64280",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","58a729ec":"64727","63d0f0e0":"64915","7c4de6ae":"65038","0976f607":"65150",eeaafb3d:"65254","517960c0":"65350",fbb92626:"65360","1c9209f4":"65429",f14a91aa:"65441",a008f403:"65473","01158359":"65561","9f72f8ad":"65672","02b8ff39":"65867","21fffddb":"65880","32c91dfc":"65994","1f391b9e":"66061","3484cec4":"66115",ff451149:"66125","3c15e784":"66303","26c8b3d3":"66324","34ee1a85":"66359",c512952f:"66564",a7bd4aaa:"67098",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291","93feb51f":"67434",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",b5b50fa2:"68576",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166","5adad896":"69349",a65edd96:"69465",fe69c785:"69896","29d1f85f":"69910","3bfb82cf":"69977",ead72281:"69999",ba68ec1b:"70083",bff0400e:"70180",fb133e19:"70273","3d56f04b":"70275",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013","5f3d38f4":"71196",aa392378:"71457","32947c92":"71560",fc1bd95c:"71818","30bd1501":"72007","8ef733b5":"72374","1fec1075":"72405",bce28ad4:"72406",b027356b:"72420","4c517393":"72780",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a8913000:"73195",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","3d486e2f":"73793","6f9bcf8a":"73964","9aa2d1d3":"74146","27e1f4b3":"74259","719705af":"74287","6a4d9186":"74356",ff80ddad:"74368","5877df2d":"74618","23b73747":"74838","6a858f16":"75102",c2467954:"75397",c9bc13ce:"75566",cd78c8cb:"75853",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039",fd4f2b04:"77115","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","4fef248d":"77526","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201","523995f3":"78229",b198df35:"78425","272b813b":"78464",dc8253a3:"78678",d84189a7:"78763","73bc484b":"78926",a94703ab:"79048","8bc280ca":"79050","5345c07d":"79322","6175b9e3":"79323","0786e8ef":"79456",b712cc76:"79738",f00baad2:"79767","9707d709":"79798","17c79707":"79862","97887d0f":"79936","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","26b9516c":"80551",c1be4069:"80715",c141421f:"80957",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","91fda863":"81517","1a38f637":"81542","3f50cac0":"81618","3619f683":"81745","04511b39":"81776","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","6f405875":"83460","6561ff8a":"83486","8f69be8c":"83510","31c3b644":"83553",a63aa759:"83572","2432bf2e":"83593","4293d558":"83683","51412e7f":"84744","1e32b83f":"84795","4e1badf8":"84838","317a8adb":"84844","2acaeb1a":"84927","481cf853":"84933",e8b823ec:"85103",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048","6fc9147b":"86131","8734b6b3":"86136",f3be527a:"86164","04f00c7c":"86260",eeb44288:"86533","00aed75b":"86547","5e906dfd":"86618",fc9493b5:"86650","0a87ba36":"86673",c95a2e0f:"86892","2768bd3e":"86898","120f4023":"87217",e6aabe98:"87392","0734b534":"87683","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542",e3883bac:"88852",a784aa5b:"89148","04f5229b":"89173","12a6e0ac":"89360","4d6ff450":"89470","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760",edeeb324:"89765","1f466884":"89838","2a3c922d":"89845","506691da":"89907","35efb441":"89921","34003c72":"89983",bd59b609:"90046","7b756db8":"90108","8627d2ff":"90302",e42b3d9d:"90310",cbc12d17:"90442","6db854fa":"90455","15a1e7f7":"90822","0058b4c6":"90849",ed0bdba3:"91136","477a37df":"91164","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052","8c446753":"92297",aa2738c3:"92307","1a4b3297":"92312",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","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",f58814fb:"95183","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",e4cf47cd:"96637","559ca816":"96751","58fe75b9":"96848","47d3ce37":"97185","1094d3ac":"97220","259c64e2":"97239","497f1eb0":"97293","9754eb65":"97446",e6f1bbf8:"97555","432ba8c0":"97642","2e7b1ecd":"97692","4be882fd":"97766",c9a3c400:"97770","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206",ec7ac759:"98291","9d8619d4":"98432","62cdd780":"98601","7a2ae5c2":"98753",d248ca85:"98808",e94fd204:"99049","794b0494":"99222",cb5e20e2:"99377","9e98946b":"99441","751b68b4":"99746","82d2d99a":"99784","8a6e3c59":"99917"}[b]||b,r.p+r.u(b)},(()=>{var b={45354:0,71869:0};r.f.j=(e,f)=>{var a=r.o(b,e)?b[e]:void 0;if(0!==a)if(a)f.push(a[2]);else if(/^(45354|71869)$/.test(e))b[e]=0;else{var c=new Promise(((f,c)=>a=b[e]=[f,c]));f.push(a[2]=c);var d=r.p+r.u(e),t=new Error;r.l(d,(f=>{if(r.o(b,e)&&(0!==(a=b[e])&&(b[e]=void 0),a)){var c=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+e+" failed.\n("+c+": "+d+")",t.name="ChunkLoadError",t.type=c,t.request=d,a[1](t)}}),"chunk-"+e,e)}},r.O.j=e=>0===b[e];var e=(e,f)=>{var a,c,d=f[0],t=f[1],o=f[2],n=0;if(d.some((e=>0!==b[e]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(e&&e(f);n{"use strict";var b,e,f,a,c,d={},t={};function r(b){var e=t[b];if(void 0!==e)return e.exports;var f=t[b]={id:b,loaded:!1,exports:{}};return d[b].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,b=[],r.O=(e,f,a,c)=>{if(!f){var d=1/0;for(i=0;i=c)&&Object.keys(r.O).every((b=>r.O[b](f[o])))?f.splice(o--,1):(t=!1,c0&&b[i-1][2]>c;i--)b[i]=b[i-1];b[i]=[f,a,c]},r.n=b=>{var e=b&&b.__esModule?()=>b.default:()=>b;return r.d(e,{a:e}),e},f=Object.getPrototypeOf?b=>Object.getPrototypeOf(b):b=>b.__proto__,r.t=function(b,a){if(1&a&&(b=this(b)),8&a)return b;if("object"==typeof b&&b){if(4&a&&b.__esModule)return b;if(16&a&&"function"==typeof b.then)return b}var c=Object.create(null);r.r(c);var d={};e=e||[null,f({}),f([]),f(f)];for(var t=2&a&&b;"object"==typeof t&&!~e.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((e=>d[e]=()=>b[e]));return d.default=()=>b,r.d(c,d),c},r.d=(b,e)=>{for(var f in e)r.o(e,f)&&!r.o(b,f)&&Object.defineProperty(b,f,{enumerable:!0,get:e[f]})},r.f={},r.e=b=>Promise.all(Object.keys(r.f).reduce(((e,f)=>(r.f[f](b,e),e)),[])),r.u=b=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",158:"09cca940",231:"23e6e692",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",662:"3d1d4348",1038:"d16572ac",1081:"d0f5f137",1125:"080803ab",1186:"bc8debd5",1316:"22290b7c",1535:"ce3b8713",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2647:"dcb5266f",2652:"da84cc0d",2884:"8539bc43",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3299:"89522323",3302:"c8855521",3359:"09a653ca",3640:"1626930f",3735:"da4a45a6",3755:"f940ef68",3926:"97ff1006",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4624:"2d5ade7c",4647:"2f07b41f",4736:"89cbeac6",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5140:"b599e8e6",5148:"5d738820",5240:"88953181",5415:"01627567",5426:"435398e5",5715:"a5b5dcea",5874:"f8b6f1ce",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6284:"53802ae3",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",6839:"b03aa593",6988:"53d6c163",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",7727:"08958cc8",8248:"90571119",8250:"e897f185",8298:"c66305e5",8387:"6187a22c",8641:"3683234c",8682:"28f896bb",8711:"b534254a",8765:"5c9389cb",8853:"341034ab",8919:"7ce1a762",8960:"31bb26c2",9045:"54213aa1",9197:"f7f2e981",9332:"298eb304",9362:"4c43497a",9371:"3b084a86",9508:"8fce5129",9525:"bf1307fc",9591:"57d3a897",9647:"5e95c892",9669:"e80a80ce",9758:"0ed46ed7",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10116:"e26aab1c",10211:"191af8a9",10235:"1c17176b",10325:"197162c9",10394:"7d04a98b",10467:"3cbcee45",10571:"3dd193dd",10783:"203393bb",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11384:"66d67008",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13208:"8f3eca0e",13299:"5a396677",13368:"17153aab",13575:"1b3749bd",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14162:"0b0c644f",14338:"65d34724",14602:"28164c5f",14774:"a521008d",15093:"3b14d40b",15215:"e2e02a2c",15306:"0f214f11",15327:"d69b5ce4",15473:"aa529b40",15796:"0b9035d2",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16192:"b8d9badc",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16448:"0aaad7cf",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17365:"ce9c18e6",17369:"c52cb584",17433:"17418acc",17483:"1e52c424",17657:"30b0614b",17785:"be46464e",18116:"eabb504b",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18265:"660f1f01",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18578:"de4cf88e",18717:"f8bc3ad1",18827:"5d439d21",19109:"08b63e68",19200:"a9eb33b0",19293:"7ea12187",19393:"fea909d2",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",19801:"06014409",20118:"f9faa05a",20288:"35e6a6a4",20309:"c0bf01db",20329:"26eafd15",20389:"2457c0ef",20462:"d29f2e27",20515:"94abfae6",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21770:"3de41bf4",22152:"65e91a71",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",22980:"b662fdbc",23014:"0565d9f4",23016:"d063fe9f",23075:"b8a75ff1",23115:"85ff2641",23626:"098cffed",23714:"0203cbc2",23819:"5cf764b1",23876:"ff3874ed",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24831:"0e320ecf",24944:"e718b7e6",24992:"34a9a2b3",25042:"acc1e0c7",25207:"3d7f4be7",25263:"b6a19a2b",25308:"aa222e6d",25391:"121a060a",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",25892:"d3377450",25990:"90a5afda",25999:"2b64beef",26021:"5a3f9071",26091:"fadff26c",26112:"6dd3a2f1",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26280:"e8da7578",26328:"fc3648c4",26338:"8fb7d367",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27467:"1514c2db",27504:"b06b747e",27683:"c3b79105",27826:"c9dad6db",28079:"52045c4e",28104:"92cca7ce",28107:"174d46b8",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",31808:"0ff608b3",31836:"2dc84aaf",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32287:"15d1a8b2",32458:"5d531092",32470:"e50d8128",32477:"f82ec024",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33225:"4069982d",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33478:"1f445f4e",33523:"3d1791fa",33538:"bf877efc",33588:"3527acbd",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",33811:"7fc5f702",33861:"68f80150",33871:"a6e9442a",33936:"13cf577a",34062:"1f87d76b",34128:"3110a528",34202:"3b712abc",34221:"cd9d94be",34412:"df632275",34418:"bb45a616",34463:"db881351",34654:"024f5110",34786:"0448914c",34857:"6dc7dc4a",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35289:"3dbf3433",35401:"8e403b22",35581:"d28f8723",35742:"aba21aa0",35802:"fcf94348",36154:"09920c24",36253:"83debc9b",36278:"f0425514",36347:"1072df95",36597:"13f68f62",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",36952:"20a7f78d",37200:"8d517cc6",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37690:"96345a43",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38065:"34ddf0a6",38600:"a633adf5",38613:"98952d49",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",38963:"1b21c60e",39013:"08ea7f98",39038:"6388662f",39078:"92667337",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",39811:"c1b70bf5",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",42988:"3cde923d",43087:"6d78f76d",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",43681:"a6af4806",43749:"b3a8e371",43948:"c08d65fc",44077:"1d098224",44109:"edecc501",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45399:"854ae432",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45824:"220067b0",45903:"98d35d14",45951:"25e935c4",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",46918:"fa9c111c",47063:"22d92bf3",47167:"4467cad9",47494:"bd508aaf",47643:"0f66ed5f",47699:"30a10528",48098:"e0cfa6fb",48190:"6abe350e",48268:"7e6c1ace",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",49935:"68859ced",50492:"61eca9d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51141:"f80526de",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51468:"f6ed2994",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52001:"aaff83fe",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52450:"b5189a03",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53036:"2999c86a",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53697:"1c3e0402",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",53992:"aaf1849a",54727:"f5272822",54784:"075bf599",54838:"8daf2cfc",55067:"ca3ac135",55234:"a6ae6e0e",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55668:"bbaa8144",55985:"bd31f9fe",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56173:"abd6c138",56176:"bd9c2ce3",56333:"3e76e7e2",56601:"ca87bd6e",56672:"a6514927",56802:"9e33764b",56809:"9eea1548",56905:"65ba231d",57346:"548f5e59",57380:"62478112",57387:"be7a0dbe",57426:"b9bde1e9",57500:"10e1feeb",57618:"649b7061",57813:"1dcb712d",57871:"33daa5c8",58133:"c0bd6a4b",58241:"1394ac74",58250:"e5e048c5",58261:"0c3c5831",58278:"a4eb7e65",58356:"64a11ff0",58465:"e59213c0",58666:"f0ab066b",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58946:"813c57df",58969:"5603f239",59140:"79b08c73",59295:"a3542ba4",59336:"e32f272d",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59747:"e6db4d7f",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60152:"9e124417",60303:"ee766c44",60491:"e7752ddb",60519:"fbf3b362",60912:"a649354c",61056:"3951a3d5",61076:"fafbe599",61145:"dbbae471",61235:"a7456010",61408:"53ba98a8",61511:"99a6bf03",61601:"d872d333",61607:"99e2de82",61674:"3dbf3764",61895:"a4a95510",61978:"4dc02b0d",61980:"617e9601",62092:"d6e66bbb",62112:"333ae3de",62138:"1a4e3797",62242:"532b25e9",62270:"6069883e",62432:"2ea0d09d",62809:"5df7ef96",62948:"8d20ce23",63078:"0078fd95",63184:"b9d8091f",63285:"66a5fdbd",63551:"52e54cbf",63588:"debcf1ca",63625:"25778245",63642:"fe49e32a",64078:"bd0b3be5",64183:"4ae9c4df",64280:"72e67cf5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64727:"58a729ec",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65150:"0976f607",65254:"eeaafb3d",65350:"517960c0",65360:"fbb92626",65429:"1c9209f4",65441:"f14a91aa",65473:"a008f403",65561:"01158359",65672:"9f72f8ad",65867:"02b8ff39",65880:"21fffddb",65994:"32c91dfc",66061:"1f391b9e",66115:"3484cec4",66125:"ff451149",66303:"3c15e784",66324:"26c8b3d3",66359:"34ee1a85",66564:"c512952f",67098:"a7bd4aaa",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67434:"93feb51f",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68576:"b5b50fa2",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69349:"5adad896",69465:"a65edd96",69896:"fe69c785",69910:"29d1f85f",69977:"3bfb82cf",69999:"ead72281",70083:"ba68ec1b",70180:"bff0400e",70273:"fb133e19",70275:"3d56f04b",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71196:"5f3d38f4",71457:"aa392378",71560:"32947c92",71818:"fc1bd95c",72007:"30bd1501",72374:"8ef733b5",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",73793:"3d486e2f",73964:"6f9bcf8a",74146:"9aa2d1d3",74259:"27e1f4b3",74287:"719705af",74356:"6a4d9186",74368:"ff80ddad",74618:"5877df2d",74649:"88152301",74838:"23b73747",75008:"23876858",75102:"6a858f16",75397:"c2467954",75566:"c9bc13ce",75780:"84555378",75853:"cd78c8cb",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77115:"fd4f2b04",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77526:"4fef248d",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78229:"523995f3",78425:"b198df35",78464:"272b813b",78678:"dc8253a3",78763:"d84189a7",78926:"73bc484b",79048:"a94703ab",79050:"8bc280ca",79322:"5345c07d",79323:"6175b9e3",79456:"0786e8ef",79738:"b712cc76",79767:"f00baad2",79798:"9707d709",79862:"17c79707",79936:"97887d0f",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80551:"26b9516c",80715:"c1be4069",80957:"c141421f",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81517:"91fda863",81542:"1a38f637",81618:"3f50cac0",81745:"3619f683",81776:"04511b39",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",83460:"6f405875",83486:"6561ff8a",83510:"8f69be8c",83553:"31c3b644",83572:"a63aa759",83593:"2432bf2e",83683:"4293d558",84744:"51412e7f",84795:"1e32b83f",84838:"4e1badf8",84844:"317a8adb",84927:"2acaeb1a",84933:"481cf853",85103:"e8b823ec",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86131:"6fc9147b",86136:"8734b6b3",86164:"f3be527a",86260:"04f00c7c",86533:"eeb44288",86547:"00aed75b",86618:"5e906dfd",86650:"fc9493b5",86673:"0a87ba36",86892:"c95a2e0f",86898:"2768bd3e",87217:"120f4023",87392:"e6aabe98",87683:"0734b534",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88852:"e3883bac",89148:"a784aa5b",89173:"04f5229b",89360:"12a6e0ac",89470:"4d6ff450",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89765:"edeeb324",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89921:"35efb441",89983:"34003c72",90046:"bd59b609",90108:"7b756db8",90302:"8627d2ff",90310:"e42b3d9d",90442:"cbc12d17",90455:"6db854fa",90822:"15a1e7f7",90849:"0058b4c6",91136:"ed0bdba3",91164:"477a37df",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92297:"8c446753",92307:"aa2738c3",92312:"1a4b3297",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",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",95183:"f58814fb",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",96637:"e4cf47cd",96751:"559ca816",96848:"58fe75b9",97185:"47d3ce37",97220:"1094d3ac",97239:"259c64e2",97293:"497f1eb0",97446:"9754eb65",97555:"e6f1bbf8",97642:"432ba8c0",97692:"2e7b1ecd",97766:"4be882fd",97770:"c9a3c400",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98291:"ec7ac759",98432:"9d8619d4",98601:"62cdd780",98753:"7a2ae5c2",98808:"d248ca85",99049:"e94fd204",99222:"794b0494",99377:"cb5e20e2",99441:"9e98946b",99746:"751b68b4",99784:"82d2d99a",99917:"8a6e3c59"}[b]||b)+"."+{15:"a1d654ed",36:"b4cdc322",158:"f598dfb0",231:"6012a8de",353:"85290f29",359:"59127427",536:"d6de0ac3",662:"eb6be5fa",1038:"6cadda39",1081:"038b4888",1125:"deee2be3",1186:"c5a8a8de",1316:"62735cee",1535:"5227e2d2",2075:"6256468a",2123:"c1b809a2",2450:"d3697920",2647:"ab0b6c7e",2652:"a2ff84b6",2884:"c6bd021c",2932:"a62efec0",2960:"66315290",3210:"acb58d3a",3233:"d3c4c5a8",3262:"8642b4e8",3299:"02106dab",3302:"868c2c53",3359:"d7d4a216",3640:"7317e8fa",3735:"ea1ea22d",3755:"b78337ed",3926:"a3138fe0",4047:"4a0cd9cc",4105:"fd4aa0b7",4113:"1ffa2ef4",4432:"b4c6a9b9",4624:"0d8dfad0",4647:"61e27981",4736:"495622d1",4886:"3bc8e8c4",4946:"650a9328",5005:"4b1490b9",5140:"88b23a65",5148:"d369f01c",5240:"f01c417d",5415:"07f7f3e8",5426:"bb2ce63f",5715:"85161051",5874:"20abd5c3",5886:"c622fa31",6149:"02497dbc",6182:"25a2ba15",6249:"83fdd8ee",6284:"328bc0ad",6368:"2ee03ecb",6428:"9331ce3e",6507:"a4fef5c3",6524:"341ff0b8",6595:"6e8b924c",6669:"b35415ec",6839:"557575a1",6988:"fb38e9d2",7180:"df13b80b",7202:"8bf654c4",7292:"a9a11fc6",7402:"b17c06c6",7420:"50f06bda",7545:"2b2a4db7",7727:"38f1ba81",8248:"18d83cee",8250:"47ae255a",8298:"8625039d",8387:"228a1318",8641:"d0d4b014",8682:"d1be4448",8711:"ea88eef4",8765:"1a12b096",8853:"f3b434a2",8919:"2a690eae",8960:"f531b205",9045:"48de9181",9197:"e6716d44",9332:"0e7ed090",9362:"d1a7d71c",9371:"59e73f22",9508:"e119fb87",9525:"edbffcfe",9591:"b7a60ced",9647:"810af93c",9669:"ca699251",9758:"9cfa0584",9763:"662065d6",9768:"c28ad954",9790:"3b02e9e7",9895:"a9044245",10116:"4077bd94",10211:"b9d3594f",10235:"91f912ef",10325:"5672001b",10394:"f47dd821",10467:"9c41d93b",10571:"425bc1f5",10783:"4f06b37b",10853:"d0e15358",11157:"bd337c73",11200:"a071f34a",11384:"fba70f3f",11429:"14c38bef",11506:"8ff2a4d6",11866:"81588d2c",11969:"4e06fafc",12031:"7e1c1be7",12032:"1bd43837",12515:"6ec2e681",12646:"79b885ae",12791:"e7ff6543",13021:"232d534c",13089:"79553b3f",13208:"db9bf495",13299:"08e9fe9f",13368:"99bcf866",13575:"b0791a4a",13843:"75e3eb2c",13940:"0e3f83aa",14140:"ecaa4dd1",14162:"487c9777",14338:"a528efed",14602:"1a1f01f6",14774:"fa19eb6e",15093:"2cfef863",15215:"20fdefe2",15306:"a221d81e",15327:"4bad68ec",15473:"622ddc44",15796:"3784755d",15889:"214af6ab",15929:"e6de7c6b",16061:"6ffcc438",16081:"7d744756",16192:"59fb0047",16248:"38e5d617",16308:"bd433bb8",16325:"dfbd3042",16337:"69de6f6a",16341:"6cc4d650",16448:"59af0223",16626:"c36b2066",16939:"1c787b75",16949:"d77ded83",17303:"fc066d11",17365:"9f15928f",17369:"7383ea54",17433:"0ba449f4",17483:"b4ef8070",17657:"d760f464",17785:"ad86d00a",18116:"d7ff9af6",18119:"0bb3994d",18122:"09cd774c",18181:"a474ed33",18265:"3b097572",18340:"4d0e218b",18401:"3d624df5",18500:"71152942",18578:"b2964255",18717:"389032c7",18827:"4acafaab",19109:"7dc86263",19200:"5000d28f",19293:"a17e0ca3",19393:"df252a05",19411:"366de705",19662:"b93074c2",19699:"cd756844",19801:"71c58e05",20118:"48cf555e",20288:"e5b4bc44",20309:"0e728592",20329:"1c5d549d",20389:"07eea6e4",20462:"c3a4338a",20515:"a622f78e",21187:"fa9284d6",21559:"ae04867f",21600:"3b6b094a",21770:"260999c8",22152:"56cb6556",22408:"6a3a3c4d",22442:"daf0475a",22483:"bd2f3419",22600:"4c7fd848",22773:"6594ebec",22819:"fe9742ea",22980:"51f14c59",23014:"b8f95bbb",23016:"cf83bd06",23075:"4bb79bcc",23115:"63c4b284",23626:"fa28c3be",23714:"3137146f",23819:"f8f48bf1",23876:"4514ca51",23907:"f4ea8e6a",24045:"1fe99f6e",24165:"853a57bf",24288:"e82f7339",24451:"5805fed8",24616:"926b870a",24697:"4140caf3",24831:"3b69c713",24944:"e0e05c31",24992:"d64a8b62",25042:"bc21475b",25207:"b1e98bc7",25263:"dbed6efd",25308:"8b76c63a",25391:"89ac7d0c",25661:"cbae33fa",25729:"47f52a2f",25871:"4fbd4fd3",25892:"194c2bdb",25990:"adf3146a",25999:"48f167cf",26021:"b2bce2b9",26091:"c1a4b29a",26112:"d6a29ae2",26133:"bd7ad667",26152:"eab93375",26155:"d0c067aa",26280:"0fcaff2b",26328:"c912bc15",26338:"f178cd23",26480:"284e8058",26592:"53836d46",27029:"b6046c10",27083:"59fa9220",27467:"63f68f3a",27504:"14136004",27683:"b6d2d11b",27826:"98a8c9ec",28079:"36ab3125",28104:"4c6f5915",28107:"1f484b82",28153:"42e936e3",28268:"e684175e",28564:"df4e43ba",28768:"78cf6ca2",28922:"980dd8b0",29571:"761fac5f",29853:"28bc8f44",29976:"14efc5c4",30079:"05dc4ba0",30090:"806b7113",30204:"ca3b4a1e",30563:"1e8eb6ce",30749:"608fc517",31087:"99ad5f89",31245:"fdacac98",31255:"db5ae827",31412:"9b1b4287",31425:"36fd08f5",31492:"3d386f4e",31609:"f5e6486a",31669:"7fabd078",31808:"1f8c5248",31836:"b42bfd10",31872:"72ec6a12",32102:"2ddeeec6",32131:"39d921e6",32209:"dc86bba3",32272:"cfd7b827",32287:"7695f255",32458:"cef95dd9",32470:"00344f3c",32477:"f935f9d8",32861:"b2ec9946",32961:"21ee60a5",32968:"794032c3",33070:"653ca7ce",33109:"2aa07f31",33214:"7f80493b",33225:"8a748b07",33261:"2a865786",33270:"4601f556",33386:"723c5d23",33478:"0fef07bb",33523:"f4460d6a",33538:"28cf18fd",33588:"6a568d49",33706:"f05ca3a3",33707:"31652966",33748:"e7c90f9b",33811:"ae972e85",33861:"e4c0d11e",33871:"391b3f96",33936:"5f6407d9",34062:"723082b8",34128:"b4c06847",34202:"a8307772",34221:"1ded7750",34412:"de655c5c",34418:"953d22ad",34463:"57fcae15",34654:"f252119a",34786:"22119cc2",34857:"c9ff90ae",34870:"bf558d2c",35160:"5d298723",35173:"23db5a0c",35230:"2227b5f0",35289:"e9c08cef",35401:"e3088119",35581:"3bb7aa9a",35742:"3f05066e",35802:"3c76ea10",36154:"9709f91f",36253:"c16a0850",36278:"39510099",36347:"c1f1bcbd",36597:"91b68d21",36598:"35f00d83",36645:"2f04259e",36814:"7a24ca2d",36852:"820a1e4b",36952:"8d289c8f",37200:"a99173ee",37310:"496772dc",37404:"cd4c2b62",37571:"64b80fc1",37586:"29f58593",37681:"99fcc700",37690:"7f6bd129",37726:"36aacf3b",37802:"d657a00f",37974:"f60386ca",38065:"e91989de",38600:"7ac84b08",38613:"a118ba96",38620:"dc81709a",38622:"89c5bce5",38634:"42a918b6",38963:"e2cee897",39013:"daa4f17a",39038:"16fad344",39078:"a8263ac4",39221:"3826d57c",39545:"8cd49bb3",39561:"ffb45837",39667:"fc682f4c",39811:"1ca036ff",40081:"13e8c202",40249:"89334dfb",40523:"859a5739",40570:"1047c083",40683:"e4522c30",40742:"bf5177d5",40802:"bc1ac536",40844:"dc9a406b",40905:"de1decdb",41229:"c9a8719c",41399:"14fc71a6",41576:"3947a707",41880:"8e7ff8b4",42018:"15b228cd",42183:"19e4592c",42389:"7294c0f6",42420:"202669f8",42656:"8156ed26",42683:"fe7780dc",42839:"a3d0a056",42856:"376107f1",42988:"c44825a3",43087:"d5a0a191",43162:"e4b2d511",43169:"d89a4d09",43289:"9ee137c7",43514:"3c994fd6",43516:"0719be96",43568:"c4b9c0b6",43681:"d9e89bb4",43749:"6f17ccaf",43948:"d0f1b265",44077:"d9fc20b4",44109:"e195994b",44556:"3dfcb483",45071:"cb3aa6ef",45087:"89654132",45399:"cfb65665",45623:"4eca1c0b",45681:"14bfdfc5",45738:"d623e6c2",45824:"9655b67b",45903:"61364e53",45951:"ffd5d5c7",46001:"e54bc90d",46067:"eda2db66",46069:"b3000172",46137:"4633bc0b",46484:"31af70b4",46571:"01b48dbd",46765:"f18090b1",46918:"945e9602",47063:"2da5af2a",47167:"e6d32f22",47494:"03d0299c",47643:"f2148c58",47699:"42fac896",48098:"d089503b",48190:"e88630a3",48268:"a317d47c",48724:"9b53c5c5",48866:"38ae0677",48900:"5a402721",49042:"e0881126",49167:"bd09aa43",49232:"d79574a9",49294:"2e8e594b",49364:"8b259a84",49409:"94425d16",49706:"1d566fdf",49935:"e16515a1",50492:"41afb429",50528:"db6ae915",50763:"b09b4af1",50794:"4161277e",51030:"75cfa546",51068:"4d53835c",51103:"15a3da15",51141:"78132673",51200:"ac92fdc7",51269:"d36fa9c5",51308:"9334fb55",51468:"66d65637",51645:"048fda51",51791:"7433fb68",51800:"c1404dcc",52001:"0c54249f",52072:"1f1f5be7",52140:"2a8bdfb0",52153:"e9ac6e8c",52335:"eb81588a",52450:"fb610c5a",52550:"e9965d20",52634:"288c9ad1",52694:"953295b9",52891:"1ee56c73",53036:"306b23f8",53045:"0c0e5f93",53320:"9c204241",53409:"5a45225e",53416:"a9271456",53697:"b1e4e1d7",53716:"6ab52294",53754:"5588bf87",53870:"b115281f",53992:"38dcc8f4",54347:"5c1c02da",54727:"f9296c05",54784:"e5d72c7e",54838:"70f78684",55067:"845920d8",55234:"99c122fd",55286:"a97a40b0",55380:"805146cb",55449:"545a5d38",55526:"c2b079ef",55570:"3665043a",55668:"356c65ff",55985:"427bc2a9",55991:"8ec153df",56107:"1ec52c47",56158:"9c33781d",56173:"eb494cb6",56176:"c5eba946",56333:"36a95849",56601:"da7c9623",56672:"a77091b4",56802:"9be64e08",56809:"5317674b",56905:"b119adb7",57346:"a8b2e926",57380:"07008c27",57387:"c8c7341c",57426:"23cd85a2",57500:"69309e50",57618:"610812f4",57813:"b291228c",57871:"494dd30d",58133:"56e2bc40",58241:"29d56d8d",58250:"a8f1e825",58261:"84ecdef3",58278:"6ab56ba5",58356:"4ed0fdc4",58465:"1002aebd",58666:"99949460",58705:"2d9ab335",58711:"72d6ee29",58755:"6faa087d",58764:"6cfa81a3",58946:"5c6d1747",58969:"53d0d124",59140:"15ed9774",59295:"596051f2",59336:"b8ffe596",59388:"eb4a2a82",59449:"16f91bc8",59682:"1bde2280",59747:"96d77991",59783:"143c2093",59848:"25aadec5",59911:"3c9696ad",59960:"d685e5fb",60042:"d5e6e906",60043:"537684e5",60126:"9f42926b",60152:"15f00da6",60303:"819d15bb",60491:"3f6cf948",60519:"7c5228ed",60912:"83edbdec",61056:"fde85db0",61076:"0b4cfc2a",61145:"6b6febda",61235:"8b8a98d9",61408:"35696c64",61511:"a76fc52c",61601:"617c1a76",61607:"d6c5a84c",61674:"5d12f717",61895:"20e70dc0",61978:"b3ad12b0",61980:"8658c4bc",62092:"22785c19",62112:"a337e44c",62138:"3e2ef046",62242:"4e042911",62270:"779d7ac1",62432:"a314b445",62809:"b488e7d9",62948:"9968de0b",62991:"2c5b5855",63078:"713c1282",63184:"0ff7374e",63285:"3257df37",63551:"f2cea7c5",63588:"5af8d58f",63625:"bd476946",63642:"27be395f",64078:"b9190e32",64183:"4a0904cd",64280:"adc7b209",64476:"5bf24f67",64575:"3a7c1d0d",64660:"743625a5",64705:"852f812a",64727:"73fe367d",64818:"90bc0b3a",64915:"836f2d2e",65038:"b9078c5a",65150:"dbbcb21f",65254:"f94e041f",65350:"c316fe6d",65360:"7094d389",65429:"15466d15",65441:"e0d9c3cd",65473:"61e390e3",65561:"deb3ac6d",65672:"a6e4bf32",65867:"5234b52d",65880:"73427bdb",65994:"1d379611",66061:"a62b5d31",66115:"b549c12f",66125:"1ec8679d",66303:"16977d64",66324:"a6354917",66359:"d2467f55",66564:"fe5d2cf5",67098:"16a3cc4a",67148:"278e0285",67228:"ae13c328",67270:"36b8a80d",67291:"ffe56d39",67434:"8f4c622f",67459:"8b5992ec",67546:"25013207",68047:"20ce6be5",68576:"bce5ff48",68596:"4702b291",69061:"ca2525a4",69085:"0441d824",69166:"e2162949",69349:"57eb50aa",69465:"7945ffad",69896:"57c6e9a6",69910:"58f77c21",69977:"c99a01f8",69999:"e507b50d",70083:"66b87fe4",70180:"941d32ea",70273:"5b2d9f2f",70275:"869a341c",70294:"f848a871",70377:"b32a5c5c",70699:"ae87120e",70706:"a9241c5f",70747:"0c4673ef",70806:"64ed086b",70860:"edb566e7",70921:"47991647",70948:"f740fb3d",71013:"64c341c4",71196:"c29d80f6",71457:"173fa6c7",71560:"ff45098e",71818:"f556a10d",72007:"0549688f",72374:"ba3d7fe7",72405:"9663318a",72406:"f00ad153",72420:"52961441",72780:"9a254238",72903:"16e1e1f2",72913:"7eb2f960",72982:"4a43cac0",73171:"ceeccc1f",73195:"3cd8bba1",73204:"8c15b622",73235:"d5901d0b",73509:"9302d143",73607:"f085bc0f",73793:"5a77f775",73964:"9155a892",74146:"4a9e2aca",74259:"f7c69923",74287:"2d09a99e",74356:"0172478e",74368:"3f1ad2a2",74618:"8addbd41",74649:"827f7945",74838:"99f243d8",75008:"95fcbdf6",75102:"d0cc2365",75397:"a2b67e01",75566:"eab295ad",75780:"3280af07",75853:"2b83cdf5",76047:"5eac9c5d",76108:"c3ec7bde",76120:"49f9e47b",76438:"d0e672f9",76635:"be6761ac",76709:"5611ef61",76786:"16103467",76842:"2b92f12d",77007:"b28e3fd2",77039:"394b54eb",77115:"249544b7",77177:"441d785f",77401:"52826f51",77494:"27b52b6a",77526:"988d5b7f",77564:"5283b6be",77630:"b67ed8c3",77671:"987e5167",77778:"704a3476",77993:"ef945fda",78023:"ffc8602d",78187:"bf163b94",78201:"834269b3",78229:"490f48c3",78425:"755f88f9",78427:"2dbd2e8f",78464:"6ccfe939",78678:"50141a34",78763:"46a229e9",78926:"c284fc43",79048:"48e39e32",79050:"bb5e777a",79322:"2bbd90bf",79323:"1550d9d8",79456:"3ef4bbb6",79738:"839b666c",79767:"45082169",79798:"323aa6d5",79862:"cf3bc847",79936:"eb19282e",80047:"180f7a1e",80097:"ef0ead03",80266:"86a44560",80551:"9469139c",80715:"a49e2d96",80957:"c0522e62",81044:"bdf3b80f",81073:"4450156a",81270:"64719bfb",81367:"3ad24a3f",81516:"d689475c",81517:"a0f0de85",81542:"e9149b3f",81618:"1f1c793d",81745:"8a3d9371",81776:"23fa8a80",81848:"81661088",81874:"f4d494d5",82175:"76843da2",82206:"4b443ccf",82362:"48f991b1",82413:"3e49a4cb",82432:"caa8901a",82495:"e476ea0c",82669:"29fead70",82756:"f8773e4c",82862:"f6c8f5d2",83045:"9978f893",83371:"ce9f36af",83379:"e87f48f0",83416:"47dc042c",83430:"1e29e938",83460:"bdf13cca",83486:"f6ba88ae",83510:"1e83c49f",83553:"95d9407d",83572:"69381847",83593:"7e9845e9",83683:"85ab5d9e",84744:"7bb36bde",84795:"5d9fe712",84838:"4903ea42",84844:"ac89a32f",84927:"98173993",84933:"18aa59c3",85103:"ccd1cf6c",85682:"513338ee",85739:"2fc5bc04",85775:"f23e7dea",85812:"89ef80aa",85958:"10241654",86048:"4b2bb5fa",86131:"6ab14aa6",86136:"24c4ec51",86164:"d5b44e3f",86260:"85606218",86533:"2766ce2a",86547:"c3080d9b",86618:"fa27b8ae",86650:"1c36d6c2",86673:"829cab43",86892:"63c11276",86898:"25f856f5",87217:"b7d960c2",87392:"fc620c62",87683:"17c4645c",88353:"fe9a30d1",88464:"e2701557",88542:"71b1240c",88852:"fb085143",89148:"a0faf75f",89173:"c689c604",89360:"dcdab89d",89470:"1b02234c",89732:"70696b53",89753:"d01e870d",89760:"dd319621",89765:"49a8a1dc",89838:"76d446bf",89845:"5872343c",89907:"6e6dbe5c",89921:"0e2dd378",89983:"fc83e249",90046:"e101ab0c",90108:"295bc25b",90302:"b657f674",90310:"aa0d505a",90376:"be71ca8a",90442:"54bd343d",90455:"e78e88b9",90822:"d187bc20",90849:"0b916be5",91136:"cf7671f7",91164:"56dc8fee",91416:"afa739f6",91467:"83c8ddf7",91494:"f447710a",91554:"3494c1a8",91702:"7788f45d",91857:"5e5e702d",92052:"5e793771",92297:"85fa2975",92307:"ea87c1ac",92312:"75f6686d",92554:"d2d9f7d2",92747:"2c8c8b14",92763:"310347a4",93120:"36fb6c94",93124:"990e5f20",93474:"b9d2fc0f",93637:"56dc3dc2",93669:"54f0e1b8",93799:"2573acdc",93936:"85ee285d",93978:"72b81630",94075:"3f2d383d",94155:"2a0f642f",94246:"54c1e6bd",94433:"337800d4",94485:"9813ad40",94526:"54f31019",94530:"5d4c2e46",94852:"16d69959",94979:"6fcc2b17",95016:"30692fee",95080:"1fdc1fd9",95105:"f88b0945",95183:"906b1871",95309:"7e50fced",95315:"d771f362",95316:"de65c0d9",95328:"e0f2a555",95392:"f5eeb26f",95520:"eeb0c178",95656:"4137d7e9",95843:"4e9067c5",95851:"a219d437",95966:"e6f3ed5d",96321:"eca6a6ba",96443:"b969ab4d",96529:"e60e3de1",96553:"3141aa8f",96637:"872df0c9",96751:"50f2bb27",96848:"2287f8c9",97185:"959f4710",97220:"d338705c",97239:"3470f20b",97293:"cdbe8588",97446:"d64badb9",97555:"d6a9f40d",97642:"69f0391d",97692:"14d60638",97766:"05fbb3e1",97770:"00e1a25d",97884:"d1c72c23",97988:"63bc7a4d",98037:"0ec0f47d",98206:"e9537243",98291:"c11d3cbf",98432:"dec48c7c",98601:"7397cfc9",98753:"57c56a25",98808:"068c62e7",99049:"9a2b20db",99222:"f1540834",99377:"5db7c858",99441:"0d74de74",99746:"86b8bdc8",99784:"05a56c91",99917:"7a808371"}[b]+".js",r.miniCssF=b=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(b){if("object"==typeof window)return window}}(),r.o=(b,e)=>Object.prototype.hasOwnProperty.call(b,e),a={},c="website:",r.l=(b,e,f,d)=>{if(a[b])a[b].push(e);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var c=a[b];if(delete a[b],t.parentNode&&t.parentNode.removeChild(t),c&&c.forEach((b=>b(f))),e)return e(f)},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=b=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(b,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(b,"__esModule",{value:!0})},r.p="/",r.gca=function(b){return b={17896441:"18401",23876858:"75008",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",62478112:"57380",66527541:"83379",67158670:"29571",70245927:"23907",72207194:"40249",84555378:"75780",88152301:"74649",88953181:"5240",89522323:"3299",90571119:"8248",92667337:"39078",96225825:"64818","8102b5ac":"15","19e8550d":"36","09cca940":"158","23e6e692":"231",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536","3d1d4348":"662",d16572ac:"1038",d0f5f137:"1081","080803ab":"1125",bc8debd5:"1186","22290b7c":"1316",ce3b8713:"1535",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",dcb5266f:"2647",da84cc0d:"2652","8539bc43":"2884",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","09a653ca":"3359","1626930f":"3640",da4a45a6:"3735",f940ef68:"3755","97ff1006":"3926",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","2d5ade7c":"4624","2f07b41f":"4647","89cbeac6":"4736","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005",b599e8e6:"5140","5d738820":"5148","01627567":"5415","435398e5":"5426",a5b5dcea:"5715",f8b6f1ce:"5874","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","53802ae3":"6284","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669",b03aa593:"6839","53d6c163":"6988",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545","08958cc8":"7727",e897f185:"8250",c66305e5:"8298","6187a22c":"8387","3683234c":"8641","28f896bb":"8682",b534254a:"8711","5c9389cb":"8765","341034ab":"8853","7ce1a762":"8919","31bb26c2":"8960","54213aa1":"9045",f7f2e981:"9197","298eb304":"9332","4c43497a":"9362","3b084a86":"9371","8fce5129":"9508",bf1307fc:"9525","57d3a897":"9591","5e95c892":"9647",e80a80ce:"9669","0ed46ed7":"9758","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895",e26aab1c:"10116","191af8a9":"10211","1c17176b":"10235","197162c9":"10325","7d04a98b":"10394","3cbcee45":"10467","3dd193dd":"10571","203393bb":"10783",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","66d67008":"11384","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","8f3eca0e":"13208","5a396677":"13299","17153aab":"13368","1b3749bd":"13575","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","0b0c644f":"14162","65d34724":"14338","28164c5f":"14602",a521008d:"14774","3b14d40b":"15093",e2e02a2c:"15215","0f214f11":"15306",d69b5ce4:"15327",aa529b40:"15473","0b9035d2":"15796",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081",b8d9badc:"16192","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341","0aaad7cf":"16448",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",ce9c18e6:"17365",c52cb584:"17369","17418acc":"17433","1e52c424":"17483","30b0614b":"17657",be46464e:"17785",eabb504b:"18116","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181","660f1f01":"18265",c1d1596b:"18340","5652c446":"18500",de4cf88e:"18578",f8bc3ad1:"18717","5d439d21":"18827","08b63e68":"19109",a9eb33b0:"19200","7ea12187":"19293",fea909d2:"19393","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699","06014409":"19801",f9faa05a:"20118","35e6a6a4":"20288",c0bf01db:"20309","26eafd15":"20329","2457c0ef":"20389",d29f2e27:"20462","94abfae6":"20515",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","3de41bf4":"21770","65e91a71":"22152",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819",b662fdbc:"22980","0565d9f4":"23014",d063fe9f:"23016",b8a75ff1:"23075","85ff2641":"23115","098cffed":"23626","0203cbc2":"23714","5cf764b1":"23819",ff3874ed:"23876",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697","0e320ecf":"24831",e718b7e6:"24944","34a9a2b3":"24992",acc1e0c7:"25042","3d7f4be7":"25207",b6a19a2b:"25263",aa222e6d:"25308","121a060a":"25391","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871",d3377450:"25892","90a5afda":"25990","2b64beef":"25999","5a3f9071":"26021",fadff26c:"26091","6dd3a2f1":"26112",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",e8da7578:"26280",fc3648c4:"26328","8fb7d367":"26338",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083","1514c2db":"27467",b06b747e:"27504",c3b79105:"27683",c9dad6db:"27826","52045c4e":"28079","92cca7ce":"28104","174d46b8":"28107","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","0ff608b3":"31808","2dc84aaf":"31836","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","15d1a8b2":"32287","5d531092":"32458",e50d8128:"32470",f82ec024:"32477","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214","4069982d":"33225",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","1f445f4e":"33478","3d1791fa":"33523",bf877efc:"33538","3527acbd":"33588",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","7fc5f702":"33811","68f80150":"33861",a6e9442a:"33871","13cf577a":"33936","1f87d76b":"34062","3110a528":"34128","3b712abc":"34202",cd9d94be:"34221",df632275:"34412",bb45a616:"34418",db881351:"34463","024f5110":"34654","0448914c":"34786","6dc7dc4a":"34857",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230","3dbf3433":"35289","8e403b22":"35401",d28f8723:"35581",aba21aa0:"35742",fcf94348:"35802","09920c24":"36154","83debc9b":"36253",f0425514:"36278","1072df95":"36347","13f68f62":"36597","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852","20a7f78d":"36952","8d517cc6":"37200",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","96345a43":"37690","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","34ddf0a6":"38065",a633adf5:"38600","98952d49":"38613","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","1b21c60e":"38963","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667",c1b70bf5:"39811",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","3cde923d":"42988","6d78f76d":"43087","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568",a6af4806:"43681",b3a8e371:"43749",c08d65fc:"43948","1d098224":"44077",edecc501:"44109",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","854ae432":"45399","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","220067b0":"45824","98d35d14":"45903","25e935c4":"45951","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765",fa9c111c:"46918","22d92bf3":"47063","4467cad9":"47167",bd508aaf:"47494","0f66ed5f":"47643","30a10528":"47699",e0cfa6fb:"48098","6abe350e":"48190","7e6c1ace":"48268","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","68859ced":"49935","61eca9d6":"50492","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",f80526de:"51141",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308",f6ed2994:"51468","244eac16":"51645","0131ba20":"51791","54b2a591":"51800",aaff83fe:"52001","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335",b5189a03:"52450","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891","2999c86a":"53036",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","1c3e0402":"53697","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870",aaf1849a:"53992",f5272822:"54727","075bf599":"54784","8daf2cfc":"54838",ca3ac135:"55067",a6ae6e0e:"55234","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",bbaa8144:"55668",bd31f9fe:"55985",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",abd6c138:"56173",bd9c2ce3:"56176","3e76e7e2":"56333",ca87bd6e:"56601",a6514927:"56672","9e33764b":"56802","9eea1548":"56809","65ba231d":"56905","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","10e1feeb":"57500","649b7061":"57618","1dcb712d":"57813","33daa5c8":"57871",c0bd6a4b:"58133","1394ac74":"58241",e5e048c5:"58250","0c3c5831":"58261",a4eb7e65:"58278","64a11ff0":"58356",e59213c0:"58465",f0ab066b:"58666",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","813c57df":"58946","5603f239":"58969","79b08c73":"59140",a3542ba4:"59295",e32f272d:"59336","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682",e6db4d7f:"59747","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126","9e124417":"60152",ee766c44:"60303",e7752ddb:"60491",fbf3b362:"60519",a649354c:"60912","3951a3d5":"61056",fafbe599:"61076",dbbae471:"61145",a7456010:"61235","53ba98a8":"61408","99a6bf03":"61511",d872d333:"61601","99e2de82":"61607","3dbf3764":"61674",a4a95510:"61895","4dc02b0d":"61978","617e9601":"61980",d6e66bbb:"62092","333ae3de":"62112","1a4e3797":"62138","532b25e9":"62242","6069883e":"62270","2ea0d09d":"62432","5df7ef96":"62809","8d20ce23":"62948","0078fd95":"63078",b9d8091f:"63184","66a5fdbd":"63285","52e54cbf":"63551",debcf1ca:"63588",fe49e32a:"63642",bd0b3be5:"64078","4ae9c4df":"64183","72e67cf5":"64280",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","58a729ec":"64727","63d0f0e0":"64915","7c4de6ae":"65038","0976f607":"65150",eeaafb3d:"65254","517960c0":"65350",fbb92626:"65360","1c9209f4":"65429",f14a91aa:"65441",a008f403:"65473","01158359":"65561","9f72f8ad":"65672","02b8ff39":"65867","21fffddb":"65880","32c91dfc":"65994","1f391b9e":"66061","3484cec4":"66115",ff451149:"66125","3c15e784":"66303","26c8b3d3":"66324","34ee1a85":"66359",c512952f:"66564",a7bd4aaa:"67098",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291","93feb51f":"67434",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",b5b50fa2:"68576",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166","5adad896":"69349",a65edd96:"69465",fe69c785:"69896","29d1f85f":"69910","3bfb82cf":"69977",ead72281:"69999",ba68ec1b:"70083",bff0400e:"70180",fb133e19:"70273","3d56f04b":"70275",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013","5f3d38f4":"71196",aa392378:"71457","32947c92":"71560",fc1bd95c:"71818","30bd1501":"72007","8ef733b5":"72374","1fec1075":"72405",bce28ad4:"72406",b027356b:"72420","4c517393":"72780",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a8913000:"73195",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","3d486e2f":"73793","6f9bcf8a":"73964","9aa2d1d3":"74146","27e1f4b3":"74259","719705af":"74287","6a4d9186":"74356",ff80ddad:"74368","5877df2d":"74618","23b73747":"74838","6a858f16":"75102",c2467954:"75397",c9bc13ce:"75566",cd78c8cb:"75853",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039",fd4f2b04:"77115","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","4fef248d":"77526","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201","523995f3":"78229",b198df35:"78425","272b813b":"78464",dc8253a3:"78678",d84189a7:"78763","73bc484b":"78926",a94703ab:"79048","8bc280ca":"79050","5345c07d":"79322","6175b9e3":"79323","0786e8ef":"79456",b712cc76:"79738",f00baad2:"79767","9707d709":"79798","17c79707":"79862","97887d0f":"79936","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","26b9516c":"80551",c1be4069:"80715",c141421f:"80957",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","91fda863":"81517","1a38f637":"81542","3f50cac0":"81618","3619f683":"81745","04511b39":"81776","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","6f405875":"83460","6561ff8a":"83486","8f69be8c":"83510","31c3b644":"83553",a63aa759:"83572","2432bf2e":"83593","4293d558":"83683","51412e7f":"84744","1e32b83f":"84795","4e1badf8":"84838","317a8adb":"84844","2acaeb1a":"84927","481cf853":"84933",e8b823ec:"85103",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048","6fc9147b":"86131","8734b6b3":"86136",f3be527a:"86164","04f00c7c":"86260",eeb44288:"86533","00aed75b":"86547","5e906dfd":"86618",fc9493b5:"86650","0a87ba36":"86673",c95a2e0f:"86892","2768bd3e":"86898","120f4023":"87217",e6aabe98:"87392","0734b534":"87683","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542",e3883bac:"88852",a784aa5b:"89148","04f5229b":"89173","12a6e0ac":"89360","4d6ff450":"89470","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760",edeeb324:"89765","1f466884":"89838","2a3c922d":"89845","506691da":"89907","35efb441":"89921","34003c72":"89983",bd59b609:"90046","7b756db8":"90108","8627d2ff":"90302",e42b3d9d:"90310",cbc12d17:"90442","6db854fa":"90455","15a1e7f7":"90822","0058b4c6":"90849",ed0bdba3:"91136","477a37df":"91164","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052","8c446753":"92297",aa2738c3:"92307","1a4b3297":"92312",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","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",f58814fb:"95183","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",e4cf47cd:"96637","559ca816":"96751","58fe75b9":"96848","47d3ce37":"97185","1094d3ac":"97220","259c64e2":"97239","497f1eb0":"97293","9754eb65":"97446",e6f1bbf8:"97555","432ba8c0":"97642","2e7b1ecd":"97692","4be882fd":"97766",c9a3c400:"97770","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206",ec7ac759:"98291","9d8619d4":"98432","62cdd780":"98601","7a2ae5c2":"98753",d248ca85:"98808",e94fd204:"99049","794b0494":"99222",cb5e20e2:"99377","9e98946b":"99441","751b68b4":"99746","82d2d99a":"99784","8a6e3c59":"99917"}[b]||b,r.p+r.u(b)},(()=>{var b={45354:0,71869:0};r.f.j=(e,f)=>{var a=r.o(b,e)?b[e]:void 0;if(0!==a)if(a)f.push(a[2]);else if(/^(45354|71869)$/.test(e))b[e]=0;else{var c=new Promise(((f,c)=>a=b[e]=[f,c]));f.push(a[2]=c);var d=r.p+r.u(e),t=new Error;r.l(d,(f=>{if(r.o(b,e)&&(0!==(a=b[e])&&(b[e]=void 0),a)){var c=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+e+" failed.\n("+c+": "+d+")",t.name="ChunkLoadError",t.type=c,t.request=d,a[1](t)}}),"chunk-"+e,e)}},r.O.j=e=>0===b[e];var e=(e,f)=>{var a,c,d=f[0],t=f[1],o=f[2],n=0;if(d.some((e=>0!==b[e]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(e&&e(f);nCoding Guidelines | Apache YuniKorn
-
+
diff --git a/community/download/index.html b/community/download/index.html
index 0bdf124c8e..093d93f945 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 85ddc0d196..8631ca5477 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 f5ae679d8f..5a0115982c 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 a966d95463..168fea394b 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 ee4959a7ff..4578f5488b 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 1df5c2f414..8b480a7fa6 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 c65b669950..985694d8e7 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 451a26403b..8a94edb577 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 ba3484f4fb..08bedb7be1 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 3595e98b60..3d4a434d7d 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 cc60f628e5..c6faab32b3 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 05e7ef6c1e..300004ec59 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 d8239f1245..ba1e34e880 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 cb94819e56..884368a59f 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 19499595f3..28ca918d89 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 02769fd773..4e3e12807b 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 b15a8a75fb..2545133164 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 6c2871b53a..b2a9d356d1 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 01686bcbfa..f04fa8a6e4 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 601a23fcb7..46a9e17927 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 2f398483f4..88cd2b11a1 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 ba70c03dc1..2092634901 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 7052fb4005..127b93c3a5 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 c7f9bac835..98770f6144 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 386fe7492d..de6d83f911 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 5bab01cc02..2bb9982259 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 31cbaa7f40..991d48f3a6 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 272780a325..4187c2111d 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 2fddce9a1c..cb3526f5a4 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 c18e4161c2..50b28b0458 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 154f1d81be..dad398703e 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 4472accff3..5505a02aae 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 2b8c476188..53e3abc39a 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 0e68300a03..b204a2f775 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 b3eb05f1dc..77ef3eb16f 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 31ad37c816..308f2626eb 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 6643539d55..7b70139185 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 226398dba8..a315b5c3b2 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 6b6c257392..3e367d84d4 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 cb08925258..ca53f8d03c 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 67dcf8f45b..ce548dae7a 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 bef3aa9cc7..d59086d7c4 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 4f81a1af6c..1fcb877539 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 c4b54fa3f4..069e1bd7ac 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 0d73a4b4db..01169abb6d 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 ce828e1738..b92997cea1 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 cab1175057..dc1ac125d5 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 4805372cd7..fa637def6c 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 ee20e697e9..cb55166e19 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 a357477b13..2ab5466311 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 4b520cda1f..6b78714e63 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 5cb07ddb21..0853649327 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 459524664f..7997d84292 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 4d7c948252..bcc643c85e 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 8bec1ff1d4..9517057d7e 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 2b44a1ba23..79f948bbc1 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 d2ab9f6cdb..3365ab9f1e 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 47f402066c..4a3fffd577 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 088c21169f..d8e8506e8a 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 650e4517cc..5d63725a0d 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 f78d59d0a1..820448f004 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 ba3d9008bd..34cb704de9 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 50bed81a38..6490038164 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 dab313c1f0..448158fbee 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 8e72134d38..3928daf598 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 3e13b78104..a7c4f078f2 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 6a9bf22810..37e8cfc0db 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 b157743c33..988ff400df 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 8effea6ec4..4f00edd407 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 79a006a316..660798747f 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 86d245eee4..6e4111e3df 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 f62b942154..cdc634eab9 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 6167c5f3a6..85c43c02af 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 75f2a7c39f..9bd04366fd 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 56329dfb6e..6387b39d90 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 0117db4ce9..e85ee52465 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 45ff2b5a8e..4e8d514b4e 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 79e8068772..2cf002236e 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 cea2c8e62f..4a7c714b80 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 717b92c4fc..97341c2c60 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 789821d8e2..f7163790e6 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 c58c65984b..8e1fdc51ea 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 f5c0329261..d7de3a1ed9 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 15f25c351b..ac09613210 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 932d9bcd08..8dbe9b76c2 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 d7eb5f797a..ab774ecfcb 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 6f4855ec5c..044473f5e6 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 9632ba243e..5ac6366e45 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 7d90e3c4fc..725a8b7a69 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 02aa23a5a7..2d2d712b89 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 21e763c296..1179750687 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 5df3c48594..2b2235a06e 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 0a23652486..879347e843 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 61e69d0c77..0284c2cf5d 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 ecd2d36efa..2b7cda2cb7 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 981d4f7c74..38997c7887 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 f43c255067..f125ceba49 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 be7f0d53f3..4eb7c79cf0 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 a715926abe..ca7c5c57af 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 7b7aef5f7f..c8476fdb78 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 7089bb4fb4..8a03577e8d 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 b8d34676d5..54e5d0b2b2 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 4421548d2f..a2a47e46fa 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 f6745fd54e..1f3a8044a9 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 071bbe767b..314efac916 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 095ab1a85d..6ff5679989 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 89677c8045..8974b15991 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 04ed46f926..295764bd88 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 49fc895a15..acce424562 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 f6b4d6ff63..b69271184e 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 a53e802e6e..ac54b8c0f2 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 476e36f431..ed5bfd581b 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 dbffdc8b6d..62adf3938f 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 f74a2372ea..036d8645b7 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 2f119f46f0..9ab3bc94e5 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 20bd802632..4716ec5f63 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 5b73c9cf8a..535908af8e 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 da06257380..f12602c282 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 518d2ba6f4..4cb6b03968 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 bea97f6410..210182f11a 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 5584d14d2d..5b2046ded6 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 7cacee0d20..75a07283f9 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 32e6d91980..3482378821 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 b9ac365c70..8de2d47d2c 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 5ccbf47297..fca6b88e8e 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 7f62eaaa0a..da9566f515 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 c653725a5e..7aee167395 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 a16664c3ea..6b98169622 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 6002881022..789b14fe42 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 c69d86a151..cdaa9c798e 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 29ef2946b5..77d7524585 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 58a70a151c..53b183a4b7 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 8ab362af8f..83830519cc 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 6967125ab1..9fadba72b8 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 895efb3df6..e83f42d847 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 9c3385845f..68bef4e2e1 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 528b7a676b..03055e4baf 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 740405e7bf..cbcdd2bf4e 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 2e59b67837..d5ad9befba 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 a6f13991f3..d3984a01f9 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 39349a5428..c6c71781c7 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 046cd87deb..35b52a998d 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 e35d120ac7..846398e1c0 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 df34191168..72ed197d0f 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 a22be58d98..137fbb3b99 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 699aa9126a..83fe1f5342 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 deb7b94088..5c5f519461 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 4cf335c42d..e18bc790aa 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 887310c7ba..68ddb44b12 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 ffd33d627b..e7c2b1c279 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 a08a86d4b7..3871049316 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 04af9add8e..e9339ed57b 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 66a7885971..5d0823dd67 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 f9c0efdb0c..ad68fc9ad7 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 f8e5e52976..f76744c8de 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 a9c0f0d502..1d4fafb710 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 d6a9345d6c..90f96c4497 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 42fd53a590..eeb76e6866 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 4d24afee58..b1641649ed 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 d2e0cdf677..22345040b2 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 1e18a104f3..296fa29122 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 fe14c48991..28b3661135 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 d6e3cb1d26..b3eca6b58f 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 dfc2818f92..9174b83d87 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 b0ed04f063..9ee93edefc 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 1ea5dde86b..7db2768d34 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 33e5a40776..f4f9d65b4f 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 ea72649f65..f8166ce1f0 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 91a3b3a90f..45c4ab6265 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 af35c3abd6..c7d03d1d03 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 e42ab7f2c2..a5a6cea838 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 cea9f9e8c0..3feb468240 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 5ff5cc0c96..888820b75f 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 e3b665a7f2..be833f2c8f 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 e656449a5d..4007c84b88 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 027c6c2b41..ada8ccc230 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 603484db3d..5165c05e55 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 7d15c36ef9..560f6169b5 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 2ab010b3a2..2b0e74a262 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 bc87b107dd..da6b6677fa 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 772ef4a784..0e7c6aa6d7 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 d75eda1fd3..d0e14d6f0c 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 4afd631d51..a2125fa323 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 df8d71e44b..7d1dbc1069 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 e065251b05..e59c13e4dc 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 5cc75653d4..e89b3b0696 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 8099dcd464..2b8c63c127 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 2936926ab1..62cf2025ca 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 403e2f2bd4..86c6cee07a 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 57f0590460..b149d0e357 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 ddef7ef371..2858048579 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 d1494c32ef..b75ffc8fc3 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 466206f097..f42e6fbd0e 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 7aa5a43b41..939b9b1dc3 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 eced5285d6..8b36f44ea3 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 8198b56ed5..99047d97b8 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 50f698b093..80952d62a5 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 a32689c860..10300ddc19 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 f9e00265af..e6fb6df7e8 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 57f86ec739..5c08312870 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 80d8b83a63..61b93e5892 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 1173467c68..e41aea4a47 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 41b25842fa..9ce0d39d9d 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 169fd2b5fa..29330f69d1 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 f9b1e558f7..9eff9f6512 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 ad7650666c..e64dde00c9 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 396230b740..9f0c835c13 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 47a8acfd3f..b38edf3616 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 75a981ff2a..1f90f09829 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 b87a1b6de7..c775da000c 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 30cb6d53f3..1ede49a3d7 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 e9d2bfe296..f34a22e236 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 6ac3ae0143..524c739718 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 c3c8af3fdb..107f1af8fe 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 d32c2ad47f..750e3ab60c 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 34bdc36895..dc053b727c 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 31ab1954c0..79417ceb70 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 0c173fea3b..95dbd4b0ee 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 7b8f1bd6fe..afb68f5138 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 5a57d3e062..6ee13b1f6d 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 b57d35aa44..5d8889c9f9 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 3eedee4653..e3da7eb6e7 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 d22998db72..382c39c9a1 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 05a4d0eb3b..77f51ad139 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 e6c63bda60..0089eb2272 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 a4bf49a762..dcc7d4e75a 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 97019ece35..6f60f34345 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 4e63fef758..3a14253b10 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 e650e110e9..21f5de5290 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 bea86ebeb6..883a61340b 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 63421c42ca..2454f587b9 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 a0b61f99c7..b9e6f30cd2 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 d7a6338f24..d662b45646 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 2e8131961d..e053e0f911 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 b93cea5e01..1650e19e46 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 ebbe8f0176..330403d721 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 e179c64b06..c04cd80cf2 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 48cc13e864..96ae9cdebd 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 d4bcb8aa19..14212f1e63 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 54d6ac6db1..bc5393d5d8 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 426a3d76ac..d009d037c5 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 e1f8486242..a467e7fadf 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 a98c7973e3..9844336bc9 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 7f0cb7fb3a..079bfdac43 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 318f08709a..ac4ffc9353 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 c58b6e80c7..105d555b9d 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 c87fb49079..08785509d9 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 3ff5a0e0aa..a3f6143235 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 f68945c2d6..4ab9297887 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 3fbcd37a68..966fce6267 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 f2b2104673..8f501c528c 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 4442b0f8da..71d5c43867 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 1ce4d617f0..677de3bb09 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 95dce616bd..f06955d37e 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 6495e4f88b..8f9cb677c2 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 64727548a4..3d71710684 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 030becf825..fec6fc0571 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 79421c2c51..b2214dd83f 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 f5eaf65445..7aa4660ae2 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 8809d948b8..f31f657946 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 6edb1d8490..0af9181141 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 04cb08a066..c5bd2bc946 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 03f0b561ec..c299ac1f29 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 568d5a55ee..a41a48d45a 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 370a033bc9..1854ea8628 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 538dd70b88..afd5806698 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 c1274bde25..ade9a6b8a5 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 c934d842b4..20a533c776 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 86a2df0f14..784bfebe0a 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 41cb71d38f..8d82e8bde7 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 1093aeb2bf..d97d547300 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 7a65feb43b..2207c148d9 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 fb08b2213f..1172bfb329 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 ad1df97775..7083ed41de 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 cce6170242..f7cbfd50c3 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 33153f1976..988f3d9dbc 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 f175e7325e..043226784c 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 9353b7d7b7..f1943d25e6 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 30439a314e..4bc49487b8 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 8076f6c974..07de9c1146 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 40805ad71a..e96b854925 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 b235960725..b8c51f3b8b 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 181fc11d32..923337ed29 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 13de015d8b..fe5cd0f7dd 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 0d52acd890..b660237666 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 646425234a..3b0633d10c 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 e94f55ceeb..4b4fa077d3 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 79e5453b0e..c64ea7991a 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 c21375db6b..ebb98a9fe8 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 6bf7e031cb..5a3f009ae1 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 10ef1372a0..5d54615845 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 16b47d85d7..638b9cbd42 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 c95c2d30d6..0ff2da6168 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 2b85bbc136..88d344c67b 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 f7347ffe0c..1eb7e5004b 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 b072422aaa..fe0bdb4a29 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 36229b8ae0..f898dec7d4 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 54fe25d06d..8a3c99f4b8 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 95c909d325..f0a65cc666 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 0638a99e2d..5cf30ca403 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 5b86ca2be2..b699ed2c07 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 9e6556f56e..e6e43f572b 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 f47ed0689b..d704869df4 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 83a91bdaa8..adf17e4cf2 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 749f555b03..ae4b8cdb2a 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 1e07f9b1a9..8344c14563 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 9adc9774ea..83b9821dd1 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 51b6060928..b024306175 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 edfe5fae61..322e2380f3 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 cc745259f4..678afdf675 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 0b74ad6e61..f68bd52654 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 0fc627065b..c8ce468ed5 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 284758f380..c96b7f9228 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 7910b88be9..a84dfba50d 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 c88eb0f86d..d22ac2c3f5 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 a830471db3..744db0fdbd 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 5d34841f24..5cb86e3e8a 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 4bb5930c82..15c56c0eeb 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 0ca67fd6bc..5a360e747a 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 09bc2bf32c..edad1f7c88 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 c18c3a9cb6..6210c23192 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 83e0d836a0..ca675c14fc 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 f907bef1b0..046cc89573 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 bad419cc32..598ebe5501 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 1af491cffc..c11a520c18 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 5014d11708..091543afe2 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 de7c335ef4..844e46db7b 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 5e90026d83..a51ad396be 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 1fb6079b68..220a14a9a7 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 be0d339d59..3f327426ea 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 8b250d5bce..0f9360af8b 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 f012879361..3fbe4c967d 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 3b9403b74b..b78615c986 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 85efc15f8f..a80488e134 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 7e6651e639..214bd4a76c 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 2f65f62d08..545b7afdbd 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 3d685d7648..45fa324500 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 d3f506ce63..72ce4fba76 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 b3519a73c8..48eeb07232 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 397e73e2b6..eb8a64aa00 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 9f8f4a44f9..fb60ee018a 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 148ab479a7..95451a6f9d 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 7648f453b0..bc9c111d91 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 ebd6dd98de..04a5f95b5a 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 9bd93f77af..15be0e778e 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 234a36cf4f..ee48bc883d 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 c2cdb55fac..ebdd7480bc 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 d38b6998e5..a4bbd30c51 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 b5761c69b6..e6deb3670c 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 cf54fc34e3..31604c0611 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 c3e074e122..897a07c77d 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 94b7a2a4f3..f93a756cbc 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 03f8a83133..ce6654b649 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 f5252e96d1..1659484a8c 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 45fb9aca86..318f6a8126 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 6cc214e3fc..3cd8a8016d 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 73d36a759c..364e264630 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 5acb01e38c..1dbb00e63a 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 01bf1db6bb..f0125b6991 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 f307658161..eeb8f3a1ba 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 259ca6a786..6c868d1cea 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 d5167b40d5..ae81ff9c58 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 3967e11578..65cd52bd1d 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 af82e07dd0..bc3b272dbb 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 941b5d71cc..ee2b56b2f9 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 c59ac0eddb..fd8d4ab543 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 01257ad182..426170a97e 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 d6aaf5bee8..86a33091cd 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 a8a2ab5e81..f0c119a891 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 2ae1ce79f1..610ff5c471 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 3556411381..27a3c0045a 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 e632943e0d..0a17a8bb6e 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 35b447f60f..006009b01d 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 557fcd3f00..bec3441181 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 cf7d170fbc..67abdab9cb 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 d06f4a7fb2..864a7a9f8b 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 cd837b2e2f..9f645a26d5 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 025416a9d7..56b973c4a9 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 c06b99ac0c..9476fecc59 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 3893d8321b..afed727308 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 d1761fef87..17a9c77fd8 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 df10d8b233..e4ce2bc4fd 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 c129727a2e..6c2093736b 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 40c256750f..cbda117c1f 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 277bbe6331..7ed02dc8c4 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 3736cfb630..0be6c96112 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 82d91960b5..e64b75bfbe 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 f64345cbb6..047531946b 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 1b6091b4ae..4306c87155 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 49d18d8979..f9c8019d39 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 ce3e62eba5..8bebd440d5 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 0b8e450477..a89cc27a28 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 5a94e05c6c..790aa8564a 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 4571ef0075..f63351d7fd 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 2d1529738a..ee53cb1068 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 4c35848518..cc013f2bfc 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 c94b595ea2..fcdc39d110 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 756e962b00..5b01d84fa7 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 75f1305a7a..0cf00994b9 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 0048852bfc..7bcfbd83a0 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 e62cdba864..caf2d6abbc 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 8b1280e5f0..604c6326d9 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 b10d2e3245..ffa9686298 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 7cac57f91f..b33120b44a 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 76e4660620..617529a7f9 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 b2b333fbd1..725943c5ee 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 0376915be7..5a133b146b 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 312002dbef..888b723683 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 77b046b244..2fd6960dc5 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 2511ab7ebe..1019cea0f1 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 825dc8fe69..4c45dfdc8d 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 bf842933ee..4c1e8468ca 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 978ff8b6c9..a113ffb972 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 86dcd13619..9aa37546e6 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 d9b6db48d9..f74c74357b 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 acdb956d18..88420862c2 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 fac6a04578..a6e687914f 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 9e7b1f7e4b..8870b7e209 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 e6100ade8c..62580a9b7c 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 a97ea25760..ba427acf70 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 814feadad2..4865e7c63d 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 8a43049aba..3b5b4f9f65 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 caeecafaa1..0e4f1b1010 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 c98d27c535..8d734d1928 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 3ba45774ce..d6e4e8ea58 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 77920679fe..d0f9fa1ce1 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 0bebef3647..ed728b26b7 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 d77199acf2..2cae48f221 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 1f8521f3a2..ad637ae45d 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 f3fb97f0da..9d819c830f 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 2da9301895..8a9aaf1593 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 cf56209a64..7fc92980a1 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 c94eb4c796..1a29f89150 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 5cb6bfad2e..61e81c2098 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 5011d864e5..eeeba619df 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 08934b1427..3cff607c88 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 edc0bedff8..26934dbd51 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 84d9828e94..1810721ec1 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 66eb94a3db..475b597699 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 ef3791e76f..a1556701a5 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 87237b2c9c..f4af46482c 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 0763257f1d..2f4772eb65 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 5965408e3e..ad91765bdb 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 2127d4f5c3..c6ec3b29b0 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 a1f425b6f0..946e17315c 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 d00e3ab49e..cf7e2840d5 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 708c155bea..df3419aa3f 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 89c46fcc6e..123643bbb9 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 00aaa1d345..40f65ee6ba 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 ebc17d1c3d..2f977d3d75 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 d17c4cc9d2..c20c8f2284 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 434eb0a808..523e55b8d9 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 679a24b0fc..4fdbe5899d 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 bf5582c2d1..307e076cc4 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 c3a82dac85..ec7584e1e3 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 27ff7e302f..ce8911f885 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 dcb56e1db0..80da833966 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 8788b8387e..4d88d9ed47 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 352523ae37..1eac5d423f 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 25b31d862a..3d8fbc37c4 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 2d39e9eb64..a0cb6ceec1 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 15202fd03a..ac1f5c61ee 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 b6cecd5f51..00ab3ede7d 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 2343f46d55..731d509b7d 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 8a99d01da2..336a8a78f1 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 806382cde1..7b9f8e0dbd 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 c2be909491..a406928e72 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 f8b5a275a1..cb06ec7755 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 c2bdadd8ac..2943657a39 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 6d1f4beda0..8bedd9368f 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 0da285b820..1155b8edc7 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 1569365eb0..7c4c25aeea 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 30ac75ef25..2e0ade4725 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 72533a5f3a..0962568130 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 a86b440211..3181a516aa 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 c659fd909c..caab1048c6 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 2ca966a363..88b069c42a 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 75e0373273..f03b3d5b93 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 bb3d194054..68431c2d8d 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 ceaad8903a..208a2ee7af 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 8c97a6983c..0ec81c72c5 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 b24ea698ad..1cbd6ad1aa 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 be93a5bf40..8498c7afed 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 1563159d1e..d8a191fac7 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 b142386534..47f427e11d 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 6eb7235166..35691cc53c 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 4e2f7f501c..1fa364d89c 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 217acf7a64..f73f2a1867 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 ae11965b5f..1a97b28c85 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 3ab579c446..bc9fb12465 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 18464fb23b..40eabf31fc 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 cd44db8ac0..abf8bbeca4 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 278ce8ecab..a8ea0286c6 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 f9f39582ff..7dfe1a16f1 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 de6b4d449f..c39847c136 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 829005d8dd..b00041e0ce 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 43d378a20e..8cc7ff308f 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 e498135a19..e7eb6b0497 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 7c509fcd0c..cff7712a5e 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 eb57133fb2..27084a7b47 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 49b8947b6c..4e3a763f2c 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 4ae474ca8e..21c7f02ecd 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 04d02697e8..9759c95b16 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 8229dee3b6..a743718688 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 6af7d8dd04..06f59d9d30 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 52ac40f25d..c75564ef1c 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 06e7babb0a..3d4e317df6 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 766858df14..2c36426635 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 18a24a8eed..aafcfff03b 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 271c8c1bf5..294ebc733b 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 0370751b53..6cea6ac71d 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 ef4b061a95..0dd6a02c7e 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 dcce92260c..ff06697455 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 b330d2fbae..97fe8dfc4b 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 02732713e9..af08626d91 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 7bf4d4515f..cd780990c5 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 5608d7aaec..545fbcbfa0 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 395a85231b..1d3c8e5c56 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 9815d403f3..2956d425ab 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 90e8baa141..52b51b3db2 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 60089e344f..a6b6961610 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 612faf6ad8..da951407a0 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 2bc3e82b9a..97e2b8a42f 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 db35766edd..05a30e865c 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 bbbc153c22..b4baec93f2 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 359844ce68..3f96f0d36b 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 372690d5b5..3f9c085283 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 814608699b..db6624518e 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 37ad1bdbd7..283fd4a113 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 2376dfffcb..2e1b8d2ae9 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 47a235809e..273eafdd5d 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 f0f58e5e10..e6d1386f71 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 9639bb855f..06f87c7db6 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 cbb157a2bf..3ebbfd2591 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/1.5.1/api/cluster/index.html b/docs/1.5.1/api/cluster/index.html
index a39c4a759a..98dff37872 100644
--- a/docs/1.5.1/api/cluster/index.html
+++ b/docs/1.5.1/api/cluster/index.html
@@ -4,7 +4,7 @@
Cluster | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/api/scheduler/index.html b/docs/1.5.1/api/scheduler/index.html
index 13930468fb..23da7e1195 100644
--- a/docs/1.5.1/api/scheduler/index.html
+++ b/docs/1.5.1/api/scheduler/index.html
@@ -4,7 +4,7 @@
Scheduler | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/api/system/index.html b/docs/1.5.1/api/system/index.html
index eb0e92a41c..587bc8ca3e 100644
--- a/docs/1.5.1/api/system/index.html
+++ b/docs/1.5.1/api/system/index.html
@@ -4,7 +4,7 @@
System | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/cross_queue_preemption/index.html b/docs/1.5.1/archived_design/cross_queue_preemption/index.html
index 460287740e..b65cac30e5 100644
--- a/docs/1.5.1/archived_design/cross_queue_preemption/index.html
+++ b/docs/1.5.1/archived_design/cross_queue_preemption/index.html
@@ -4,7 +4,7 @@
Cross Queue Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/k8shim/index.html b/docs/1.5.1/archived_design/k8shim/index.html
index 80d067755e..3ffc20abcd 100644
--- a/docs/1.5.1/archived_design/k8shim/index.html
+++ b/docs/1.5.1/archived_design/k8shim/index.html
@@ -4,7 +4,7 @@
Kubernetes Shim Design | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/namespace_resource_quota/index.html b/docs/1.5.1/archived_design/namespace_resource_quota/index.html
index b0d603dac8..6e66720588 100644
--- a/docs/1.5.1/archived_design/namespace_resource_quota/index.html
+++ b/docs/1.5.1/archived_design/namespace_resource_quota/index.html
@@ -4,7 +4,7 @@
Namespace Resource Quota | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/pluggable_app_management/index.html b/docs/1.5.1/archived_design/pluggable_app_management/index.html
index 251e5fdbfa..efed9cfa00 100644
--- a/docs/1.5.1/archived_design/pluggable_app_management/index.html
+++ b/docs/1.5.1/archived_design/pluggable_app_management/index.html
@@ -4,7 +4,7 @@
Pluggable App Management | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/predicates/index.html b/docs/1.5.1/archived_design/predicates/index.html
index 45032ada3c..c39b7d3da4 100644
--- a/docs/1.5.1/archived_design/predicates/index.html
+++ b/docs/1.5.1/archived_design/predicates/index.html
@@ -4,7 +4,7 @@
Support K8s Predicates | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/scheduler_core_design/index.html b/docs/1.5.1/archived_design/scheduler_core_design/index.html
index 38c47884be..2981571308 100644
--- a/docs/1.5.1/archived_design/scheduler_core_design/index.html
+++ b/docs/1.5.1/archived_design/scheduler_core_design/index.html
@@ -4,7 +4,7 @@
Scheduler Core Design | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/archived_design/state_aware_scheduling/index.html b/docs/1.5.1/archived_design/state_aware_scheduling/index.html
index 57c4579c74..9bcd078514 100644
--- a/docs/1.5.1/archived_design/state_aware_scheduling/index.html
+++ b/docs/1.5.1/archived_design/state_aware_scheduling/index.html
@@ -4,7 +4,7 @@
Batch Workloads Ordering with StateAware Policy | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/architecture/index.html b/docs/1.5.1/design/architecture/index.html
index a9a57caa50..4bb1c31a38 100644
--- a/docs/1.5.1/design/architecture/index.html
+++ b/docs/1.5.1/design/architecture/index.html
@@ -4,7 +4,7 @@
Architecture | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/cache_removal/index.html b/docs/1.5.1/design/cache_removal/index.html
index a41e6229c2..76e044a1d8 100644
--- a/docs/1.5.1/design/cache_removal/index.html
+++ b/docs/1.5.1/design/cache_removal/index.html
@@ -4,7 +4,7 @@
Scheduler cache removal design | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/config_v2/index.html b/docs/1.5.1/design/config_v2/index.html
index 8c451d52c8..3d70813001 100644
--- a/docs/1.5.1/design/config_v2/index.html
+++ b/docs/1.5.1/design/config_v2/index.html
@@ -4,7 +4,7 @@
Configuration V2 | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/gang_scheduling/index.html b/docs/1.5.1/design/gang_scheduling/index.html
index c517fb97c2..1ea683bfce 100644
--- a/docs/1.5.1/design/gang_scheduling/index.html
+++ b/docs/1.5.1/design/gang_scheduling/index.html
@@ -4,7 +4,7 @@
Gang scheduling design | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/generic_resource/index.html b/docs/1.5.1/design/generic_resource/index.html
index befaed78e2..a69cef35bf 100644
--- a/docs/1.5.1/design/generic_resource/index.html
+++ b/docs/1.5.1/design/generic_resource/index.html
@@ -4,7 +4,7 @@
Generic Resource Types in Namespace Quota | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/historical_usage_tracking/index.html b/docs/1.5.1/design/historical_usage_tracking/index.html
index 3e87c4bd43..d229a718d4 100644
--- a/docs/1.5.1/design/historical_usage_tracking/index.html
+++ b/docs/1.5.1/design/historical_usage_tracking/index.html
@@ -4,7 +4,7 @@
Historical Usage Tracking | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/interface_message_simplification/index.html b/docs/1.5.1/design/interface_message_simplification/index.html
index 46bec3361b..264865868c 100644
--- a/docs/1.5.1/design/interface_message_simplification/index.html
+++ b/docs/1.5.1/design/interface_message_simplification/index.html
@@ -4,7 +4,7 @@
Simplifying Interface Messages | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/preemption/index.html b/docs/1.5.1/design/preemption/index.html
index 36a09bf9eb..48782cc243 100644
--- a/docs/1.5.1/design/preemption/index.html
+++ b/docs/1.5.1/design/preemption/index.html
@@ -4,7 +4,7 @@
Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/priority_scheduling/index.html b/docs/1.5.1/design/priority_scheduling/index.html
index 2adb2c96f0..7ad0954e0e 100644
--- a/docs/1.5.1/design/priority_scheduling/index.html
+++ b/docs/1.5.1/design/priority_scheduling/index.html
@@ -4,7 +4,7 @@
Priority Scheduling | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/resilience/index.html b/docs/1.5.1/design/resilience/index.html
index cfc7a64bc4..fb517247db 100644
--- a/docs/1.5.1/design/resilience/index.html
+++ b/docs/1.5.1/design/resilience/index.html
@@ -4,7 +4,7 @@
Resilience | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/scheduler_configuration/index.html b/docs/1.5.1/design/scheduler_configuration/index.html
index 54bac5d496..89b73df5dc 100644
--- a/docs/1.5.1/design/scheduler_configuration/index.html
+++ b/docs/1.5.1/design/scheduler_configuration/index.html
@@ -4,7 +4,7 @@
Scheduler Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/scheduler_plugin/index.html b/docs/1.5.1/design/scheduler_plugin/index.html
index b1ac580b3b..200cbb58e0 100644
--- a/docs/1.5.1/design/scheduler_plugin/index.html
+++ b/docs/1.5.1/design/scheduler_plugin/index.html
@@ -4,7 +4,7 @@
K8s Scheduler Plugin | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/simple_preemptor/index.html b/docs/1.5.1/design/simple_preemptor/index.html
index 03ef828015..1f11c03ddd 100644
--- a/docs/1.5.1/design/simple_preemptor/index.html
+++ b/docs/1.5.1/design/simple_preemptor/index.html
@@ -4,7 +4,7 @@
DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/user_based_resource_usage_tracking/index.html b/docs/1.5.1/design/user_based_resource_usage_tracking/index.html
index eec331712a..4c698afd65 100644
--- a/docs/1.5.1/design/user_based_resource_usage_tracking/index.html
+++ b/docs/1.5.1/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.1/design/user_group/index.html b/docs/1.5.1/design/user_group/index.html
index 1dd8080f74..53423a74b5 100644
--- a/docs/1.5.1/design/user_group/index.html
+++ b/docs/1.5.1/design/user_group/index.html
@@ -4,7 +4,7 @@
User/Group handling and lookup design | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/design/user_group_resource_usage_enforcement/index.html b/docs/1.5.1/design/user_group_resource_usage_enforcement/index.html
index 5e7334c9c3..ce8f61e194 100644
--- a/docs/1.5.1/design/user_group_resource_usage_enforcement/index.html
+++ b/docs/1.5.1/design/user_group_resource_usage_enforcement/index.html
@@ -4,7 +4,7 @@
User Based Quota Enforcement | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/build/index.html b/docs/1.5.1/developer_guide/build/index.html
index 21eb5ae091..62ec7fdd91 100644
--- a/docs/1.5.1/developer_guide/build/index.html
+++ b/docs/1.5.1/developer_guide/build/index.html
@@ -4,7 +4,7 @@
Build and Run | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/dependencies/index.html b/docs/1.5.1/developer_guide/dependencies/index.html
index a07923b004..3d60ed7c5a 100644
--- a/docs/1.5.1/developer_guide/dependencies/index.html
+++ b/docs/1.5.1/developer_guide/dependencies/index.html
@@ -4,7 +4,7 @@
Go module updates | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/deployment/index.html b/docs/1.5.1/developer_guide/deployment/index.html
index a15d3b3ab7..a15f543228 100644
--- a/docs/1.5.1/developer_guide/deployment/index.html
+++ b/docs/1.5.1/developer_guide/deployment/index.html
@@ -4,7 +4,7 @@
Deploy to Kubernetes | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/e2e_test/index.html b/docs/1.5.1/developer_guide/e2e_test/index.html
index a0fc2c7581..6bbad0ddb8 100644
--- a/docs/1.5.1/developer_guide/e2e_test/index.html
+++ b/docs/1.5.1/developer_guide/e2e_test/index.html
@@ -4,7 +4,7 @@
End-to-End Testing | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/env_setup/index.html b/docs/1.5.1/developer_guide/env_setup/index.html
index f8ca14f88a..190a303416 100644
--- a/docs/1.5.1/developer_guide/env_setup/index.html
+++ b/docs/1.5.1/developer_guide/env_setup/index.html
@@ -4,7 +4,7 @@
Dev Environment Setup | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/openshift_development/index.html b/docs/1.5.1/developer_guide/openshift_development/index.html
index 7b3e35cbe8..7669cffdb0 100644
--- a/docs/1.5.1/developer_guide/openshift_development/index.html
+++ b/docs/1.5.1/developer_guide/openshift_development/index.html
@@ -4,7 +4,7 @@
Development in CodeReady Containers | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/developer_guide/scheduler_object_states/index.html b/docs/1.5.1/developer_guide/scheduler_object_states/index.html
index c01c2524c3..b75c17d001 100644
--- a/docs/1.5.1/developer_guide/scheduler_object_states/index.html
+++ b/docs/1.5.1/developer_guide/scheduler_object_states/index.html
@@ -4,7 +4,7 @@
Scheduler Object States | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/get_started/core_features/index.html b/docs/1.5.1/get_started/core_features/index.html
index 3af11cfec5..b7e3b6de37 100644
--- a/docs/1.5.1/get_started/core_features/index.html
+++ b/docs/1.5.1/get_started/core_features/index.html
@@ -4,7 +4,7 @@
Features | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/get_started/version/index.html b/docs/1.5.1/get_started/version/index.html
index 69c66a8cd9..6b6b4a36c4 100644
--- a/docs/1.5.1/get_started/version/index.html
+++ b/docs/1.5.1/get_started/version/index.html
@@ -4,7 +4,7 @@
Version details | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/index.html b/docs/1.5.1/index.html
index 142b70a7bc..48c805f149 100644
--- a/docs/1.5.1/index.html
+++ b/docs/1.5.1/index.html
@@ -4,7 +4,7 @@
Get Started | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/metrics/queue/index.html b/docs/1.5.1/metrics/queue/index.html
index db7571ffe6..57b9b2494e 100644
--- a/docs/1.5.1/metrics/queue/index.html
+++ b/docs/1.5.1/metrics/queue/index.html
@@ -4,7 +4,7 @@
Queue | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/metrics/runtime/index.html b/docs/1.5.1/metrics/runtime/index.html
index 1a8f445202..4a9b7db3db 100644
--- a/docs/1.5.1/metrics/runtime/index.html
+++ b/docs/1.5.1/metrics/runtime/index.html
@@ -4,7 +4,7 @@
Runtime | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/metrics/scheduler/index.html b/docs/1.5.1/metrics/scheduler/index.html
index 453c8b803f..3a6c088d1b 100644
--- a/docs/1.5.1/metrics/scheduler/index.html
+++ b/docs/1.5.1/metrics/scheduler/index.html
@@ -4,7 +4,7 @@
Scheduler | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.5.1/performance/evaluate_perf_function_with_kubemark/index.html
index d5e8a7d6cc..45ab7c2a29 100644
--- a/docs/1.5.1/performance/evaluate_perf_function_with_kubemark/index.html
+++ b/docs/1.5.1/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.1/performance/evaluate_perf_function_with_kwok/index.html b/docs/1.5.1/performance/evaluate_perf_function_with_kwok/index.html
index 890d215e24..1a616e7e85 100644
--- a/docs/1.5.1/performance/evaluate_perf_function_with_kwok/index.html
+++ b/docs/1.5.1/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.1/performance/metrics/index.html b/docs/1.5.1/performance/metrics/index.html
index f08c993bd4..838d53c7eb 100644
--- a/docs/1.5.1/performance/metrics/index.html
+++ b/docs/1.5.1/performance/metrics/index.html
@@ -4,7 +4,7 @@
Scheduler Metrics | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/performance/performance_tutorial/index.html b/docs/1.5.1/performance/performance_tutorial/index.html
index e1e8a26331..2353d3a636 100644
--- a/docs/1.5.1/performance/performance_tutorial/index.html
+++ b/docs/1.5.1/performance/performance_tutorial/index.html
@@ -4,7 +4,7 @@
Benchmarking Tutorial | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/performance/profiling/index.html b/docs/1.5.1/performance/profiling/index.html
index 284a9a7290..2204a5cee9 100644
--- a/docs/1.5.1/performance/profiling/index.html
+++ b/docs/1.5.1/performance/profiling/index.html
@@ -4,7 +4,7 @@
Profiling | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/acls/index.html b/docs/1.5.1/user_guide/acls/index.html
index c968923832..a5af9bf60d 100644
--- a/docs/1.5.1/user_guide/acls/index.html
+++ b/docs/1.5.1/user_guide/acls/index.html
@@ -4,7 +4,7 @@
ACLs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/deployment_modes/index.html b/docs/1.5.1/user_guide/deployment_modes/index.html
index 935727fe2f..b61497e45a 100644
--- a/docs/1.5.1/user_guide/deployment_modes/index.html
+++ b/docs/1.5.1/user_guide/deployment_modes/index.html
@@ -4,7 +4,7 @@
Deployment Modes | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/event_system/index.html b/docs/1.5.1/user_guide/event_system/index.html
index cd5c4ff0b8..1b43bcd89f 100644
--- a/docs/1.5.1/user_guide/event_system/index.html
+++ b/docs/1.5.1/user_guide/event_system/index.html
@@ -4,7 +4,7 @@
Event System | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/gang_scheduling/index.html b/docs/1.5.1/user_guide/gang_scheduling/index.html
index e27ad9495c..4c78b21b21 100644
--- a/docs/1.5.1/user_guide/gang_scheduling/index.html
+++ b/docs/1.5.1/user_guide/gang_scheduling/index.html
@@ -4,7 +4,7 @@
Gang Scheduling | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.5.1/user_guide/labels_and_annotations_in_yunikorn/index.html
index dbf83e35b1..2778db1fb2 100644
--- a/docs/1.5.1/user_guide/labels_and_annotations_in_yunikorn/index.html
+++ b/docs/1.5.1/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.1/user_guide/placement_rules/index.html b/docs/1.5.1/user_guide/placement_rules/index.html
index ec5d0e5502..ed723b28b4 100644
--- a/docs/1.5.1/user_guide/placement_rules/index.html
+++ b/docs/1.5.1/user_guide/placement_rules/index.html
@@ -4,7 +4,7 @@
App Placement Rules | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/preemption_cases/index.html b/docs/1.5.1/user_guide/preemption_cases/index.html
index 37b087ca12..84124cdc2d 100644
--- a/docs/1.5.1/user_guide/preemption_cases/index.html
+++ b/docs/1.5.1/user_guide/preemption_cases/index.html
@@ -4,7 +4,7 @@
Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/priorities/index.html b/docs/1.5.1/user_guide/priorities/index.html
index acd27814e9..86d3c6703f 100644
--- a/docs/1.5.1/user_guide/priorities/index.html
+++ b/docs/1.5.1/user_guide/priorities/index.html
@@ -4,7 +4,7 @@
App & Queue Priorities | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/prometheus/index.html b/docs/1.5.1/user_guide/prometheus/index.html
index ec965edf03..ea341ed9fb 100644
--- a/docs/1.5.1/user_guide/prometheus/index.html
+++ b/docs/1.5.1/user_guide/prometheus/index.html
@@ -4,7 +4,7 @@
Prometheus and Grafana | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/queue_config/index.html b/docs/1.5.1/user_guide/queue_config/index.html
index 7f93c1b58a..5957e3e02b 100644
--- a/docs/1.5.1/user_guide/queue_config/index.html
+++ b/docs/1.5.1/user_guide/queue_config/index.html
@@ -4,7 +4,7 @@
Partition and Queue Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/resource_quota_management/index.html b/docs/1.5.1/user_guide/resource_quota_management/index.html
index 5e46f57ebe..37c1f67997 100644
--- a/docs/1.5.1/user_guide/resource_quota_management/index.html
+++ b/docs/1.5.1/user_guide/resource_quota_management/index.html
@@ -4,7 +4,7 @@
Resource Quota Management | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/service_config/index.html b/docs/1.5.1/user_guide/service_config/index.html
index 24cdb2517f..1258fe05e2 100644
--- a/docs/1.5.1/user_guide/service_config/index.html
+++ b/docs/1.5.1/user_guide/service_config/index.html
@@ -4,7 +4,7 @@
Service Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/sorting_policies/index.html b/docs/1.5.1/user_guide/sorting_policies/index.html
index 279e9c2283..26695f13b0 100644
--- a/docs/1.5.1/user_guide/sorting_policies/index.html
+++ b/docs/1.5.1/user_guide/sorting_policies/index.html
@@ -4,7 +4,7 @@
Sorting Policies | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/troubleshooting/index.html b/docs/1.5.1/user_guide/troubleshooting/index.html
index e19bf2388e..3097278966 100644
--- a/docs/1.5.1/user_guide/troubleshooting/index.html
+++ b/docs/1.5.1/user_guide/troubleshooting/index.html
@@ -4,7 +4,7 @@
Troubleshooting | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/use_cases/index.html b/docs/1.5.1/user_guide/use_cases/index.html
index 87dc110cd7..e46a870ba1 100644
--- a/docs/1.5.1/user_guide/use_cases/index.html
+++ b/docs/1.5.1/user_guide/use_cases/index.html
@@ -4,7 +4,7 @@
Use Cases | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/usergroup_resolution/index.html b/docs/1.5.1/user_guide/usergroup_resolution/index.html
index 1aeb28e6ee..3cdd162d2c 100644
--- a/docs/1.5.1/user_guide/usergroup_resolution/index.html
+++ b/docs/1.5.1/user_guide/usergroup_resolution/index.html
@@ -4,7 +4,7 @@
User & Group Resolution | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/run_flink/index.html b/docs/1.5.1/user_guide/workloads/run_flink/index.html
index 0d5978b731..b3b07f1759 100644
--- a/docs/1.5.1/user_guide/workloads/run_flink/index.html
+++ b/docs/1.5.1/user_guide/workloads/run_flink/index.html
@@ -4,7 +4,7 @@
Run Flink Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/run_mpi/index.html b/docs/1.5.1/user_guide/workloads/run_mpi/index.html
index 3ccfc60f25..7b53e641a6 100644
--- a/docs/1.5.1/user_guide/workloads/run_mpi/index.html
+++ b/docs/1.5.1/user_guide/workloads/run_mpi/index.html
@@ -4,7 +4,7 @@
Run MPI Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/run_nvidia/index.html b/docs/1.5.1/user_guide/workloads/run_nvidia/index.html
index 26eefdf095..a60ded8f07 100644
--- a/docs/1.5.1/user_guide/workloads/run_nvidia/index.html
+++ b/docs/1.5.1/user_guide/workloads/run_nvidia/index.html
@@ -4,7 +4,7 @@
Run NVIDIA GPU Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/run_spark/index.html b/docs/1.5.1/user_guide/workloads/run_spark/index.html
index b054c6deb2..08811347f0 100644
--- a/docs/1.5.1/user_guide/workloads/run_spark/index.html
+++ b/docs/1.5.1/user_guide/workloads/run_spark/index.html
@@ -4,7 +4,7 @@
Run Spark Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/run_tf/index.html b/docs/1.5.1/user_guide/workloads/run_tf/index.html
index e333c5b781..f2de4dcbd8 100644
--- a/docs/1.5.1/user_guide/workloads/run_tf/index.html
+++ b/docs/1.5.1/user_guide/workloads/run_tf/index.html
@@ -4,7 +4,7 @@
Run TensorFlow Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.1/user_guide/workloads/workload_overview/index.html b/docs/1.5.1/user_guide/workloads/workload_overview/index.html
index 2aeaba543d..dfdf7f693f 100644
--- a/docs/1.5.1/user_guide/workloads/workload_overview/index.html
+++ b/docs/1.5.1/user_guide/workloads/workload_overview/index.html
@@ -4,7 +4,7 @@
Overview | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/api/cluster/index.html b/docs/1.5.2/api/cluster/index.html
index 663f159c90..27a2b60674 100644
--- a/docs/1.5.2/api/cluster/index.html
+++ b/docs/1.5.2/api/cluster/index.html
@@ -4,7 +4,7 @@
Cluster | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/api/scheduler/index.html b/docs/1.5.2/api/scheduler/index.html
index 093fd17827..23d65edc15 100644
--- a/docs/1.5.2/api/scheduler/index.html
+++ b/docs/1.5.2/api/scheduler/index.html
@@ -4,7 +4,7 @@
Scheduler | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/api/system/index.html b/docs/1.5.2/api/system/index.html
index 8e1d256509..7a53d0e48c 100644
--- a/docs/1.5.2/api/system/index.html
+++ b/docs/1.5.2/api/system/index.html
@@ -4,7 +4,7 @@
System | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/cross_queue_preemption/index.html b/docs/1.5.2/archived_design/cross_queue_preemption/index.html
index cdf90f9cd5..47484d2723 100644
--- a/docs/1.5.2/archived_design/cross_queue_preemption/index.html
+++ b/docs/1.5.2/archived_design/cross_queue_preemption/index.html
@@ -4,7 +4,7 @@
Cross Queue Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/k8shim/index.html b/docs/1.5.2/archived_design/k8shim/index.html
index 2d30feb9de..ae50a3fc62 100644
--- a/docs/1.5.2/archived_design/k8shim/index.html
+++ b/docs/1.5.2/archived_design/k8shim/index.html
@@ -4,7 +4,7 @@
Kubernetes Shim Design | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/namespace_resource_quota/index.html b/docs/1.5.2/archived_design/namespace_resource_quota/index.html
index 595bf3e23d..44fa9b2b6b 100644
--- a/docs/1.5.2/archived_design/namespace_resource_quota/index.html
+++ b/docs/1.5.2/archived_design/namespace_resource_quota/index.html
@@ -4,7 +4,7 @@
Namespace Resource Quota | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/pluggable_app_management/index.html b/docs/1.5.2/archived_design/pluggable_app_management/index.html
index 66a35e4ec2..e6853c3705 100644
--- a/docs/1.5.2/archived_design/pluggable_app_management/index.html
+++ b/docs/1.5.2/archived_design/pluggable_app_management/index.html
@@ -4,7 +4,7 @@
Pluggable App Management | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/predicates/index.html b/docs/1.5.2/archived_design/predicates/index.html
index 269f0102a2..69df581e52 100644
--- a/docs/1.5.2/archived_design/predicates/index.html
+++ b/docs/1.5.2/archived_design/predicates/index.html
@@ -4,7 +4,7 @@
Support K8s Predicates | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/scheduler_core_design/index.html b/docs/1.5.2/archived_design/scheduler_core_design/index.html
index 1ef48ec4fa..8598f4c4c2 100644
--- a/docs/1.5.2/archived_design/scheduler_core_design/index.html
+++ b/docs/1.5.2/archived_design/scheduler_core_design/index.html
@@ -4,7 +4,7 @@
Scheduler Core Design | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/archived_design/state_aware_scheduling/index.html b/docs/1.5.2/archived_design/state_aware_scheduling/index.html
index fc8a52461f..d8e19e6a98 100644
--- a/docs/1.5.2/archived_design/state_aware_scheduling/index.html
+++ b/docs/1.5.2/archived_design/state_aware_scheduling/index.html
@@ -4,7 +4,7 @@
Batch Workloads Ordering with StateAware Policy | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/architecture/index.html b/docs/1.5.2/design/architecture/index.html
index 8eed9a89b8..105996d6e0 100644
--- a/docs/1.5.2/design/architecture/index.html
+++ b/docs/1.5.2/design/architecture/index.html
@@ -4,7 +4,7 @@
Architecture | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/cache_removal/index.html b/docs/1.5.2/design/cache_removal/index.html
index 1d818dbad2..4d5944e9cf 100644
--- a/docs/1.5.2/design/cache_removal/index.html
+++ b/docs/1.5.2/design/cache_removal/index.html
@@ -4,7 +4,7 @@
Scheduler cache removal design | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/config_v2/index.html b/docs/1.5.2/design/config_v2/index.html
index b74889c0d4..843b6bacce 100644
--- a/docs/1.5.2/design/config_v2/index.html
+++ b/docs/1.5.2/design/config_v2/index.html
@@ -4,7 +4,7 @@
Configuration V2 | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/gang_scheduling/index.html b/docs/1.5.2/design/gang_scheduling/index.html
index d4edf6cab7..6fbf199848 100644
--- a/docs/1.5.2/design/gang_scheduling/index.html
+++ b/docs/1.5.2/design/gang_scheduling/index.html
@@ -4,7 +4,7 @@
Gang scheduling design | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/generic_resource/index.html b/docs/1.5.2/design/generic_resource/index.html
index 8e89da8a96..8d89ee9f1b 100644
--- a/docs/1.5.2/design/generic_resource/index.html
+++ b/docs/1.5.2/design/generic_resource/index.html
@@ -4,7 +4,7 @@
Generic Resource Types in Namespace Quota | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/historical_usage_tracking/index.html b/docs/1.5.2/design/historical_usage_tracking/index.html
index cb79418585..8378da8e57 100644
--- a/docs/1.5.2/design/historical_usage_tracking/index.html
+++ b/docs/1.5.2/design/historical_usage_tracking/index.html
@@ -4,7 +4,7 @@
Historical Usage Tracking | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/interface_message_simplification/index.html b/docs/1.5.2/design/interface_message_simplification/index.html
index f68e069ce5..27682278d4 100644
--- a/docs/1.5.2/design/interface_message_simplification/index.html
+++ b/docs/1.5.2/design/interface_message_simplification/index.html
@@ -4,7 +4,7 @@
Simplifying Interface Messages | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/preemption/index.html b/docs/1.5.2/design/preemption/index.html
index b8a50828f2..84758beb92 100644
--- a/docs/1.5.2/design/preemption/index.html
+++ b/docs/1.5.2/design/preemption/index.html
@@ -4,7 +4,7 @@
Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/priority_scheduling/index.html b/docs/1.5.2/design/priority_scheduling/index.html
index db987d19ee..dc0d98a988 100644
--- a/docs/1.5.2/design/priority_scheduling/index.html
+++ b/docs/1.5.2/design/priority_scheduling/index.html
@@ -4,7 +4,7 @@
Priority Scheduling | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/resilience/index.html b/docs/1.5.2/design/resilience/index.html
index c4e9ab1ac6..15c9d9842f 100644
--- a/docs/1.5.2/design/resilience/index.html
+++ b/docs/1.5.2/design/resilience/index.html
@@ -4,7 +4,7 @@
Resilience | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/scheduler_configuration/index.html b/docs/1.5.2/design/scheduler_configuration/index.html
index 90cfdfdb9b..96c6d9f9ed 100644
--- a/docs/1.5.2/design/scheduler_configuration/index.html
+++ b/docs/1.5.2/design/scheduler_configuration/index.html
@@ -4,7 +4,7 @@
Scheduler Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/scheduler_plugin/index.html b/docs/1.5.2/design/scheduler_plugin/index.html
index 7f69b3ac60..13a2f6a409 100644
--- a/docs/1.5.2/design/scheduler_plugin/index.html
+++ b/docs/1.5.2/design/scheduler_plugin/index.html
@@ -4,7 +4,7 @@
K8s Scheduler Plugin | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/simple_preemptor/index.html b/docs/1.5.2/design/simple_preemptor/index.html
index d8440d135d..8ca32544aa 100644
--- a/docs/1.5.2/design/simple_preemptor/index.html
+++ b/docs/1.5.2/design/simple_preemptor/index.html
@@ -4,7 +4,7 @@
DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/user_based_resource_usage_tracking/index.html b/docs/1.5.2/design/user_based_resource_usage_tracking/index.html
index 27748edebd..0fe4381c6a 100644
--- a/docs/1.5.2/design/user_based_resource_usage_tracking/index.html
+++ b/docs/1.5.2/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.2/design/user_group/index.html b/docs/1.5.2/design/user_group/index.html
index 5996a90d6d..b0d04ef217 100644
--- a/docs/1.5.2/design/user_group/index.html
+++ b/docs/1.5.2/design/user_group/index.html
@@ -4,7 +4,7 @@
User/Group handling and lookup design | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/design/user_group_resource_usage_enforcement/index.html b/docs/1.5.2/design/user_group_resource_usage_enforcement/index.html
index 88c17939e6..a0f0d7c85e 100644
--- a/docs/1.5.2/design/user_group_resource_usage_enforcement/index.html
+++ b/docs/1.5.2/design/user_group_resource_usage_enforcement/index.html
@@ -4,7 +4,7 @@
User Based Quota Enforcement | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/build/index.html b/docs/1.5.2/developer_guide/build/index.html
index 268a595854..748283c000 100644
--- a/docs/1.5.2/developer_guide/build/index.html
+++ b/docs/1.5.2/developer_guide/build/index.html
@@ -4,7 +4,7 @@
Build and Run | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/dependencies/index.html b/docs/1.5.2/developer_guide/dependencies/index.html
index 6f91c1b3cf..4a66eee625 100644
--- a/docs/1.5.2/developer_guide/dependencies/index.html
+++ b/docs/1.5.2/developer_guide/dependencies/index.html
@@ -4,7 +4,7 @@
Go module updates | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/deployment/index.html b/docs/1.5.2/developer_guide/deployment/index.html
index 2849791aa3..d51a9611b0 100644
--- a/docs/1.5.2/developer_guide/deployment/index.html
+++ b/docs/1.5.2/developer_guide/deployment/index.html
@@ -4,7 +4,7 @@
Deploy to Kubernetes | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/e2e_test/index.html b/docs/1.5.2/developer_guide/e2e_test/index.html
index 635df1e6df..560c664f51 100644
--- a/docs/1.5.2/developer_guide/e2e_test/index.html
+++ b/docs/1.5.2/developer_guide/e2e_test/index.html
@@ -4,7 +4,7 @@
End-to-End Testing | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/env_setup/index.html b/docs/1.5.2/developer_guide/env_setup/index.html
index e2a66c1640..fc549c832e 100644
--- a/docs/1.5.2/developer_guide/env_setup/index.html
+++ b/docs/1.5.2/developer_guide/env_setup/index.html
@@ -4,7 +4,7 @@
Dev Environment Setup | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/openshift_development/index.html b/docs/1.5.2/developer_guide/openshift_development/index.html
index e6165e3843..2bc3afa1aa 100644
--- a/docs/1.5.2/developer_guide/openshift_development/index.html
+++ b/docs/1.5.2/developer_guide/openshift_development/index.html
@@ -4,7 +4,7 @@
Development in CodeReady Containers | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/developer_guide/scheduler_object_states/index.html b/docs/1.5.2/developer_guide/scheduler_object_states/index.html
index 6131080b0f..4173beea07 100644
--- a/docs/1.5.2/developer_guide/scheduler_object_states/index.html
+++ b/docs/1.5.2/developer_guide/scheduler_object_states/index.html
@@ -4,7 +4,7 @@
Scheduler Object States | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/get_started/core_features/index.html b/docs/1.5.2/get_started/core_features/index.html
index 4691ee4522..0495b734bd 100644
--- a/docs/1.5.2/get_started/core_features/index.html
+++ b/docs/1.5.2/get_started/core_features/index.html
@@ -4,7 +4,7 @@
Features | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/get_started/version/index.html b/docs/1.5.2/get_started/version/index.html
index 74ed144bd9..a691fecc0e 100644
--- a/docs/1.5.2/get_started/version/index.html
+++ b/docs/1.5.2/get_started/version/index.html
@@ -4,7 +4,7 @@
Version details | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/index.html b/docs/1.5.2/index.html
index 35c8985da3..9e3215aeda 100644
--- a/docs/1.5.2/index.html
+++ b/docs/1.5.2/index.html
@@ -4,7 +4,7 @@
Get Started | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/metrics/queue/index.html b/docs/1.5.2/metrics/queue/index.html
index 6c503d14b9..d3455989b9 100644
--- a/docs/1.5.2/metrics/queue/index.html
+++ b/docs/1.5.2/metrics/queue/index.html
@@ -4,7 +4,7 @@
Queue | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/metrics/runtime/index.html b/docs/1.5.2/metrics/runtime/index.html
index a52dc63ec7..34007bdc0d 100644
--- a/docs/1.5.2/metrics/runtime/index.html
+++ b/docs/1.5.2/metrics/runtime/index.html
@@ -4,7 +4,7 @@
Runtime | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/metrics/scheduler/index.html b/docs/1.5.2/metrics/scheduler/index.html
index f925f60227..c05a76b4ee 100644
--- a/docs/1.5.2/metrics/scheduler/index.html
+++ b/docs/1.5.2/metrics/scheduler/index.html
@@ -4,7 +4,7 @@
Scheduler | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.5.2/performance/evaluate_perf_function_with_kubemark/index.html
index f12592db6d..cd1e4100dc 100644
--- a/docs/1.5.2/performance/evaluate_perf_function_with_kubemark/index.html
+++ b/docs/1.5.2/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.2/performance/evaluate_perf_function_with_kwok/index.html b/docs/1.5.2/performance/evaluate_perf_function_with_kwok/index.html
index fda1bf877d..52fe3c5845 100644
--- a/docs/1.5.2/performance/evaluate_perf_function_with_kwok/index.html
+++ b/docs/1.5.2/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.2/performance/metrics/index.html b/docs/1.5.2/performance/metrics/index.html
index a5a2cd129b..8b903d86c8 100644
--- a/docs/1.5.2/performance/metrics/index.html
+++ b/docs/1.5.2/performance/metrics/index.html
@@ -4,7 +4,7 @@
Scheduler Metrics | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/performance/performance_tutorial/index.html b/docs/1.5.2/performance/performance_tutorial/index.html
index 7648e5dbc1..57b33addbd 100644
--- a/docs/1.5.2/performance/performance_tutorial/index.html
+++ b/docs/1.5.2/performance/performance_tutorial/index.html
@@ -4,7 +4,7 @@
Benchmarking Tutorial | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/performance/profiling/index.html b/docs/1.5.2/performance/profiling/index.html
index d62456ef5a..80bdecd9e2 100644
--- a/docs/1.5.2/performance/profiling/index.html
+++ b/docs/1.5.2/performance/profiling/index.html
@@ -4,7 +4,7 @@
Profiling | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/acls/index.html b/docs/1.5.2/user_guide/acls/index.html
index 878a0c012b..567f559075 100644
--- a/docs/1.5.2/user_guide/acls/index.html
+++ b/docs/1.5.2/user_guide/acls/index.html
@@ -4,7 +4,7 @@
ACLs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/deployment_modes/index.html b/docs/1.5.2/user_guide/deployment_modes/index.html
index 37154df0d7..ffa4334761 100644
--- a/docs/1.5.2/user_guide/deployment_modes/index.html
+++ b/docs/1.5.2/user_guide/deployment_modes/index.html
@@ -4,7 +4,7 @@
Deployment Modes | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/event_system/index.html b/docs/1.5.2/user_guide/event_system/index.html
index 51665434ab..1f5d68c46b 100644
--- a/docs/1.5.2/user_guide/event_system/index.html
+++ b/docs/1.5.2/user_guide/event_system/index.html
@@ -4,7 +4,7 @@
Event System | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/gang_scheduling/index.html b/docs/1.5.2/user_guide/gang_scheduling/index.html
index ef56311e03..1cdeca99c7 100644
--- a/docs/1.5.2/user_guide/gang_scheduling/index.html
+++ b/docs/1.5.2/user_guide/gang_scheduling/index.html
@@ -4,7 +4,7 @@
Gang Scheduling | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.5.2/user_guide/labels_and_annotations_in_yunikorn/index.html
index 3c7031092b..45ba38a1a2 100644
--- a/docs/1.5.2/user_guide/labels_and_annotations_in_yunikorn/index.html
+++ b/docs/1.5.2/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.2/user_guide/loki/index.html b/docs/1.5.2/user_guide/loki/index.html
index 64ca970541..a3cb20bc4d 100644
--- a/docs/1.5.2/user_guide/loki/index.html
+++ b/docs/1.5.2/user_guide/loki/index.html
@@ -4,7 +4,7 @@
Loki | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/placement_rules/index.html b/docs/1.5.2/user_guide/placement_rules/index.html
index 89115c68f4..d2d395fa6d 100644
--- a/docs/1.5.2/user_guide/placement_rules/index.html
+++ b/docs/1.5.2/user_guide/placement_rules/index.html
@@ -4,7 +4,7 @@
App Placement Rules | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/preemption_cases/index.html b/docs/1.5.2/user_guide/preemption_cases/index.html
index da4d3273f7..6a94e2f2f4 100644
--- a/docs/1.5.2/user_guide/preemption_cases/index.html
+++ b/docs/1.5.2/user_guide/preemption_cases/index.html
@@ -4,7 +4,7 @@
Preemption | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/priorities/index.html b/docs/1.5.2/user_guide/priorities/index.html
index af3f2961cc..81fc417da5 100644
--- a/docs/1.5.2/user_guide/priorities/index.html
+++ b/docs/1.5.2/user_guide/priorities/index.html
@@ -4,7 +4,7 @@
App & Queue Priorities | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/prometheus/index.html b/docs/1.5.2/user_guide/prometheus/index.html
index de8f53a7a4..e0ec6edd6a 100644
--- a/docs/1.5.2/user_guide/prometheus/index.html
+++ b/docs/1.5.2/user_guide/prometheus/index.html
@@ -4,7 +4,7 @@
Prometheus and Grafana | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/queue_config/index.html b/docs/1.5.2/user_guide/queue_config/index.html
index 2635ce70d6..a345c9320a 100644
--- a/docs/1.5.2/user_guide/queue_config/index.html
+++ b/docs/1.5.2/user_guide/queue_config/index.html
@@ -4,7 +4,7 @@
Partition and Queue Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/resource_quota_management/index.html b/docs/1.5.2/user_guide/resource_quota_management/index.html
index 4616165248..487e385630 100644
--- a/docs/1.5.2/user_guide/resource_quota_management/index.html
+++ b/docs/1.5.2/user_guide/resource_quota_management/index.html
@@ -4,7 +4,7 @@
Resource Quota Management | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/service_config/index.html b/docs/1.5.2/user_guide/service_config/index.html
index c41d0dd04e..60139b7834 100644
--- a/docs/1.5.2/user_guide/service_config/index.html
+++ b/docs/1.5.2/user_guide/service_config/index.html
@@ -4,7 +4,7 @@
Service Configuration | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/sorting_policies/index.html b/docs/1.5.2/user_guide/sorting_policies/index.html
index b41b049645..71c7566d8b 100644
--- a/docs/1.5.2/user_guide/sorting_policies/index.html
+++ b/docs/1.5.2/user_guide/sorting_policies/index.html
@@ -4,7 +4,7 @@
Sorting Policies | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/troubleshooting/index.html b/docs/1.5.2/user_guide/troubleshooting/index.html
index 911cc686e6..ac12f445be 100644
--- a/docs/1.5.2/user_guide/troubleshooting/index.html
+++ b/docs/1.5.2/user_guide/troubleshooting/index.html
@@ -4,7 +4,7 @@
Troubleshooting | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/use_cases/index.html b/docs/1.5.2/user_guide/use_cases/index.html
index 9276348fb8..6b910fe15e 100644
--- a/docs/1.5.2/user_guide/use_cases/index.html
+++ b/docs/1.5.2/user_guide/use_cases/index.html
@@ -4,7 +4,7 @@
Use Cases | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/usergroup_resolution/index.html b/docs/1.5.2/user_guide/usergroup_resolution/index.html
index 5642cea329..ea7c5ddce2 100644
--- a/docs/1.5.2/user_guide/usergroup_resolution/index.html
+++ b/docs/1.5.2/user_guide/usergroup_resolution/index.html
@@ -4,7 +4,7 @@
User & Group Resolution | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_flink/index.html b/docs/1.5.2/user_guide/workloads/run_flink/index.html
index 11fd9a15b5..748968b9fb 100644
--- a/docs/1.5.2/user_guide/workloads/run_flink/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_flink/index.html
@@ -4,7 +4,7 @@
Run Flink Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_mpi/index.html b/docs/1.5.2/user_guide/workloads/run_mpi/index.html
index 70c8173d76..46590441b1 100644
--- a/docs/1.5.2/user_guide/workloads/run_mpi/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_mpi/index.html
@@ -4,7 +4,7 @@
Run MPI Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_nvidia/index.html b/docs/1.5.2/user_guide/workloads/run_nvidia/index.html
index 49b6a3a16a..896b805710 100644
--- a/docs/1.5.2/user_guide/workloads/run_nvidia/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_nvidia/index.html
@@ -4,7 +4,7 @@
Run NVIDIA GPU Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_ray_cluster/index.html b/docs/1.5.2/user_guide/workloads/run_ray_cluster/index.html
index b56e43c4d4..83a6ba1d72 100644
--- a/docs/1.5.2/user_guide/workloads/run_ray_cluster/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_ray_cluster/index.html
@@ -4,7 +4,7 @@
Run RayCluster | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_ray_job/index.html b/docs/1.5.2/user_guide/workloads/run_ray_job/index.html
index 182ef3cdbd..a9645269c0 100644
--- a/docs/1.5.2/user_guide/workloads/run_ray_job/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_ray_job/index.html
@@ -4,7 +4,7 @@
Run RayJob | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_ray_service/index.html b/docs/1.5.2/user_guide/workloads/run_ray_service/index.html
index e975759ca8..a174146b43 100644
--- a/docs/1.5.2/user_guide/workloads/run_ray_service/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_ray_service/index.html
@@ -4,7 +4,7 @@
Run RayService | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_spark/index.html b/docs/1.5.2/user_guide/workloads/run_spark/index.html
index aaabdfbbc7..498d955796 100644
--- a/docs/1.5.2/user_guide/workloads/run_spark/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_spark/index.html
@@ -4,7 +4,7 @@
Run Spark Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/run_tf/index.html b/docs/1.5.2/user_guide/workloads/run_tf/index.html
index f8a354450c..f0ed280523 100644
--- a/docs/1.5.2/user_guide/workloads/run_tf/index.html
+++ b/docs/1.5.2/user_guide/workloads/run_tf/index.html
@@ -4,7 +4,7 @@
Run TensorFlow Jobs | Apache YuniKorn
-
+
diff --git a/docs/1.5.2/user_guide/workloads/workload_overview/index.html b/docs/1.5.2/user_guide/workloads/workload_overview/index.html
index b7096baab6..0fca1591d6 100644
--- a/docs/1.5.2/user_guide/workloads/workload_overview/index.html
+++ b/docs/1.5.2/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 c7a4d91e9d..2ca5f2d96e 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 fb8e590c56..6579dd7f62 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 0f0900952c..3d9d971c15 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 f1db4cc314..c0c0db0449 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 fcad5957b6..597c4f7b05 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 97b26536be..217be09ded 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 23e5c4f787..d25d6a0a6b 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 5563cdc645..c774a906b5 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 bb173de9bd..e0882430f4 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 98defc16b8..14583934ff 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 7f2c696161..1cadb20818 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 58ecb055b5..29314c62d4 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 a2bdc4060d..a1cfbb4a9e 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 df88ed33ec..8e8126c937 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 d2beaebe16..5bb6aa17fc 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 bdeeca1a10..1828c92891 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 07f2c7e7ea..f3f6462243 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 bc38f8aaf3..366c931837 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 4c29a59457..679a1e4ebf 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 52c199bec8..ac4829ae4a 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 494f5b2bc9..e03ceae2de 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 52671c0c22..e0e9f37416 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 88e79485a8..59e3164a34 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 b4ba5be149..65ce1573bc 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 f96a12b73d..a502e5b68f 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 eeb61fee11..46f8e739b4 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 4a043bfab7..dab84345b1 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 ba845abc23..2edb6b3e45 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 4a77d16f7b..dddfbea48b 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 0086ee8e93..fca8ef50d0 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 3c2e950cb2..1df222eb86 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 1e3e422534..ea34ea0939 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 79806022e0..bace862d12 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 db0faf442b..6a5193c556 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 86d2c4d6b3..f628f1512c 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 23d229b59c..ffb3f91ee3 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 0292b2d4cd..11fcf9de0d 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 c213556863..d381b17ce9 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 b40788145a..6ed51c39d8 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 397fef7a33..834f0eff0b 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 9e497f7019..257d54dd08 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 d8aa59ff0a..0282c20dc6 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 6744381b4a..de2b6fdcd3 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 5deb715d91..a55be812b5 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 7bfcee6826..f57e01f0d2 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 4566dd4601..765929862d 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 fe845169a8..c7bf50b653 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 e37e4731f6..1f47f82fce 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 1ec8d4e072..88abeba6fa 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 3232717ae8..ce5b25440b 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 4dcfdacd90..37ec18a8c2 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 4c92fd50cc..933a05b059 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/foreign_pod_tracking/index.html b/docs/next/design/foreign_pod_tracking/index.html
index 03ddae10e0..4aff5b6229 100644
--- a/docs/next/design/foreign_pod_tracking/index.html
+++ b/docs/next/design/foreign_pod_tracking/index.html
@@ -4,7 +4,7 @@
Tracking non-Yunikorn pods | Apache YuniKorn
-
+
diff --git a/docs/next/design/gang_scheduling/index.html b/docs/next/design/gang_scheduling/index.html
index 9cfa858ca4..fe2ee69147 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 573c5bb1dd..909ec1b4f1 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 b17eb1ae97..b4f2fc01f1 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 34085f4ca4..d83aa2df63 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 abc8b332c7..49ceee3e32 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 ab2fe94363..2b3b80d7db 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 496735ff5e..035810699b 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 1242744e4c..aa3eeee87b 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
-
+
@@ -33,10 +33,10 @@
Sche
Configuration to consider:
Assign multiple containers in one go: use case is bin packing, don’t spread an application over large number of nodes. Needs to become configurable.
-
Pre-emption related configuration:
+
Preemption related configuration:
-
threshold: do not pre-empt from a queue if the cluster load is below a certain threshold.
-
Interval: pause between pre-emption checks
+
threshold: do not preempt from a queue if the cluster load is below a certain threshold.
+
Interval: pause between preemption checks
@@ -58,7 +58,7 @@
Queue Defin
The second instance of the companyA queue is a leaf queue which is not related to the first instance as it is defined at a different level in the hierarchy.
The queue as defined in the configuration will be assigned a queue type. This can either be implicit based on how the queue is defined in the hierarchy or explicit by setting the optional parent property as part of the queue definition. By default all queues will be assigned their type based on the configuration. There is only one case in which this should automatic process would need to be overridden and that is to mark a leaf in the configuration as a parent. The use case is part of the placement rules. In that case the configuration could be used to define a parent queue for only unmanaged queues.
Access control lists provide a split between submission permission and administration permissions. Submission access to a queue allows an application to be submitted to the queue by the users or groups specified. The administration permissions allows submission to the queue plus the administrative actions. Administrative actions are currently limited to killing an application and moving an application to a different queue.
-
Access control lists are checked recursively up to the root of the tree starting at the lowest point in the tree. In other words when the access control list of a queue does not allow access the parent queue is checked. The checks are repeated all the way up to the root of the queues.
+
Access control lists are checked recursively up to the root of the tree starting at the lowest point in the tree. In other words, when the access control list of a queue does not allow access, the parent queue is checked. The checks are repeated all the way up to the root of the queues.
On each queue, except the root queue, the following properties can be set:
QueueType:
@@ -83,7 +83,7 @@
Queue Defin
AdminACL (ACL)
-
Pre emption setting:
+
Preemption setting:
PreEmptionAllowed (boolean)
@@ -117,7 +117,7 @@
User definit
Applications are run by a user could run in one or more queues. The queues can have limits set on the resources that can be used. This does not limit the amount of resources that can be used by the user in the cluster.
From an administrative perspective setting a limit of the resources that can be used by a specific user can be important. In this case a user is broadly defined as the identity that submits the application. This can be a service or a person, from a scheduling perspective there is no difference.
User limits can prevent a take over of a queue or the cluster by a misbehaving user or application. From a multi tenancy perspective user limits also allows for sharing or subdivision of resources within the tenancy however that is defined.
-
Adding user based limits will allow the cluster administrators to control the cluster wide resource usage of a user:
+
Adding user-based limits will allow the cluster administrators to control the cluster-wide resource usage of a user: