Git Product home page Git Product logo

Comments (4)

ZefQ avatar ZefQ commented on July 1, 2024 1

Great, that worked. thanks for this awesome project 🙇

from kubedock.

joyrex2001 avatar joyrex2001 commented on July 1, 2024

The readiness probe in your task looks wrong; touch will actually create a file if it doesn't exist yet. Instead I would use sleep 5 && [ -f docker.sock ] to test if the socket is there or not.

from kubedock.

ZefQ avatar ZefQ commented on July 1, 2024

Sorry you are right, i just copied my latest config, i have tried without a readiness probe and i tried to use a httpGet probe because i saw something about a _ping endpoint, but i couldn't find any information of how to enable it.

Anyway with your suggestion the sidecar never becomes ready Readiness probe failed:

from kubedock.

joyrex2001 avatar joyrex2001 commented on July 1, 2024

Unsure why the socket is failing in this scenario. However, instead of using the unix-socket, you can also try using the default 'http' implementation (basically removing the --unix-socket argument and its value). You would need to set an extra environment variable DOCKER_HOST with the value tcp://127.0.0.1:2475 on the step. Then you can just do an http test on 127.0.0.1/_ping as readiness probe.

from kubedock.

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.