Skip to content

Commit 1bd0ade

Browse files
authored
Merge pull request #33567 from aojea/nits_service_ips
fix nits on blog for collisions on IP services
2 parents 24fd47c + 3ac67ed commit 1bd0ade

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/blog/_posts/2022-05-23-service-ip-dynamic-and-static-allocation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ _statically_
2525
: you specify an IP address of your choice, from within the configured IP range for Services.
2626

2727
Across your whole cluster, every Service `ClusterIP` must be unique.
28-
Trying to create a Service with a `ClusterIP` that has already
28+
Trying to create a Service with a specific `ClusterIP` that has already
2929
been allocated will return an error.
3030

3131
## Why do you need to reserve Service Cluster IPs?
3232

33-
Because you may want to have Services running in well-known IP addresses, so other components and
33+
Sometimes you may want to have Services running in well-known IP addresses, so other components and
3434
users in the cluster can use them.
3535

3636
The best example is the DNS Service for the cluster. Some Kubernetes installers assign the 10th address from
@@ -77,7 +77,7 @@ allocation strategy for Services, reducing the risk of collision.
7777
The `ClusterIP` range will be divided, based on the formula `min(max(16, cidrSize / 16), 256)`,
7878
described as _never less than 16 or more than 256 with a graduated step between them_.
7979

80-
Dynamically IP assignment will use the upper band by default, once this has been exhausted it will
80+
Dynamic IP assignment will use the upper band by default, once this has been exhausted it will
8181
use the lower range. This will allow users to use static allocations on the lower band with a low
8282
risk of collision.
8383

@@ -132,6 +132,6 @@ pie showData
132132

133133
The current SIG-Network [KEPs](https://github.com/orgs/kubernetes/projects/10) and [issues](https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Asig%2Fnetwork) on GitHub illustrate the SIG’s areas of emphasis.
134134

135-
[SIG-Network meetings](https://github.com/kubernetes/community/tree/master/sig-network) are a friendly, welcoming venue for you to connect with the community and share your ideas.
135+
[SIG Network meetings](https://github.com/kubernetes/community/tree/master/sig-network) are a friendly, welcoming venue for you to connect with the community and share your ideas.
136136
Looking forward to hearing from you!
137137

0 commit comments

Comments
 (0)