Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
We sometimes see DaemonSet pods fail to be scheduled. Please see attached files for the YAML and kubectl describe output of one such pod. We originally suspected node reservation was to blame. But even after setting the DISABLE_RESERVATION environment variable to true, we still see such scheduling failures. The issue is especially severe when K8s nodes have disk pressure that causes lots of pods to be evicted. Newly created pods will stay in pending forever. We have to temporarily uninstall YuniKorn and let the default scheduler do the scheduling for these pods.
This issue is critical because lots of important pods belong to a DaemonSet, such as Fluent Bit, a common logging solution. This is probably the last remaining roadblock for us to have the confidence to have YuniKorn entirely replace the default scheduler.
Attachments
Attachments
Issue Links
- is related to
-
YUNIKORN-1085 DaemonSet pods may fail to be scheduled on new nodes added during autoscaling
- Closed