Coder Social home page Coder Social logo

Comments (9)

sublimino avatar sublimino commented on August 24, 2024

@Kapaski it may be due to the typo in your config file

    volumeMounts:
    - mountPath: /optconfig

from kid.

playerjamesbattleground avatar playerjamesbattleground commented on August 24, 2024

hi @sublimino sorry for the typo, but that wasn't the reason. I'd think it was due to the docker-machines running on Mac's file system and somehow it just can't rw in the mounted drive with configmaps (hint is the same thing just worked on a linux host)

I've also come across some issues from docker's repo about the same syndrome

from kid.

arnaud-deprez avatar arnaud-deprez commented on August 24, 2024

I've got a similar issue on OSX too and I've found this issue kubernetes/kubernetes#23392.
That is exactly what I've and shared option explained cause some other troubles :-(

from kid.

playerjamesbattleground avatar playerjamesbattleground commented on August 24, 2024

Yes @arnaud-deprez I tried shared and saw more errors later on, sorry can't find those past error stack traces... now I'm using skippbox's kmachine instead (which has an issue about ingress controller at the moment but works fine with configMaps)

from kid.

arnaud-deprez avatar arnaud-deprez commented on August 24, 2024

Thx @Kapaski I'll give a try to kmachine.

from kid.

arnaud-deprez avatar arnaud-deprez commented on August 24, 2024

Apparently, thanks to @spiralman, the following command:

docker-machine ssh $(docker-machine active) sudo mount --make-shared /

should make it work.
I'll try tomorrow

from kid.

mikim83 avatar mikim83 commented on August 24, 2024

Hi!
I know it's not exactly the same kind of kubernetes implementation, but I invite you to use https://github.com/mikim83/qk8s (Try the last v0.6.6 beta branch). Yes, itΒ΄s made by me. :)
Hope it helps!

from kid.

arnaud-deprez avatar arnaud-deprez commented on August 24, 2024

Thx @mikim83 but your solution is completly based on linux distro and I'm on OSX. I know I could use virtualbox with vagrant and so on and make your solution works (no doubt for that). But I like the way I can create many machine with a single command line and put it in a network like docker-machine.
I might take a look at kmachine before going to any customer solution.

from kid.

arnaud-deprez avatar arnaud-deprez commented on August 24, 2024

By the way

docker-machine ssh $(docker-machine active) sudo mount --make-shared /

does not work well on my side. I might have forgotten something :-(.

from kid.

Related Issues (12)

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.