gameontext / gameon

The root repository provides mechanics to set up a local environment for building and testing rooms.
http://gameontext.org
Apache License 2.0
58 stars 37 forks source link

Docker based execution - proxy exits with code 1 #149

Closed ragamuffin-coder closed 5 years ago

ragamuffin-coder commented 5 years ago

I am trying to run the docker based microservices (without k8s). The proxy is exiting with code 1 as soon as I start things up using go-run up.

The output of docker logs proxy is as follows:

{"message":"Unable to find certificate /etc/cert/cert.pem"}
{"message":"Unable to find certificate /etc/cert/cert.pem"}
{"message":"Unable to find certificate /etc/cert/cert.pem"}

I guess because of this my go-run wait waits indefinitely.

I believe this has something to do with the environment variable ETCDCTL_ENDPOINT, but would like some help from someone who knows the end to end pic here.

ragamuffin-coder commented 5 years ago

Non-issue; the earlier command wasn't running successfully:

./go-admin setup
ebullient commented 5 years ago

Phew! =) This path has been pretty stable. Let us know if there is something we can improve here..