-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connection reset by peer #106
Comments
Notes:
|
@2morales the logs suggest missing AWS credentials. Did you set your AWS credentials in the env vars like the documentation suggests? If you ran the commands in part 1. here (https://github.com/stitchfix/flotilla-os#minimal-assumptions) I'm curious if the values are empty. If so then there's likely an issue with your AWS configuration. If the env vars are not set at all, then when you run
|
Hello, My mistake, I didn't set my AWS credentials. Truth is I misinterpreted the obligation to use AWS credentials, and skipped the definition of them. I thought I could simply run locally and by not setting the credentials, I'd use my own machine for everything. I did everything else the right way, so I believe that if I set my credentials, flotilla will work as expected! I'll reply back to you whenever I try that again (in a few hours maybe, or tomorrow) Since the problem are the credentials, is there any way of running flotilla on prem? Thank you for your reply. |
There currently is not, however that's a great issue that's also referenced by #82 The interfaces support such a thing, but it's a fair amount of work. |
Okay! Feel free to close the issue since with the AWS credentials everything works fine. Thank you! |
I have been trying to setup flotilla-os in my personal computer, in order to explore and understand how this project works. It seems very nice to have a"self-service framework that dramatically simplifies the process of defining and executing containerized jobs".
I did the following:
The problem:
Last 50 lines of logs:
The text was updated successfully, but these errors were encountered: