{{page-title "Task group " this.model.name " - Job " this.model.job.name}}

{{this.model.name}}
{{#if this.model.scaling}} Count {{/if}}

Task Group Details # Tasks {{this.model.tasks.length}} Reserved CPU {{format-scheduled-hertz this.model.reservedCPU}} Reserved Memory {{format-scheduled-bytes this.model.reservedMemory start="MiB"}} {{#if (gt this.model.reservedMemoryMax this.model.reservedMemory)}} ({{format-scheduled-bytes this.model.reservedMemoryMax start="MiB"}}Max) {{/if}} Reserved Disk {{format-scheduled-bytes this.model.reservedEphemeralDisk start="MiB"}} Namespace {{this.model.job.namespace.name}} {{#if this.model.scaling}} Count Range {{this.model.scaling.min}} to {{this.model.scaling.max}} Scaling Policy? {{if this.model.scaling.policy "Yes" "No"}} {{/if}} {{#if (and (can "list variables") this.model.pathLinkedVariable)}} Variables {{/if}}
Allocation Status {{this.allocations.length}}
    {{#each chart.data as |datum index|}}
  1. {{/each}}
Allocations
Show Tasks
{{#if this.sortedAllocations}} ID Created Modified Status Version Client Volume CPU Memory {{#if this.showSubTasks}} {{#each row.model.states as |task|}} {{/each}} {{/if}}
{{else if this.allocations.length}}

No Matches

No allocations match the term {{this.searchTerm}}

{{else}}

No Allocations

No allocations have been placed.

{{/if}}
{{#if this.model.scaleState.isVisible}} {{#if this.shouldShowScaleEventTimeline}}
Scaling Timeline
{{/if}}
Recent Scaling Events
{{/if}} {{#if this.model.volumes.length}}
Volume Requirements
Name Type Source Permissions {{#if row.model.isCSI}} {{!-- if volume is per_alloc=true, there's no one specific volume. So, link to the volumes index with an active query --}} {{#if row.model.perAlloc}} {{row.model.name}} {{else}} {{row.model.name}} {{/if}} {{else}} {{row.model.name}} {{/if}} {{row.model.type}} {{row.model.source}} {{if row.model.readOnly "Read" "Read/Write"}}
{{/if}}