kubeadmiral icon indicating copy to clipboard operation
kubeadmiral copied to clipboard

ClusterResourcesFit does not work because cannot get resourceQuest of object

Open Poor12 opened this issue 1 year ago • 0 comments

Currently, ClusterResourcesFit filter plugin does not work because it cannot get resourceQuest of object. We need to interpret the logic of calculating resourceQuest according to GVK. We used ftc's pathDefinition to interpret replicas before, but for CRD, the process of calculating resources may be a bit complicated. We may need hook functions to allow users to customize the calculation logic of resource requests.

Poor12 avatar Aug 08 '23 03:08 Poor12