Giter VIP home page Giter VIP logo

Comments (4)

iliakur avatar iliakur commented on July 28, 2024

+1 . Just ran into this problem as well.
Could it be that the key is actually Condition?
See the object representation at this link, for instance:
kubernetes/kubernetes#8335 (comment)

from pykube.

iliakur avatar iliakur commented on July 28, 2024

So I did some more digging. I'm no Golang expert, but this seems to indicate that .status.conditions may be omitted if empty. I think I'd have to read more or bug k8s folks about this to find out more.

from pykube.

iliakur avatar iliakur commented on July 28, 2024

Sorry for the spam, but I've been investigating this today on and off.
I asked in the Kubernetes slack and was told the following:

so user creates pod, scheduler assigns pod, kubelet sees pod changed and then updates it to say that it saw it (setting conditions)
between the second and third spot there’s a window (typically a few hundred ms, but could be much longer if the system is loaded)

So it seems to me in most cases it should be ok to simply wait a couple of seconds before updating the pod's status and trying to access the key again.

from pykube.

brosner avatar brosner commented on July 28, 2024

Fixed in ce140a1

from pykube.

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.