Skip to content

Commit 12e79a8

Browse files
committed
[configure] Localising pod start-up latency to scheduling, image pull, volume attach, or CNI
1 parent ec5b365 commit 12e79a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/solutions/Localising_pod_start_up_latency_to_scheduling_image_pull_volume_attach_or_CNI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ When the slowness is intermittent, run the same extraction across a recent windo
113113

114114
```bash
115115
kubectl debug node/<node> -it --profile=sysadmin --image=<utility-image> \
116-
-- chroot /host crictl pull <same-image>
116+
-- crictl pull <same-image>
117117
```
118118

119119
A consistent multi-second pull on a known-good image points at registry network or rate-limiting; a fast pull while the original pod is slow points at parallel-pull saturation on the kubelet.

0 commit comments

Comments
 (0)