Giter VIP home page Giter VIP logo

Comments (3)

Sunnatillo avatar Sunnatillo commented on July 23, 2024

kube-scheduler logs

I1027 19:48:52.759571 1 trace.go:205] Trace[1755174988]: "Scheduling" namespace:default,name:demo-app-55b7cffd5d-hn476 (27-Oct-2022 19:48:52.597) (total time: 161ms): Trace[1755174988]: ---"Computing predicates done" 91ms (19:48:52.689) Trace[1755174988]: ---"Prioritizing done" 68ms (19:48:52.757) Trace[1755174988]: [161.160364ms] [161.160364ms] END

from platform-aware-scheduling.

uniemimu avatar uniemimu commented on July 23, 2024

The prioritization is not guaranteed to result in the Pod ending up scheduled into the node which TAS finds best suited.

The kubernetes scheduler takes into account many factors while considering the best suited node, and the priority score from TAS can be characterized as weak. One can fiddle with the weight in the scheduler configuration, to increase the impact of TAS.

You can trace the scoring decisions in the kube-scheduler by increasing the verbosity of kube-scheduler to at least 10 (-v=10 to the command line) . See: https://github.com/kubernetes/kubernetes/blob/5de293c425ec0cde9a2cf8917a69329bebcd0bbd/pkg/scheduler/schedule_one.go#L732

from platform-aware-scheduling.

Sunnatillo avatar Sunnatillo commented on July 23, 2024

Thank you for your answer.

from platform-aware-scheduling.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.