Skip to content

Commit fd1bd80

Browse files
committed
Clarifiy where to set NodeSelector
1 parent abf9562 commit fd1bd80

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/5007-device-attach-before-pod-scheduled

1 file changed

+1
-1
lines changed

keps/sig-scheduling/5007-device-attach-before-pod-scheduled/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ type DeviceRequestAllocationResult struct {
546546

547547
When `UsageRestrictedToNode: true` is set, the scheduler DRA plugin will perform the following steps:
548548

549-
1. **Set NodeSelector**: Before the `PreBind` phase, add the `NodeName` to the `ResourceClaim`'s `NodeSelector`.
549+
1. **Set NodeSelector in api-server**: Before the `PreBind` phase, add the `NodeName` to the `ResourceClaim`'s `NodeSelector`.
550550

551551
If Conditions are present, the scheduler DRA plugin will perform the following steps during the `PreBind` phase:
552552

0 commit comments

Comments
 (0)