kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
436 stars 71 forks source link

not print empty nodegroup or nocircle key #5

Closed lzlaa closed 9 months ago

lzlaa commented 9 months ago

修复 event message 中 default node group 、node circle key 为空字符串的异常情况。 现有的 node group key、node circle key 都被包含在[] 中用于消除 empty key 的影响。

# before  
 Failed to schedule pod in node group: , error: RunPreFilterPlugins faied, error: Failed to run PreFilter plugin "NonNativeTopology" for pod "fifo-deploy-0-56798cd6c6-58mf2": featuregate NonNativeResourceSchedulingSupport is disabled

# after
Failed to schedule pod in node group: [], error: RunPreFilterPlugins faied, error: Failed to run PreFilter plugin "NonNativeTopology" for pod "example-7db669785b-4jvdb": featuregate NonNativeResourceSchedulingSupport is disabled