Skip to content

Commit 3a926d1

Browse files
authored
Fix typo: EndppointSlice -> EndpointSlice
Corrected a spelling mistake in the Pod lifecycle documentation.
1 parent 8f83d99 commit 3a926d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ processing its startup data, you might prefer a readiness probe.
683683
{{< note >}}
684684
If you want to be able to drain requests when the Pod is deleted, you do not
685685
necessarily need a readiness probe; when the Pod is deleted, the corresponding endpoint
686-
in the `EndppointSlice` will update its [conditions](/docs/concepts/services-networking/endpoint-slices/#conditions):
686+
in the `EndpointSlice` will update its [conditions](/docs/concepts/services-networking/endpoint-slices/#conditions):
687687
the endpoint `ready` condition will be set to `false`, so load balancers
688688
will not use the Pod for regular traffic. See [Pod termination](#pod-termination)
689689
for more information about how the kubelet handles Pod deletion.

0 commit comments

Comments
 (0)