Auto installer
Description
This is an auto installer for installations in a fully automated kubernetes install. A customer needed this b/c he wants to roll it out to all the subsidiaries with the least amount of frictions possible. Since this will be useful for everyone I decided not to do an out of tree implementation.
Notes
-
gotwas added as a dependency. This project is still using request, however request is dead and deprecated for long time already.gotis thenode.jssides new project that fits into the spot of request best. Especially due to fine grained control over network parameters (such as socket timeouts, ssl timeouts, ...) - the
setup.jsfile was rewritten by my auto fixer, if necessary will adjust that somewhat later, I would suggest you to add a .eslintrc or .prettierrc or both to the project to make sure that your repo standards are well defined and no one has to learn your code style standards and by that decrease interaction. - the graphql-upload dependency was implicit, but the lock file does not get used during the build. so it was broken and added specifically
ping @NGPixel here is the one for dev.
@NGPixel ping ping ping
an auto-install will not be added in 2.x, as this could introduce new issues and would require some extensive documentation as to what it does and what must be provided.
The setup page step has been removed entirely in the upcoming 3.0, so that will no longer we necessary.