mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Merge pull request #130966 from sanposhiho/patch-16
chore: correct the comment on UnschedulablePlugins
This commit is contained in:
@@ -377,7 +377,7 @@ type QueuedPodInfo struct {
|
||||
// latency for a pod.
|
||||
InitialAttemptTimestamp *time.Time
|
||||
// UnschedulablePlugins records the plugin names that the Pod failed with Unschedulable or UnschedulableAndUnresolvable status
|
||||
// at specific extension points: PreFilter, Filter, Reserve, Permit (WaitOnPermit), or PreBind.
|
||||
// at specific extension points: PreFilter, Filter, Reserve, or Permit (WaitOnPermit).
|
||||
// If Pods are rejected at other extension points,
|
||||
// they're assumed to be unexpected errors (e.g., temporal network issue, plugin implementation issue, etc)
|
||||
// and retried soon after a backoff period.
|
||||
|
||||
Reference in New Issue
Block a user