Hongcai Ren
Hongcai Ren
fix: do not reschedules the workload to the same unhealthy cluster when application failover enabled
/close In favor of #5881
Hey all and @corentone, Thanks again for your time and share the proposal at the Karmada community meeting. Now I have synced this proposal at both Karmada Meetings (last week...
I'm going to share the survey results from the Karmada community at the next SIG meeting, preferably to APAC-friendly one. Will update the agenda and link the results there.
Hi @mikemorris, based on the meeting on June 19th((APAC) ), our next step is to launch an official survey and set up multiple concepts at once (the name `terminology.md` looks...
After further consideration, I think running a formal survey may not be the best approach at this stage. Instead, I think it's a good idea to have a `terminology.md` file(as...
/reopen Still waiting for #5536
> The service name prefix is [configurable](https://github.com/karmada-io/karmada/blob/release-1.10/cmd/scheduler/app/options/options.go#L139), but the namespace is [not](https://github.com/karmada-io/karmada/blob/release-1.10/pkg/estimator/client/cache.go#L104). This feature request is for providing the ability to configure the namespace in which the scheduler should try...
@whitewindmills We talked about this issue at the community meeting yesterday. One question from Joe (@jabellard) is do you want to take this task as he sees the assignment you...
Yes, Karmada already supports this scenario now. After the application(FlinkDeployment) gets rescheduled from cluster X to cluster Y, then, the cluster X will be removed from the relevant ResourceBinding. Something...