Skip to content

Commit

Permalink
Merge pull request #30573 from SijmenHuizenga/patch-1
Browse files Browse the repository at this point in the history
Fix broken ref in services-networking/service.md
  • Loading branch information
k8s-ci-robot committed Nov 20, 2021
2 parents 000a9de + 20685c8 commit 074e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ The default is `ClusterIP`.
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
makes the Service only reachable from within the cluster. This is the
default `ServiceType`.
* [`NodePort`](#nodeport): Exposes the Service on each Node's IP at a static port
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
(the `NodePort`). A `ClusterIP` Service, to which the `NodePort` Service
routes, is automatically created. You'll be able to contact the `NodePort` Service,
from outside the cluster,
Expand Down

0 comments on commit 074e358

Please sign in to comment.