Skip to content

Commit 2c0c3cf

Browse files
authored
Merge pull request #39820 from ragaller/patch-1
Fix typo in service.md
2 parents 89dad64 + 36f93de commit 2c0c3cf

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ that Deployment can create and destroy Pods dynamically. From one moment to the
2929
you don't know how many of those Pods are working and healthy; you might not even know
3030
what those healthy Pods are named.
3131
Kubernetes {{< glossary_tooltip term_id="pod" text="Pods" >}} are created and destroyed
32-
to match the desired state of your cluster. Pods are emphemeral resources (you should not
32+
to match the desired state of your cluster. Pods are ephemeral resources (you should not
3333
expect that an individual Pod is reliable and durable).
3434

3535
Each Pod gets its own IP address (Kubernetes expects network plugins to ensure this).

0 commit comments

Comments
 (0)