-
Notifications
You must be signed in to change notification settings - Fork 51
uddate proposal with podGroup crd update #726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -125,8 +125,11 @@ spec: | |||||
| - subGroupSize: 3 | ||||||
| minSubGroups: 2 | ||||||
| name: task | ||||||
| matchPolicy: | ||||||
| - labelKey: volcano.sh/task-subgroup-id | ||||||
| labelSelector: | ||||||
| modelserving.volcano.sh/name: sample | ||||||
| modelserving.volcano.sh/role: gang-example | ||||||
| matchLabelKeys: | ||||||
| - modelserving.volcano.sh/role-id | ||||||
| networkTopology: | ||||||
| mode: hard | ||||||
| highestTierAllowed: 1 | ||||||
|
|
@@ -136,10 +139,10 @@ A `subGroupPolicy` has been added to the `podGroup` to ensure task-level gang sc | |||||
|
|
||||||
| - `subGroupSize`: The number of pods in a subGroup. | ||||||
| - `minSubGroups`: The minimum replicas of subGroups. | ||||||
| - `matchPolicy`: The label key used to match pods. | ||||||
| - `matchLabelKeys`: The label key used to match pods. | ||||||
|
||||||
| - `matchLabelKeys`: The label key used to match pods. | |
| - `matchLabelKeys`: Ordered list of label keys used to group pods that already match `labelSelector`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
subGroupPolicyfield list is missinglabelSelector, even though the YAML and API description introduce it. Add a bullet explaining thatlabelSelectorselects which pods are eligible for subgrouping, and clarify how it interacts withmatchLabelKeys.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good, need to clarify the
matchLabelKeys