Skip to content

Commit 3214748

Browse files
committed
Apply review comments
1 parent e9cb883 commit 3214748

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

content/en/blog/_posts/2026/workload-aware-scheduling-1-36.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Now, the Job controller automates this process natively.
337337
When the [`WorkloadWithJob`](/docs/reference/command-line-tools-reference/feature-gates/#WorkloadWithJob)
338338
feature gate is enabled, the Job controller automatically:
339339

340-
* creates a `Workload` and a corresponding runtime `PodGroup` for each qualifying Job,
340+
* creates a Workload and a corresponding runtime PodGroup for each qualifying Job,
341341

342342
* sets `.spec.schedulingGroup` onto every Pod the Job creates
343343
so the scheduler treats them as a single gang, and
@@ -457,9 +457,8 @@ and share your experiences to help shape the future of Kubernetes scheduling.
457457
You can send your feedback by:
458458

459459
* Reaching out via [Slack (#workload-aware-scheduling)](https://kubernetes.slack.com/archives/C0AHLJ0EAEL).
460-
* Joining the [SIG Scheduling](https://docs.google.com/document/d/13mwye7nvrmV11q9_Eg77z-1w3X7Q1GTbslpml4J7F3A/edit)
461-
or [Workload API integration](https://docs.google.com/document/d/1XSPdK4L3zkAFhAZ3hBQJr2k7JX9CpGD7NeQfujM1PT4/edit) meetings.
462-
* Filing a new [issue](https://github.com/kubernetes/enhancements/issues) in the Kubernetes repository.
460+
* Joining the [SIG Scheduling](https://www.kubernetes.dev/community/community-groups/sigs/scheduling/#meetings) meetings.
461+
* Filing a new [issue](https://github.com/kubernetes/kubernetes/issues) in the Kubernetes repository.
463462

464463
## Learn more
465464

0 commit comments

Comments
 (0)