Daniel Kłobuszewski

Results 124 comments of Daniel Kłobuszewski

With this change as-is, the rate limiting will actually be 2x than whatever is configured via flags (assuming there's a lot of load on both events and non-events and rate...

The main issue with decoupling CA from k8s version is the dependency on scheduler code. CA reuses a large portion of scheduler codebase and getting them out of sync can...

I think a process for supporting all features in all versions would be equivalent to backporting all changes automatically. One off backport would definitely be simpler than that.

This is a valid concern, I agree there is a lot of value in porting features unrelated to k8s version into older CA versions. One caveat though is that CA...

Good point, the schema I proposed above doesn't really follow semver. So yes, either we need to have 1:1 mapping between major CA version and minor k8s version as you...