Skip to content

Commit 7afcb13

Browse files
authored
Merge pull request #52513 from Amine-LG/patch-1
Fix typo: EndppointSlice -> EndpointSlice
2 parents 8f83d99 + 256934d commit 7afcb13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ spec:
331331
```
332332
333333
A Pod with Always restart policy with an init container that only execute once. If the init
334-
container fails, the Pod fails. This allows the Pod to fail if the initialiaztion failed,
334+
container fails, the Pod fails. This allows the Pod to fail if the initialization failed,
335335
but also keep running once the initialization succeeds:
336336
337337
```yaml
@@ -485,7 +485,7 @@ spec:
485485
- conditionType: "www.example.com/feature-1"
486486
status:
487487
conditions:
488-
- type: Ready # a built in PodCondition
488+
- type: Ready # a built-in PodCondition
489489
status: "False"
490490
lastProbeTime: null
491491
lastTransitionTime: 2018-01-01T00:00:00Z
@@ -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)