Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinkraft/40a520fac49cf682f7fd9b00890e5ca8 to your computer and use it in GitHub Desktop.
Save robinkraft/40a520fac49cf682f7fd9b00890e5ca8 to your computer and use it in GitHub Desktop.
cat ~/Downloads/domino_event_log_5c777df946e0fb0008ada92c.json | jq ".[].description"
"Request to deploy app with id 5c777df946e0fb0008ada92c"
"Deploying app with id 5c777df946e0fb0008ada92c"
"Deployment created: run-5c777df946e0fb0008ada92c"
"Pod created: run-5c777df946e0fb0008ada92c-6794d486b8-sxsp4"
"Scaled up replica set run-5c777df946e0fb0008ada92c-6794d486b8 to 1"
"Successfully assigned run-5c777df946e0fb0008ada92c-6794d486b8-sxsp4 to ip-10-0-175-133.us-west-2.compute.internal"
"Pod updated: run-5c777df946e0fb0008ada92c-6794d486b8-sxsp4"
"Deployment updated: run-5c777df946e0fb0008ada92c"
"Deployment updated: run-5c777df946e0fb0008ada92c"
"Pod updated: run-5c777df946e0fb0008ada92c-6794d486b8-sxsp4"
"Deployment updated: run-5c777df946e0fb0008ada92c"
"MountVolume.SetUp succeeded for volume \"run-5c777df946e0fb0008ada92c-executor-runs\" "
"MountVolume.SetUp succeeded for volume \"run-5c777df946e0fb0008ada92c-executor-storage\" "
"MountVolume.SetUp succeeded for volume \"run-5c777df946e0fb0008ada92c-start-run-script-vol\" "
"MountVolume.SetUp succeeded for volume \"run-5c777df946e0fb0008ada92c-nginx-config-vol\" "
"MountVolume.SetUp succeeded for volume \"run-5c777df946e0fb0008ada92c-init-run-script-vol\" "
"Container image \"quay.io/domino/service-base:3.3.1.903996\" already present on machine"
"Error: secrets \"domino-superuser\" not found"
"Error syncing pod"
"Pod updated: run-5c777df946e0fb0008ada92c-6794d486b8-sxsp4"
"Heartbeat received"
"Container image \"quay.io/domino/service-base:3.3.1.903996\" already present on machine"
"Error syncing pod"
"Error: secrets \"domino-superuser\" not found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment