Open chaunceyjiang opened 11 months ago
https://github.com/karmada-io/karmada/issues/3318
Perhaps we can filter out clusters without GPU nodes at the preFilter
stage.
I have tested and confirmed as a problem.
besides, you gave a good scenario for #3318
Hi all,
FYI,
We met the same problem.
tried to make line 68
lifted.IsScalarResourceName(rName)
happy, can fix this issue.
Hi, @tedli Can you attend the meeting tomorrow afternoon (December 19th, at 2:30 PM)? I hope to discuss the current issue with you.
Hi @chaunceyjiang , I will be there until 3:00 PM, unfortunately after 3:00, there is another meeting that I have to attend.
What would you like to be added:
I hope that a deployment with GPU resources can only be deployed to member clusters with GPU nodes.
Why is this needed:
A deployment with a GPU request cannot start normally on a cluster without GPU nodes.