mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #72282 from rkojedzinszky/master
storage_scheduling: retry operation as intended
This commit is contained in:
commit
d476af7c19
@ -93,7 +93,7 @@ func AddSystemPriorityClasses() genericapiserver.PostStartHookFunc {
|
|||||||
} else {
|
} else {
|
||||||
// Unable to get the priority class for reasons other than "not found".
|
// Unable to get the priority class for reasons other than "not found".
|
||||||
klog.Warningf("unable to get PriorityClass %v: %v. Retrying...", pc.Name, err)
|
klog.Warningf("unable to get PriorityClass %v: %v. Retrying...", pc.Name, err)
|
||||||
return false, err
|
return false, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user