mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-08-19 12:36:23 +00:00
When the descheduler is running in the dry mode the the kube client sandbox restoring may fail. Which can be caused by timeouts when waiting for internal caches to sync. The internal timeouts depend on the cluster size which changes in time. No reason to cancel the context because of that.