platform-aware-scheduling icon indicating copy to clipboard operation
platform-aware-scheduling copied to clipboard

Enabling Kubernetes to make pod placement decisions with platform intelligence.

Results 7 platform-aware-scheduling issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there, I'm using the descheduler to rescedule a pod to another node. However, the descheduler complaints that every node has insufficient resource "telemetry/scheduling", which prevent the pod being rescheduled....

The existing setup instructions modify the already-existing kube-scheduler static manifest file but don't edit the kubeadm configmap. If someone updates the kubeadm configmap and regenerates the static manifest files (for...

Hi! We have been going through this project recently and found it very interesting and would like to involve in the community work of this repo. Some questions that would...

This PR adds a new deployment method for the Telemetry Aware Scheduler using [Cluster API](https://cluster-api.sigs.k8s.io/). It would be great if someone could try it out and let me know if...

According to [this](https://kubernetes.io/docs/reference/scheduling/config/) doc page, KubeSchedulerConfiguration v1beta2 is deprecated in v1.25 and will be removed in v1.26, therefore the `apiVersion` field of [this](https://github.com/intel/platform-aware-scheduling/tree/master/telemetry-aware-scheduling#extender-configuration) should be updated.

**Describe the bug** When multiple cards are present on the system, and pods request full cards (ie `millicores=1000`), GAS will place pods on the same node regardless of whether `podAntiAffinity`...

Updating Kubernetes scheduler config using the script & (GAS) config in this repo, breaks Kubernetes 1.26 config: `./telemetry-aware-scheduling/deploy/extender-configuration/configure-scheduler.sh -f ./gpu-aware-scheduling/deploy/extender-configuration/scheduler-config-tas+gas.yaml` It messed up the last volume specification in the config...