Skip to content

Commit 7df9f48

Browse files
committed
fix broken link[avoiding-collisions]
1 parent 5b4800a commit 7df9f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ The IP address that you choose must be a valid IPv4 or IPv6 address from within
462462
If you try to create a Service with an invalid `clusterIP` address value, the API
463463
server will return a 422 HTTP status code to indicate that there's a problem.
464464

465-
Read [avoiding collisions](#avoiding-collisions)
465+
Read [avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
466466
to learn how Kubernetes helps reduce the risk and impact of two different Services
467467
both trying to use the same IP address.
468468

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
698698
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
699699
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
700700
risk of collision. See
701-
[Avoiding collisions](/docs/concepts/services-networking/service/#avoiding-collisions)
701+
[Avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
702702
for more details.
703703
- `SizeMemoryBackedVolumes`: Enable kubelets to determine the size limit for
704704
memory-backed volumes (mainly `emptyDir` volumes).

0 commit comments

Comments
 (0)