Giter Club home page Giter Club logo

Comments (5)

calio avatar calio commented on July 25, 2024

pod/process-XXX uses the same image as the master process. For the master process, you specify the image when you launch it.

Could you describe the issue a little bit more in detail? Things like how did you run your code, what docker image is expected what docker image is actually used would be very helpful.

from fiber.

cometta avatar cometta commented on July 25, 2024

i use this command to run the job

kubectl create job fiber-test --image=<hub_name>/fiber-testing -- python3 /root/run.py

let say first time i run this job with <hub_name>/fiber-testing , then i build and push the new image . it still use back the old container image

from fiber.

calio avatar calio commented on July 25, 2024

After you build and push image, do you still use kubectl create job fiber-test --image=<hub_name>/fiber-testing -- python3 /root/run.py ?

Can verify that you launch fiber master process with the correct image? Seems more like to be running kubectl with wrong image tag or something.

from fiber.

cometta avatar cometta commented on July 25, 2024

@calio of course i ran the command again =) i know there is somewhere need to set this imagePullPolicy=Always, can you point me to the source code where it script use to create pod/process-xxx

from fiber.

calio avatar calio commented on July 25, 2024

OK, here is the place where new pod is created https://github.com/uber/fiber/blob/master/fiber/kubernetes_backend.py#L117

from fiber.

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.