We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d14225 commit 1ca418eCopy full SHA for 1ca418e
content/en/docs/concepts/services-networking/service.md
@@ -99,7 +99,7 @@ targets TCP port 9376 on any Pod with the `app.kubernetes.io/name=MyApp` label.
99
100
Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"),
101
which is used by the Service proxies
102
-(see [Virtual IPs and service proxies](#virtual-ips-and-service-proxies) below).
+(see [Virtual IPs and service proxies](#virtual-ip-addressing-mechanism) below).
103
104
The controller for the Service selector continuously scans for Pods that
105
match its selector, and then POSTs any updates to an Endpoint object
0 commit comments