Skip to content

Commit

Permalink
Merge pull request #43907 from pohly/dra-scheduling-impact
Browse files Browse the repository at this point in the history
Document impact of DRA on scheduling
  • Loading branch information
k8s-ci-robot authored Nov 14, 2023
2 parents 9e36b6c + 725f68f commit 4efddf9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@ gets scheduled onto one node and then cannot run there, which is bad because
such a pending Pod also blocks all other resources like RAM or CPU that were
set aside for it.
{{< note >}}
Scheduling of pods which use ResourceClaims is going to be slower because of
the additional communication that is required. Beware that this may also impact
pods that don't use ResourceClaims because only one pod at a time gets
scheduled, blocking API calls are made while handling a pod with
ResourceClaims, and thus scheduling the next pod gets delayed.
{{< /note >}}
## Monitoring resources
The kubelet provides a gRPC service to enable discovery of dynamic resources of
Expand Down

0 comments on commit 4efddf9

Please sign in to comment.