File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
concepts/services-networking
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ The IP address that you choose must be a valid IPv4 or IPv6 address from within
462
462
If you try to create a Service with an invalid `clusterIP` address value, the API
463
463
server will return a 422 HTTP status code to indicate that there's a problem.
464
464
465
- Read [avoiding collisions](#avoiding-collisions)
465
+ Read [avoiding collisions](/docs/reference/networking/virtual-ips/ #avoiding-collisions)
466
466
to learn how Kubernetes helps reduce the risk and impact of two different Services
467
467
both trying to use the same IP address.
468
468
Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
698
698
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
699
699
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
700
700
risk of collision. See
701
- [ Avoiding collisions] ( /docs/concepts/services- networking/service /#avoiding-collisions )
701
+ [ Avoiding collisions] ( /docs/reference/ networking/virtual-ips /#avoiding-collisions )
702
702
for more details.
703
703
- ` SizeMemoryBackedVolumes ` : Enable kubelets to determine the size limit for
704
704
memory-backed volumes (mainly ` emptyDir ` volumes).
You can’t perform that action at this time.
0 commit comments