Dominik Marciński

Results 21 comments of Dominik Marciński

@pohly @johnbelamaric @klueska as there was a related discussion on last wg-device-management mtg. I don't think this plugin with such specialized functionality could become an official kube-scheduler plugin. You could...

@sanposhiho @Huang-Wei @macsko > Dominik Marciński There was also an alignment about adding this plugin to the schedulier-plugins [repo](https://github.com/kubernetes-sigs/scheduler-plugins) Can we do that as first step so that it becomes...

> > Kensei Nakada Wei Huang Maciej Skoczeń > > > Dominik Marciński There was also an alignment about adding this plugin to the schedulier-plugins [repo](https://github.com/kubernetes-sigs/scheduler-plugins) Can we do that...

> There is a large class of things we use node labels and/or taints and tolerations for that could be _automatically derived_. We think of these "workload requirements" and "node...

> * When a task definition (rough equivalent of a Pod spec template) is registered, the ECS control plane computes a set of implied required attributes based on the content...

After having a brief look, similar idea is discussed in https://github.com/kubernetes/kubernetes/issues/131208

I wonder if the timeout is a root cause of this issue or an effect of scaling down a Node which was under delayed binding. Is it possible to verify...

It was confirmed in the code and in GKE logs that Autoscaler does not consider in-flight pods in their internal simulations and delayed binding can cause the observed issues. Use...

/test pull-kubernetes-scheduler-perf

/cc @johnbelamaric There are a few aspects that we should discuss regarding the overall approach to topology aware scheduling 1. Resource management in scheduler becomes more complex, mainly because of...