Skip to content

Commit 73db7d2

Browse files
committed
clarify the term 'schedulable pod' in SLO document
1 parent ba7b6b1 commit 73db7d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sig-scalability/slos/pod_startup_latency.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
| __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 |
88
| __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 |
99

10-
<a name="footnote1">[1\]</a>By schedulable pod we mean a pod that can be
11-
scheduled in the cluster without causing any preemption.
10+
<a name="footnote1">[1\]</a>By schedulable pod we mean a pod that has to be immediately
11+
(without actions from any other components) schedulable in the cluster without
12+
causing any preemption.
1213

1314
<a name="footnote2">[2\]</a>A `stateless pod` is defined as a pod that doesn't
1415
mount volumes with sources other than secrets, config maps, downward API and

0 commit comments

Comments
 (0)