Fix grammar and invalid nodeAffinity example in Schedule GPUs#56181
Fix grammar and invalid nodeAffinity example in Schedule GPUs#56181amekala2514 wants to merge 1 commit into
Conversation
Signed-off-by: amekala2514 <ashishcool.m15@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @amekala2514! |
|
|
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for the PR. Did you get AI help writing this? (it's OK to use AI tools, but if you did, you must say so) |
|
@lmktfy I used AI to draft the comment not to make the fixes to the documentation. This is my first PR, so didn't know the exact process. |
Description
This PR makes two small corrections to the Schedule GPUs task page
(
content/en/docs/tasks/manage-gpus/scheduling-gpus.md):nodeAffinityexample was missing the requiredoperatorfield on one match expression.operatoris required on aNodeSelectorRequirement, so the manifest as written would fail API validation. Addedoperator: In, consistent with thevalues: ["true"]already present.Issue
No open issue — these are minor, self-evident documentation fixes.