Giter VIP home page Giter VIP logo

Comments (3)

bcressey avatar bcressey commented on August 23, 2024

Bottlerocket's /etc is not writable by most processes, so this host path volume will be created but won't be writable:

      volumes:
        - name: providervol
          hostPath:
            path: "/etc/kubernetes/secrets-store-csi-providers"

Ideally you'd use a path somewhere under /var for any state that needs to be saved, and under /run for anything ephemeral. /etc is a strange place to create sockets even on systems where it's allowed.

from secrets-store-csi-driver-provider-aws.

StevenEmelander avatar StevenEmelander commented on August 23, 2024

Thank you for reporting this issue. It appears that /etc/kubernetes/secrets-store-csi-providers is the standard location for secret store csi providers, and we strive to be as consistent as we can. We are investigating if there are any other ways to enable support in Bottlerocket that does not involve changing this standard location. Please let us know if you have ideas.

from secrets-store-csi-driver-provider-aws.

joebaro avatar joebaro commented on August 23, 2024

Closing in favor of bottlerocket-os/bottlerocket#1524

from secrets-store-csi-driver-provider-aws.

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.