Created
February 28, 2019 21:17
-
-
Save robinkraft/40a520fac49cf682f7fd9b00890e5ca8 to your computer and use it in GitHub Desktop.
cat ~/Downloads/domino_event_log_5c777df946e0fb0008ada92c.json | jq ".[].description"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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