Andrey Novitskiy

Results 29 comments of Andrey Novitskiy

@cndoit18 +1 to above, how do I build arm64 images? Both operator, orchestrator and sidecars? @darktempla have you managed to solve this?

@yunussandikci on minikube with these images operator pod keeps crashing with `failed to wait for controller.mysqlcluster caches to sync: no matches for kind \"PodDisruptionBudget\" in version \"policy/v1beta1\"` I think this...

@Thor-wl @k82cn can you please give an update on this? Does gang-scheduling work with cluster-autoscaler? We are exploring if Volcano is a good solution for us

Thanks @martindurant, that worked!

+1 to above, any idea how to solve this?

>If the purpose is to exactly simulate how the streamz pipeline will react Yes, the goal is to backtest/simulate existing stream as close to real scenario as possible, using recorded...

> I've tested Karpenter with Volcano successfully. There was one issue (PR to fix in https://github.com/volcano-sh/volcano/pull/2602) that was causing Volcano to use an unconventional `Reason` that prevented Karpenter from triggering...

We need to start from implementing (or at least designing common data models) state for Window and Join operators - those are main use cases. Once we have it, we...

Done for the most part - we have proper schemas and schema validation for primitive types

This should be a subset of general Sliding Windows when we have Proper WindowOperator (tumbling == sliding with slide equal to window length). Hence blocked until we have proper WIndowOperator