Git Product home page Git Product logo

Comments (3)

kaustavb12 avatar kaustavb12 commented on June 8, 2024

Hi @pascalandy

I have tested the tool for different scenarios and have not found any issues.

Also have been using the tool using the DO driver extensively for an upcoming project of mine in pre-prod environments and it has worked without any problems.
The project is expected to go to production in a month and we are confident to use the tool in the prod environment too.

I must also mention that although I have tested the tool with the s3fs driver and have not found any issues, I have not used it as extensively in a running project.

Hope it helps.

from rexray-plugin-installer.

pascalandy avatar pascalandy commented on June 8, 2024

Thanks for this detailed answer :)
Once the service is running, do you have docs to use the volume (or mount) ?

Thanks!

from rexray-plugin-installer.

kaustavb12 avatar kaustavb12 commented on June 8, 2024

The service from the PR installs the rexray plugin in the node it is running in and then exits with the 'complete' state.

Volumes can then be created or mounted using the installed plugin driver as follows:

version: '3.8'

services:
  traefik:
    image: traefik:v2.4
    volumes:
      - traefik-public-certificates-do:/certificates
      # - traefik-public-certificates-aws:/certificates

    ...

volumes:
  traefik-public-certificates-do:
    driver: rexray/dobs
    driver_opts:
      size: 1
  # traefik-public-certificates-aws:
  #   driver: rexray/s3fs
  #   name: traefik-public-certificates-aws

Documentation about the driver options can be found here :
https://rexray.readthedocs.io/en/stable/user-guide/schedulers/docker/#create-volume

Also, docs about the env. variables used in it the script during plugin install can be found here: DOBS, S3FS

from rexray-plugin-installer.

Related Issues (1)

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.