You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to test pod topology spread constraints, I found that only prefilter worked fine, but filter in PodToplogySpread did not work. By adding some logs, finally I found that it was because in predicateFn, nodeVolumeLimits is enabled by default, and it directly returns, didn't check whether the status is api.Success. Introduced by #3553
Steps to reproduce the issue
Directly install volcano, not change any configuration file
Deploy a topology spread constraints deployment
Pod won't be scheduled evenly
Describe the results you received and expected
Received
By adding some logs, I found that there was no VolumeZone and PodTopologySpread predicting, but entered NodeVolumeLimits.
Expected
VolumeZone and PodTopologySpread predicting should work fine. But if NodeVolumeLimits is enabled, VolumeZone and PodTopologySpread can't work.
What version of Volcano are you using?
1.10
Any other relevant information
No response
The text was updated successfully, but these errors were encountered:
Description
When I want to test pod topology spread constraints, I found that only prefilter worked fine, but filter in PodToplogySpread did not work. By adding some logs, finally I found that it was because in predicateFn, nodeVolumeLimits is enabled by default, and it directly returns, didn't check whether the status is api.Success. Introduced by #3553
Steps to reproduce the issue
Describe the results you received and expected
Received
By adding some logs, I found that there was no VolumeZone and PodTopologySpread predicting, but entered NodeVolumeLimits.
Expected
VolumeZone and PodTopologySpread predicting should work fine. But if NodeVolumeLimits is enabled, VolumeZone and PodTopologySpread can't work.
What version of Volcano are you using?
1.10
Any other relevant information
No response
The text was updated successfully, but these errors were encountered: