summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2023-02-02 10:06:43 -0800
committerGitHub <noreply@github.com>2023-02-02 10:06:43 -0800
commit9377ec7a56d530cc182eea1d4a9c812aae01b78e (patch)
tree716d2a1f660f390219104df17f363cd757c174b3
parentba7b6b1ac55d09aabf434902fef6f529ac7466eb (diff)
parent73db7d251579b01963b4be13c57a3479001057e7 (diff)
Merge pull request #7086 from Huang-Wei/clarify-schedulable
clarify the term 'schedulable pod' in SLO document
-rw-r--r--sig-scalability/slos/pod_startup_latency.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/sig-scalability/slos/pod_startup_latency.md b/sig-scalability/slos/pod_startup_latency.md
index 84bde2fe..57611f1c 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<sup>[1](#footnote1)</sup> stateless<sup>[2](#footnote2)</sup> 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<sup>[1](#footnote1)</sup> stateful<sup>[3](#footnote3)</sup> 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 |
-<a name="footnote1">[1\]</a>By schedulable pod we mean a pod that can be
-scheduled in the cluster without causing any preemption.
+<a name="footnote1">[1\]</a>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.
<a name="footnote2">[2\]</a>A `stateless pod` is defined as a pod that doesn't
mount volumes with sources other than secrets, config maps, downward API and