sensu / sandbox

The place to get started for new Sensu users
MIT License
21 stars 13 forks source link

Sensu Go Docker+Katacoda sandbox throwing error on restart #57

Closed apaskulin closed 5 years ago

apaskulin commented 5 years ago

After configuring the sandbox to restart the Sensu container on boot, Sensu is showing the following error:

{"component":"sensu-enterprise","error":"context deadline exceeded","level":"fatal","msg":"error executing sensu-backend","time":"2019-07-31T16:58:59Z"}

Test scenario: https://katacoda.com/sensu/scenarios/sandboxtest

apaskulin commented 5 years ago

We tried removing the sensu-backend volume, but it didn't solve the issue.

apaskulin commented 5 years ago

Instead of having the containers be running when you start the tutorial, we pre-pulled the images as part of the custom environment. This reduces the time to run docker-compose and avoids the error described here. Closing this issue for now.