Skip to content

Commit 1ca418e

Browse files
committed
Fixed the link for Virtual IPs and Service Proxies.
1 parent 3d14225 commit 1ca418e

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ targets TCP port 9376 on any Pod with the `app.kubernetes.io/name=MyApp` label.
9999

100100
Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"),
101101
which is used by the Service proxies
102-
(see [Virtual IPs and service proxies](#virtual-ips-and-service-proxies) below).
102+
(see [Virtual IPs and service proxies](#virtual-ip-addressing-mechanism) below).
103103

104104
The controller for the Service selector continuously scans for Pods that
105105
match its selector, and then POSTs any updates to an Endpoint object

0 commit comments

Comments
 (0)