Skip to content

Commit be90770

Browse files
Update content/en/docs/concepts/cluster-administration/networking.md
Co-authored-by: Michael Yao <[email protected]>
1 parent daf4fc3 commit be90770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/cluster-administration/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Kubernetes clusters, attending to the IP families configured, can be categorized
5858
Kubernetes clusters only consider the IP families present on the Pods, Services and Nodes objects,
5959
independently of the existing IPs of the represented objects. For example, a server or a pod can have multiple
6060
IP addresses assigned to its interfaces, but only the IP addresses in `node.status.addresses` or `pod.status.ips` are
61-
considered for implementing the Kubernetes network model and defining the type of the cluster.
61+
considered when implementing the Kubernetes network model and defining the cluster type.
6262

6363
## How to implement the Kubernetes network model
6464

0 commit comments

Comments
 (0)