Skip to content

Commit 6b9bc42

Browse files
committed
fix typo for blog ServiceNodePortStaticSubrange
1 parent 7dd8ab2 commit 6b9bc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2023-05-11-nodeport-dynamic-and-static-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ other Service; if so, creation of the `minio` Service will fail due to a node po
7171
## How can you avoid NodePort Service port conflicts?
7272
Kubernetes 1.24 introduced changes for `type: ClusterIP` Services, dividing the CIDR range for cluster
7373
IP addresses into two blocks that use different allocation policies to [reduce the risk of conflicts](/docs/reference/networking/virtual-ips/#avoiding-collisions).
74-
In Kubernetes 1.27, as an alpha feature, you can adopt a similar policy for `type: NodePort` Servies.
74+
In Kubernetes 1.27, as an alpha feature, you can adopt a similar policy for `type: NodePort` Services.
7575
You can enable a new [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
7676
`ServiceNodePortStaticSubrange`. Turning this on allows you to use a different port allocation strategy
7777
for `type: NodePort` Services, and reduce the risk of collision.

0 commit comments

Comments
 (0)