fix typo in content/en/docs/concepts/workloads/pods/_index.md

wrong spelling for comunicate, it should be communicate
This commit is contained in:
Amos Chu 2020-09-28 15:21:31 +08:00 committed by GitHub
parent 2bc1342031
commit b8bc85f804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ or POSIX shared memory. Containers in different Pods have distinct IP addresses
and can not communicate by IPC without
[special configuration](/docs/concepts/policy/pod-security-policy/).
Containers that want to interact with a container running in a different Pod can
use IP networking to comunicate.
use IP networking to communicate.
Containers within the Pod see the system hostname as being the same as the configured
`name` for the Pod. There's more about this in the [networking](/docs/concepts/cluster-administration/networking/)