mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
commit
8884e116e5
@ -138,7 +138,7 @@ func (s *Scheduler) scheduleOne() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We want to add the pod to the model iff the bind succeeds, but we don't want to race
|
// We want to add the pod to the model iff the bind succeeds, but we don't want to race
|
||||||
// with any deletions, which happen asyncronously.
|
// with any deletions, which happen asynchronously.
|
||||||
s.config.Modeler.LockedAction(func() {
|
s.config.Modeler.LockedAction(func() {
|
||||||
bindingStart := time.Now()
|
bindingStart := time.Now()
|
||||||
err := s.config.Binder.Bind(b)
|
err := s.config.Binder.Bind(b)
|
||||||
|
Loading…
Reference in New Issue
Block a user