Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdba62b

Browse files
committedNov 28, 2024
UPSTREAM: 93286: wait for apiservices on startup
1 parent 4899e45 commit fdba62b

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/kube-aggregator/pkg/apiserver

1 file changed

+1
-1
lines changed
 

‎staging/src/k8s.io/kube-aggregator/pkg/apiserver/apiserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ func (c completedConfig) NewWithDelegate(delegationTarget genericapiserver.Deleg
403403
klog.Infof("still waiting on handling APIServices: %v", strings.Join(notYetHandledAPIServices.List(), ","))
404404

405405
return false, nil
406-
}, context.StopCh)
406+
}, context.Done())
407407
return err
408408
})
409409

0 commit comments

Comments
 (0)
Please sign in to comment.