fix typo in content/en/docs/concepts/workloads/pods/_index.md
wrong spelling for comunicate, it should be communicate
This commit is contained in:
@@ -217,7 +217,7 @@ or POSIX shared memory. Containers in different Pods have distinct IP addresses
|
|||||||
and can not communicate by IPC without
|
and can not communicate by IPC without
|
||||||
[special configuration](/docs/concepts/policy/pod-security-policy/).
|
[special configuration](/docs/concepts/policy/pod-security-policy/).
|
||||||
Containers that want to interact with a container running in a different Pod can
|
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
|
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/)
|
`name` for the Pod. There's more about this in the [networking](/docs/concepts/cluster-administration/networking/)
|
||||||
|
|||||||
Reference in New Issue
Block a user