moosefs / moosefs-docker-cluster

Multiple node MooseFS cluster on Docker
https://moosefs.com
GNU General Public License v2.0
77 stars 27 forks source link

Give the option to generate configuration on container startup #17

Closed rocinante-sys closed 3 years ago

rocinante-sys commented 3 years ago

I'm running this in k8s cluster and had modified a few things so that I'm able to generate and save configurations for containers when they are created. That way I can pass in variables that contain correct information in k8s cluster so that the whole storage spins up correctly.

pkonopelko commented 3 years ago

Thanks for contributing, @rocinante-sys!