GithubHelp home page GithubHelp logo

Comments (4)

sokoow avatar sokoow commented on June 12, 2024

And it's exactly same with nfs mounts...

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

First off, could you add three of these ` characters before and after the code snippets.
It will increase readability a lot. I may also do it for you.
Example:

# here's some code

Second, I will investigate it.
It seems like a k8s issue though.

Will test it on my amd64 machine first, and I could then make an issue if you want me to check it out

from kubernetes-on-arm.

sokoow avatar sokoow commented on June 12, 2024

Ok, I think I found it, so instead:

      volumeMounts:
      - mountPath: "/etc/sudoers.d"
        name: mypv1
      volumeMounts:
      - mountPath: "/var/lib"
        name: mypv2

there should be:

      volumeMounts:
        - name: mypv1
          mountPath: "/etc/tor"
        - name: mypv2
          mountPath: "/var/lib/tor"

definitely a k8s issue, it parses only once when you specify multiple volumeMounts statements

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

Yes, feel free to create an issue if you want
Closing this as working then, reopen if it doesn't work

from kubernetes-on-arm.

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.