From 73db7d251579b01963b4be13c57a3479001057e7 Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Thu, 2 Feb 2023 09:54:35 -0800 Subject: [PATCH] clarify the term 'schedulable pod' in SLO document --- sig-scalability/slos/pod_startup_latency.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sig-scalability/slos/pod_startup_latency.md b/sig-scalability/slos/pod_startup_latency.md index 84bde2fe3..57611f1cf 100644 --- a/sig-scalability/slos/pod_startup_latency.md +++ b/sig-scalability/slos/pod_startup_latency.md @@ -7,8 +7,9 @@ | __Official__ | Startup latency of schedulable[1](#footnote1) stateless[2](#footnote2) pods, excluding time to pull images and run init containers, measured from pod creation timestamp to when all its containers are reported as started and observed via watch, measured as 99th percentile over last 5 minutes | In default Kubernetes installation, 99th percentile per cluster-day <= 5s | | __WIP__ | Startup latency of schedulable[1](#footnote1) stateful[3](#footnote3) pods, excluding time to pull images, run init containers, provision volumes (in delayed binding mode) and unmount/detach volumes (from previous pod if needed), measured from pod creation timestamp to when all its containers are reported as started and observed via watch, measured as 99th percentile over last 5 minutes | In default Kubernetes installation, 99th percentile per cluster-day <= X where X depends on storage provider | -[1\]By schedulable pod we mean a pod that can be -scheduled in the cluster without causing any preemption. +[1\]By schedulable pod we mean a pod that has to be immediately +(without actions from any other components) schedulable in the cluster without +causing any preemption. [2\]A `stateless pod` is defined as a pod that doesn't mount volumes with sources other than secrets, config maps, downward API and