Giter Club home page Giter Club logo

Comments (10)

neolit123 avatar neolit123 commented on May 23, 2024 1

/sig node
?

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

/kind failing-test

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

/triage accepted

This seems to be one of the causes for eviction test flakiness.

I've seen in mostly in disk stats.

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

Some ideas could be to use QoS in case of stats failure. We could say that BestEffort gets evicted before Burstable and Burstable before Guaranteed. This could help in the case of stats failure so we can control the eviction a bit better.

An interesting thing about this is this doesn't help disk based eviction as ephemeral-storage is never considered guaranteed (guaraneteed is only for cpu/memory).

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

Pid stats is another area where we are seeing failures but that is related to all pid stats seemed to be returning 0 so any stats gathering is not working.

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

cc @pacoxu

from kubernetes.

AnishShah avatar AnishShah commented on May 23, 2024

/priority important-longterm

from kubernetes.

mikebrow avatar mikebrow commented on May 23, 2024

Yeah overloading the compare prioritization with error checking appears on face to be problematic. I'd try to split that out into two separate funcs one for get stats another for the compare. The inability to get stats for pod a may be due to a block of the resource by pod b that will be ignored because of the failure it caused?

from kubernetes.

kannon92 avatar kannon92 commented on May 23, 2024

Brought this up to sig-node.

We should look into ways to populate cache more aggressively. Qos could be an option but it is worth investigating why stats gathering fails.

from kubernetes.

SergeyKanzhelev avatar SergeyKanzhelev commented on May 23, 2024

/remove-kind failing-test

from kubernetes.

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.