From 95c2945d8bdb8ea6b3ce6e0d3f1f787e78f7a192 Mon Sep 17 00:00:00 2001 From: Drew Sirenko <68304519+AndrewSirenko@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:04:51 -0700 Subject: [PATCH] Clean Timings section --- designs/statefulset-disruption.md | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/designs/statefulset-disruption.md b/designs/statefulset-disruption.md index 60416c0ce5c0..a13cb3b65619 100644 --- a/designs/statefulset-disruption.md +++ b/designs/statefulset-disruption.md @@ -332,29 +332,29 @@ These are manual tests measured by polling `EC2 DescribeInstances` performed in Times are in Minutes:Seconds -m5.large -stopped ~40 -terminated ~55 +- m5.large + - stopped ~40s + - terminated ~55s -c5.12xlarge -- Windows 2022 AMI -Stopped ~30 -Terminated ~1:15 +- c5.12xlarge -- Windows 2022 AMI + - Stopped ~30s + - Terminated ~1:15 -c5.metal -stopped ~10:55 -terminated ~10:54 +- c5.metal + - stopped ~10:55 + - terminated ~10:54 -g4ad.xlarge -stopped ~53 -terminated ~57 +- g4ad.xlarge (Linux GPU AMI) + - stopped ~53s + - terminated ~57s -g4ad.4xlarge -stopped ~53 -terminated ~1:37 +- g4ad.4xlarge (Linux GPU AMI) + - stopped ~53s + - terminated ~1:37 -g4ad.16xlarge -stopped ~2:00 -terminated ~2:10 +- g4ad.16xlarge (Linux GPU AMI) + - stopped ~2:00 + - terminated ~2:10 Windows instances with elastic GPUs are reported to have slow termination times, but this has yet to be tested.