mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
Automatic merge from submit-queue Ensure that assumed pod won't be expired until the end of binding In case if api server is overloaded and will reply with 429 too many requests error, binding may take longer than ttl of scheduler cache for assumed pods1199d42210/pkg/client/restclient/request.go (L787-L850)This problem was mitigated by using this fixe4d215d508and increased rate limit for api server. But it is possible that it will occur again.