Haw Jia
Haw Jia
Because certain controllers (e.g. status aggregation controller) run by the FTC controller wait for cache sync in the main thread, a wrongly configured FTC can prevent the whole FTC controller...
The error message for failed controller health checks should be more explicit, instead of just "controller not ready".
This PR fixes the existing e2e tests and sets up a ci workflow to run e2e tests.
PR #46 introduces a custom pod informer that transform pod objects before caching. With support for pod federation, we need to ensure that this custom pod informer is disabled for...
This is required to reconcile federated objects that reference a profile which did not exist previously, and the user creates the corresponding new profile to fix it. With the current...
The MaxClusters scheduler plugin does not have any preference for current placements. This undermines the `avoidMigration` field in propagation policies when `maxClusters` is set. We can consider adding support for...