X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae6fe3864ca6b254dfa3345985568c1cc94358fe..2b2707e4acb9ee7eed53f573cf5365af9189a8e3:/doc/admin/spot-instances.html.textile.liquid diff --git a/doc/admin/spot-instances.html.textile.liquid b/doc/admin/spot-instances.html.textile.liquid index b1c1ca41a2..731bc979ac 100644 --- a/doc/admin/spot-instances.html.textile.liquid +++ b/doc/admin/spot-instances.html.textile.liquid @@ -97,7 +97,7 @@ When running a container on a spot instance, Arvados monitors the EC2 metadata e Example excerpt from @crunch-run.txt@:
-2023-02-21T21:12:42.350719824Z Cloud provider indicates instance action "stop" scheduled for time "2023-02-21T21:14:42Z"
+2023-02-21T21:12:42.350719824Z Cloud provider scheduled instance stop at 2023-02-21T21:14:42Z
 
Example @runtime_status@: @@ -105,8 +105,8 @@ Example @runtime_status@:
 {
   "warning": "preemption notice",
-  "warningDetail": "Cloud provider indicates instance action \"stop\" scheduled for time \"2023-02-21T21:14:42Z\"",
-  "preemptionNotice": "Cloud provider indicates instance action \"stop\" scheduled for time \"2023-02-21T21:14:42Z\""
+  "warningDetail": "Cloud provider scheduled instance stop at 2023-02-21T21:14:42Z",
+  "preemptionNotice": "Cloud provider scheduled instance stop at 2023-02-21T21:14:42Z"
 }