Merge pull request #37449 from Glusk/patch-1

typo fix
pull/37461/head
Kubernetes Prow Robot 2022-10-23 19:20:25 -07:00 committed by GitHub
commit b4c4cbd5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ content_type: concept
weight: 75
description: >-
If two Pods in your cluster want to communicate, and both Pods are actually running on
the same node, _Service Internal Traffic Policy_ to keep network traffic within that node.
the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node.
Avoiding a round trip via the cluster network can help with reliability, performance
(network latency and throughput), or cost.
---