mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #129968 from sanposhiho/patch-15
fix: remove the mention that DRA uses Pending
This commit is contained in:
commit
7f9fdd65eb
@ -227,8 +227,8 @@ const (
|
|||||||
// Pending means that the scheduling process is finished successfully,
|
// Pending means that the scheduling process is finished successfully,
|
||||||
// but the plugin wants to stop the scheduling cycle/binding cycle here.
|
// but the plugin wants to stop the scheduling cycle/binding cycle here.
|
||||||
//
|
//
|
||||||
// For example, the DRA plugin sometimes needs to wait for the external device driver
|
// For example, if your plugin has to notify the scheduling result to an external component,
|
||||||
// to provision the resource for the Pod.
|
// and wait for it to complete something **before** binding.
|
||||||
// It's different from when to return Unschedulable/UnschedulableAndUnresolvable,
|
// It's different from when to return Unschedulable/UnschedulableAndUnresolvable,
|
||||||
// because in this case, the scheduler decides where the Pod can go successfully,
|
// because in this case, the scheduler decides where the Pod can go successfully,
|
||||||
// but we need to wait for the external component to do something based on that scheduling result.
|
// but we need to wait for the external component to do something based on that scheduling result.
|
||||||
|
Loading…
Reference in New Issue
Block a user