Skip to content

Commit 64a2e71

Browse files
authored
Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md
1 parent 09f51cc commit 64a2e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ It's expected to be available as an alpha feature and can be enabled using the `
7777
To address the longstanding challenge of debugging node-level issues by correlating disconnected logs,
7878
[KEP-2831](https://kep.k8s.io/2831) provides deep, contextual insights into the `kubelet`.
7979

80-
This feature instruments the `kubelet`'s critical operations, particularly its gRPC calls to the Container Runtime Interface (CRI), using the vendor-agnostic OpenTelemetry standard.
80+
This feature instruments critical `kubelet` operations, particularly its gRPC calls to the Container Runtime Interface (CRI), using the vendor-agnostic OpenTelemetry standard.
8181
It allows operators to visualize the entire lifecycle of events (for example: a Pod startup) to pinpoint sources of latency and errors.
8282
Its most powerful aspect is the propagation of trace context; the `kubelet` passes a trace ID with its requests to the container runtime, enabling runtimes to link their own spans.
8383

0 commit comments

Comments
 (0)