tinkerbell / tink

Workflow Engine for provisioning Bare Metal
https://tinkerbell.org
Apache License 2.0
913 stars 134 forks source link

Can I run it with nothing more than compose? #52

Closed deitch closed 4 years ago

deitch commented 4 years ago

Related to #51 , is there a way that I can just run it with a single command, i.e. I get a single config file (docker-compose.yml is fine) and it launches it with no additional dependencies? That would be the second-fastest way to get started (the fastest being #49 of course, which would just wrap this).

alexellis commented 4 years ago

We also had this issue with boots - the readme suggests that the code works with no env-vars required, but fails immediately when trying the instructions as given.

When providing env-vars, we got stuck at the hard-coded DNS server on the Internet (see comments)

https://github.com/tinkerbell/boots/issues/7

alexellis commented 4 years ago

cc @vielmetti

mrmrcoleman commented 4 years ago

Valid question in April but not anymore.

alexellis commented 4 years ago

👍 To put it another way for the paper trail, there is a compose file now which is the only viable way to run it at the moment.