Skip to content

doc: add task page for Topology-Aware Scheduling#11259

Open
nerdeveloper wants to merge 1 commit into
kubernetes-sigs:mainfrom
nerdeveloper:docs/tas-task-page-10066
Open

doc: add task page for Topology-Aware Scheduling#11259
nerdeveloper wants to merge 1 commit into
kubernetes-sigs:mainfrom
nerdeveloper:docs/tas-task-page-10066

Conversation

@nerdeveloper
Copy link
Copy Markdown
Member

@nerdeveloper nerdeveloper commented May 17, 2026

What type of PR is this?

/kind documentation
/area tas

What this PR does / why we need it:

Adds a dedicated batch-user walkthrough at site/content/en/docs/tasks/run/topology_aware_scheduling.md showing how to run Jobs with the three user-facing TAS annotations:

  • kueue.x-k8s.io/podset-required-topology — strict same-domain placement.
  • kueue.x-k8s.io/podset-preferred-topology — best-effort same-domain placement with fallback.
  • kueue.x-k8s.io/podset-unconstrained-topology — minimize fragmentation, no topology constraint.

Verified end-to-end on a fresh 9-node TAS-labelled kind cluster (hack/testing/kind-cluster-tas.yaml) with Kueue v0.17.3 installed from the release manifests. All three example Jobs were admitted, with topologyAssignment populated on each Workload, and pods landed on the expected hosts.

Which issue(s) this PR fixes:

Fixes #10066

Special notes for your reviewer:

PodSetSlices and the multi-layer hierarchy were framed in the issue as a "would also be lovely" extension on top of the required/preferred/unconstrained MVP. They are linked from the new "Advanced topics" section but are left for a follow-up PR so this first cut stays focused.

Does this PR introduce a user-facing change?

NONE

Add a dedicated batch-user walkthrough at
site/content/en/docs/tasks/run/topology_aware_scheduling.md showing how to
run Jobs with the podset-required-topology, podset-preferred-topology, and
podset-unconstrained-topology annotations, along with an "Advanced topics"
pointer to PodSet grouping, slices, and multi-layer hierarchy on the
concepts page.

Adds two new example manifests
(site/static/examples/tas/sample-job-required.yaml and sample-job-unconstrained.yaml)
and reuses the existing sample-job-preferred.yaml. Adds a Batch user entry
to the tasks landing index.

Addresses kubernetes-sigs#10066.
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. area/tas Topology-Aware Scheduling labels May 17, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 17, 2026

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit a615740
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/6a092f8190291f0008105233
😎 Deploy Preview https://deploy-preview-11259--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented May 17, 2026

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: nerdeveloper / name: Obinna Odirionye (a615740)

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: nerdeveloper
Once this PR has been reviewed and has the lgtm label, please assign kannon92 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label May 17, 2026
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/tas Topology-Aware Scheduling cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a dedicated task page for using Topology-Aware Scheduling

2 participants