30 lines
785 B
Markdown
30 lines
785 B
Markdown
---
|
|
title: ServiceIPStaticSubrange
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.24"
|
|
toVersion: "1.24"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.25"
|
|
toVersion: "1.25"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.26"
|
|
toVersion: "1.27"
|
|
|
|
removed: true
|
|
---
|
|
Enables a strategy for Services ClusterIP allocations, whereby the
|
|
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
|
|
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
|
|
risk of collision. See
|
|
[Avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
|
|
for more details.
|