LavredisG
LavredisG
Opened this: https://github.com/karmada-io/website/pull/736, check it out for any suggestions/corrections etc. Also, I think in this line, this part is not correct "and the nodes of model2 and later as meeting...
I would also like to ask another question on the topic. Suppose that we want to schedule for example 3 Pod replicas. We get that cluster1 can fit 6 and...
Is there a way to implement such a use case as a developer other than trying to go into the source code and create your own DynamicWeight factor (like AvailableReplicas)
> /lgtm > > Thanks @LavredisG for doing this. It looks great! > > But there is [another file](https://github.com/karmada-io/karmada/blob/master/pkg/apis/cluster/v1alpha1/types.go) which has almost the same content that needs to be fixed,...
> > Could you please explain a bit more about the "make update" command? > > This is a [Makefile command](https://github.com/karmada-io/karmada/blob/268e6725a034ff0391fa7bb2c47f688ee6d22dbf/Makefile#L89) and it will run some scripts to generates other...
> > After running the make update command I got many "unused parameter" warnings on zz_generated.openapi.go and many "APU Rule violation" while the command was running, is that expected? >...